Skip to content
New issue

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

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

Already on GitHub? # 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

brave/brave#49

@kevinlawler
Copy link
Contributor Author

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Fix #49

rm cruft patches in addition to notifying
@bbondy
Copy link
Member

bbondy commented Jul 6, 2018

Rebased, merging.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants