summaryrefslogtreecommitdiffstats
path: root/test/reorder.test
Commit message (Collapse)AuthorAgeFilesLines
* - Sub-directory support:Andreas Gruenbacher2004-02-201-7/+14
| | | | | | | | | | + Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-5/+5
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-091-0/+49
was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.