summaryrefslogtreecommitdiff
path: root/Tools/scripts/splitpatch.pl
AgeCommit message (Collapse)Author
2021-04-06framework: Remove $FreeBSD$Mathieu Arnold
Where appropriate fiddle with a few other things.
2015-07-09Invoke perl with /usr/bin/envEmanuel Haupt
Notes: svn path=/head/; revision=391618
2009-05-10Make previous commit work for both context and unified input patches.Ion-Mihai Tetcu
Notes: svn path=/head/; revision=233587
2009-05-10When naming the split patch files, replace the original path '/' with '__'Ion-Mihai Tetcu
instead of a single '_' to follow the current patch naming guidelines. Notes: svn path=/head/; revision=233586
2005-04-12Add a splitpatch.pl utility, a small script to convert multi-fileAnton Berezin
patches to several appropriately named single-file patches. Requested by: flz Notes: svn path=/head/; revision=133135