Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warn patch maintainer to remove patch #50

Merged
merged 1 commit into from Jul 6, 2018
Merged

warn patch maintainer to remove patch #50

merged 1 commit into from Jul 6, 2018

Conversation

@kevinlawler
Copy link
Contributor

kevinlawler commented Jan 8, 2018

brave/brave#49

@kevinlawler kevinlawler requested review from bbondy and bridiver Jan 8, 2018
@kevinlawler kevinlawler force-pushed the split-patches branch from 22f9fea to 239bc14 Jan 9, 2018
@kevinlawler
Copy link
Contributor Author

kevinlawler commented Jan 9, 2018

rm's cruft patches by default now in 239bc14

console.log('updatePatches writing files to: ' + patchDir)

// grab Modified (and later Deleted) files but not Created (since we copy those)
const modifiedDiffArgs = ['diff', '--diff-filter=M', '--name-only', '--ignore-space-at-eol']
let modifiedDiff = util.run('git', modifiedDiffArgs, runOptions)
let moddedFileList = modifiedDiff.stdout.toString().split('\n').filter(s => s.length > 0)
let modifiedDiff = util.run('git', modifiedDiffArgs, runOptionsChrome)

This comment has been minimized.

Copy link
@bridiver

bridiver Jan 9, 2018

Collaborator

can we split some of this out into separate methods in a follow-up?

cezaraugusto pushed a commit that referenced this pull request May 15, 2018
Chromium65
Fix #49

rm cruft patches in addition to notifying
@bbondy bbondy force-pushed the split-patches branch from 239bc14 to 72af8c9 Jul 6, 2018
@bbondy
bbondy approved these changes Jul 6, 2018
@bbondy
Copy link
Member

bbondy commented Jul 6, 2018

Rebased, merging.

@bbondy bbondy merged commit 93d1cd0 into master Jul 6, 2018
@cezaraugusto cezaraugusto deleted the split-patches branch Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.