summaryrefslogtreecommitdiffstats
path: root/quilt
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - quilt/edit.in: Check exit status after adding files.Andreas Gruenbacher2005-08-171-1/+1
* improve description of the import command [Joe Green]Martin Quinson2005-08-111-1/+2
* - Japanese translation update from Yasushi SHOJIAndreas Gruenbacher2005-07-251-2/+2
* - Another translation fix.Andreas Gruenbacher2005-07-191-2/+2
* - Fix a few translation bugs; update german translation.Andreas Gruenbacher2005-07-193-4/+4
* - Add internationalization support to Perl scripts as well.Andreas Gruenbacher2005-07-181-0/+15
* Add new header command.Jean Delvare2005-07-181-0/+1
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-182-3/+207
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-181-5/+13
* - Use wildcard to generate the list of all commands in MakefileAndreas Gruenbacher2005-07-142-4/+4
* - quilt delete: Add option -n, which deletes the next patchJean Delvare2005-07-061-6/+27
* quilt delete: Display the name of the deleted patch on success.Jean Delvare2005-07-051-2/+4
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-021-2/+2
* Fix a typo in diff.in's help.Jean Delvare2005-06-291-1/+1
* - quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.Andreas Gruenbacher2005-06-271-23/+6
* - annotate: temp file leak; add bash completions (Jean Delvare).Andreas Gruenbacher2005-06-221-0/+2
* - Actually, ed-style diffs are really needed for this to work.Andreas Gruenbacher2005-06-211-4/+5
* - quilt/annotate.in: Add comment; remove some dead code.Andreas Gruenbacher2005-06-211-3/+13
* - add command: "File %s added to patch %s" message goes to stdoutAndreas Gruenbacher2005-06-213-14/+22
* - Add fix for refresh --strip-trailing-whitespace option: nowAndreas Gruenbacher2005-06-181-9/+15
* - Add new annotate command.Andreas Gruenbacher2005-06-183-7/+153