summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-183-66/+51
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-189-43/+55
* - Need to add -I. to CPPFLAGS.Andreas Gruenbacher2005-09-181-1/+1
* - lib/backup-files.c: use mktemp if mkstemp is not availableAndreas Gruenbacher2005-09-185-2/+93
* - lib/backup-files.c: switch from alloca to malloc for portability.Andreas Gruenbacher2005-09-182-29/+51
* - configure.ac: Make the tail executable user-selectable.Jean Delvare2005-09-182-1/+7
* - Forgot to add new files to the repository.Andreas Gruenbacher2005-09-185-0/+164
* - Remove compatibility shell functions and convert them toAndreas Gruenbacher2005-09-185-35/+5
* - Replace @FOO@ macros in scripts with foo command where possible.Andreas Gruenbacher2005-09-1817-89/+89
* - Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) inAndreas Gruenbacher2005-09-182-25/+27
* - Remove compat/compatfns when no compatibility functions areAndreas Gruenbacher2005-09-182-7/+13
* - configure.ac: fail if getopt does not support --long.Andreas Gruenbacher2005-09-172-6/+10
* - Only add compat/ directory to PATH if it exists. Only create itAndreas Gruenbacher2005-09-174-16/+16
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-179-152/+134
* - configure.ac: Fix a copy-n-paste bug which was causing perl to beJean Delvare2005-09-162-3/+9
* - Make it possible to pass arbitrary options to diffstat, byJean Delvare2005-09-164-1/+17
* - Fix off-by-one error: it's not a good idea to edit $x insteadAndreas Gruenbacher2005-09-156-45/+51
* - Makefile.in: Add missing dependency of doc/README on quilt/*.Jean Delvare2005-09-152-4/+11
* - Omitting the search directory in "find" is not portable; add an explicitJean Delvare2005-09-154-4/+10
* - Use old sh syntax.Andreas Gruenbacher2005-09-151-1/+1
* - Fix quilt.spec generation after the Sep 14 change.Andreas Gruenbacher2005-09-153-15/+20
* - quilt/pop.in: get rid of tac.Andreas Gruenbacher2005-09-156-76/+68
* - quilt/mail.in: Remove stray getopt line. If --subject is given,Andreas Gruenbacher2005-09-146-54/+81
* - Makefile.in: Use @BASH@ instead of bash (John Vandenberg).Jean Delvare2005-09-142-5/+11
* - quilt/annotate.in: New option "-p patch" to stop checking for changesJean Delvare2005-09-134-5/+74
* - 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-112-2/+9
* - Add a missing dependency.Andreas Gruenbacher2005-09-111-1/+1
* - test/*.test: Fix sed compatibility issues: do not use inplace (-i); doJean Delvare2005-09-098-25/+38
* - scripts/patchfns.in: New quilt_command function for running anotherJean Delvare2005-09-094-3/+20
* - quilt/delete.in: Fix the quilt pop invocation when attempting to deleteJean Delvare2005-09-072-1/+6
* - Japanese translation update contributed by Satoru Takeuchi and YasushiJean Delvare2005-09-062-16/+26
* - It is now possible to set EDITOR in ~/.quiltrc in order to use aJean Delvare2005-09-064-0/+26
* - doc/README needs the same $EDITOR filtering quirk we just added forJean Delvare2005-09-062-1/+9
* - scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to notJean Delvare2005-09-063-13/+62
* - Merge doc/sample.quiltrc into quilt.quiltrc, and delete it. It will beJean Delvare2005-09-063-21/+4
* - Makefile.in: Filter out expanded $EDITOR in quilt.1. This value beingJean Delvare2005-09-062-1/+9
* - Fix test/perms.test for LANG=POSIX (from John VandenbergAndreas Gruenbacher2005-09-063-7/+14
* - quilt/diff.in: Fix incorrect error message when incompatible optionsJean Delvare2005-09-046-9/+20
* Resync line numbers (refresh.in and patchfns.in.)Jean Delvare2005-09-024-16/+16
* scripts/patchfns.in: Fix permissions of .pc/applied-patches being lost inJean Delvare2005-09-022-6/+13
* refresh.in: Drop a useless line in the awk script replacing the diffstatJean Delvare2005-09-022-2/+10
* - configure.ac, Makefile.in: Support GCC and other compilers. AllowJean Delvare2005-08-283-4/+24
* - quilt/delete.in: Drop extra spaces in usage line.Jean Delvare2005-08-268-24/+46
* - quilt/header.in, quilt/refresh.in: Drop trailing tab character in helpJean Delvare2005-08-266-11/+10
* - quilt/delete.in: Add options -r (remove patch file) and --backupJean Delvare2005-08-267-34/+140
* - scripts/patchfns.in: insert_in_series(): Insert new patchesAndreas Gruenbacher2005-08-266-30/+38
* Fix error path when imported patch doesn't exist.Jean Delvare2005-08-262-3/+7
* - quilt/edit.in: Check exit status after adding files, and failAndreas Gruenbacher2005-08-244-7/+14
* - quilt/fold.in: fold did not work when invoked from aAndreas Gruenbacher2005-08-227-48/+83