summaryrefslogtreecommitdiffstats
path: root/remove-binary-diff.pl
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.9-rc3Laura Abbott2016-10-311-0/+2
| | | | | - Update remove-binary-diff.pl to remove git binary patches as well. Git binary patches can be applied but the spec file needs to be updated to support this.
* Add script to remove binary diffsLaura Abbott2016-10-121-0/+32
Once upon a time, the kernel was just a series of patches. These days, git manages most of the kernel. git can do many useful things, such as maintain binary files. Binary file changes are not easily expressed in patches and can't be applied without using git. Remove the binary diffs from any snapshot or -rc patches. We will eventually pick up the changes/deletions in the final release tarball.