summaryrefslogtreecommitdiffstats
path: root/quilt
Commit message (Expand)AuthorAgeFilesLines
* - quilt/import.in: Improve the help text.Andreas Gruenbacher2006-01-251-4/+5
* - quilt/scripts/parse-patch.in: files_in_patch improvement fromAndreas Gruenbacher2006-01-241-5/+4
* - configure.ac: Require GNU patch 2.4+.Andreas Gruenbacher2006-01-231-2/+2
* - Check if awk supports sub().Andreas Gruenbacher2006-01-231-3/+3
* - Stop using GNU awk's gensub.Andreas Gruenbacher2006-01-232-23/+16
* - Remove unnecessary uses of diff's -N option.Andreas Gruenbacher2006-01-234-5/+5
* - Use a more clear message for when patches apply with -R.Andreas Gruenbacher2006-01-221-1/+1
* - push command: when a patch doesn't apply, check if it reverseAndreas Gruenbacher2006-01-222-7/+35
* - When inserting new diffstat, put a "---" line above it.Andreas Gruenbacher2006-01-221-0/+1
* - po/de.po: Translation update.Andreas Gruenbacher2006-01-221-2/+2
* - Don't use date -r for comparing file timestamps.Andreas Gruenbacher2006-01-211-4/+1
* - GNU patch 2.5 messages differ slightly from the messages of moreAndreas Gruenbacher2006-01-211-2/+2
* - Split off strip_diffstat from header command.Andreas Gruenbacher2006-01-213-14/+76
* - import command: catch several error conditions. Patches inAndreas Gruenbacher2006-01-212-6/+42
* - Fix delete -n when no patches are applied.Andreas Gruenbacher2006-01-212-8/+21
* - Make sure quilt diff --snapshot visits files in a defined order.Andreas Gruenbacher2006-01-191-1/+1
* - Move patch parameter checks into patchfns.in, adding quotesJohn Mark Vandenberg2006-01-1920-331/+161
* - Change the rules for splitting a patch into header and body soAndreas Gruenbacher2006-01-161-14/+4
* - Move scripts directory to quilt/scripts to simplify running quiltAndreas Gruenbacher2006-01-147-0/+1953
* - Use better variable names to avoid name clashes.Andreas Gruenbacher2006-01-1429-103/+103
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-1429-104/+104
* - scripts/inspect.in (setup command): add heuristic to check forAndreas Gruenbacher2005-12-081-2/+1
* - quilt/diff.in, quilt/refresh.in: stop using /dev/null for addedAndreas Gruenbacher2005-11-281-4/+3
* - quilt/files.in: Sort the file names rather than respecting the originalJean Delvare2005-09-231-1/+1
* - quilt/files.in: Compute file status only when needed (that is, when -vJean Delvare2005-09-211-13/+13
* - quilt/diff.in: Add missing call to print_patch.Jean Delvare2005-09-211-1/+2
* - quilt/mail.in: add a --sender option for specifying the envelopeAndreas Gruenbacher2005-09-191-8/+29
* - Rename MTA program to SENDMAIL, and improve configure.acAndreas Gruenbacher2005-09-191-2/+2
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-181-1/+1
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-182-5/+6
* - Get rid of `grep -e''.Andreas Gruenbacher2005-09-181-1/+1
* - Replace @FOO@ macros in scripts with foo command where possible.Andreas Gruenbacher2005-09-1813-52/+53
* - Make it possible to pass arbitrary options to diffstat, byJean Delvare2005-09-161-1/+1
* - Fix off-by-one error: it's not a good idea to edit $x insteadAndreas Gruenbacher2005-09-151-1/+1
* - quilt/pop.in: get rid of tac.Andreas Gruenbacher2005-09-151-24/+11
* - quilt/mail.in: Remove stray getopt line. If --subject is given,Andreas Gruenbacher2005-09-141-2/+1
* - quilt/annotate.in: New option "-p patch" to stop checking for changesJean Delvare2005-09-131-3/+32
* - quilt/annotate.in: Rework the annotation algorithm (AndreasJean Delvare2005-09-131-20/+15
* - quilt/annotate.in: Update help text to mention that only applied patchesJean Delvare2005-09-111-2/+2
* - scripts/patchfns.in: New quilt_command function for running anotherJean Delvare2005-09-092-3/+3
* - quilt/delete.in: Fix the quilt pop invocation when attempting to deleteJean Delvare2005-09-071-1/+1
* - It is now possible to set EDITOR in ~/.quiltrc in order to use aJean Delvare2005-09-061-0/+11
* - quilt/diff.in: Fix incorrect error message when incompatible optionsJean Delvare2005-09-041-2/+2
* refresh.in: Drop a useless line in the awk script replacing the diffstatJean Delvare2005-09-021-2/+1
* - quilt/delete.in: Drop extra spaces in usage line.Jean Delvare2005-08-263-3/+3
* - quilt/header.in, quilt/refresh.in: Drop trailing tab character in helpJean Delvare2005-08-262-2/+2
* - quilt/delete.in: Add options -r (remove patch file) and --backupJean Delvare2005-08-261-2/+36
* Fix error path when imported patch doesn't exist.Jean Delvare2005-08-261-3/+1
* - quilt/edit.in: Check exit status after adding files, and failAndreas Gruenbacher2005-08-242-2/+7
* - quilt/fold.in: fold did not work when invoked from aAndreas Gruenbacher2005-08-221-1/+2