aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/splitpatch.pl
Commit message (Collapse)AuthorAgeFilesLines
* Invoke perl with /usr/bin/envEmanuel Haupt2015-07-091-1/+2
| | | | Notes: svn path=/head/; revision=391618
* Make previous commit work for both context and unified input patches.Ion-Mihai Tetcu2009-05-101-1/+1
| | | | Notes: svn path=/head/; revision=233587
* When naming the split patch files, replace the original path '/' with '__'Ion-Mihai Tetcu2009-05-101-1/+1
| | | | | | | instead of a single '_' to follow the current patch naming guidelines. Notes: svn path=/head/; revision=233586
* Add a splitpatch.pl utility, a small script to convert multi-fileAnton Berezin2005-04-121-0/+110
patches to several appropriately named single-file patches. Requested by: flz Notes: svn path=/head/; revision=133135