summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - test/subdir.test: Test quilt files -v.Jean Delvare2005-09-211-0/+12
|
* - quilt/diff.in: Add missing call to print_patch.Jean Delvare2005-09-211-0/+5
|
* - Makefile.in: Fix compat/tail symlink creation. Fix variable exportingJean Delvare2005-09-201-0/+10
| | | | | | | bashism. - configure.ac: Use grep >/dev/null instead of grep -q for compatibility. Test for grep -q, some quilt scripts need it. - test/Makefile: Fix varible exporting and script sourcing bashisms.
* - Avoid spurious rebuilds because of unnecessary chmod.Andreas Gruenbacher2005-09-191-1/+2
|
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-191-0/+5
|
* - Makefile.in: Fix harmless error message in reference rule.Jean Delvare2005-09-191-0/+5
|
* - aclocal.m4: Fix a bug causing user-selected binary names not to beJean Delvare2005-09-191-0/+6
| | | | displayed properly.
* - Use compatibility m4 for diffstat. Correctly diagnose olderAndreas Gruenbacher2005-09-191-0/+8
| | | | | | diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update configure warning message to reflect reality that quilt diff does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).
* - quilt/mail.in: add a --sender option for specifying the envelopeAndreas Gruenbacher2005-09-191-0/+6
| | | | sender address (defaults to ${LOGNAME:-`whoami`}@`hostname -f`).
* - Rename MTA program to SENDMAIL, and improve configure.acAndreas Gruenbacher2005-09-191-0/+9
| | | | | | | (from John Vandenberg again, as several other recent things -- thanks!) - Must build the compatibility programs before creating the command reference (which extracts the help texts).
* - configure.ac: Don't run tests when using internal compatibilityAndreas Gruenbacher2005-09-191-1/+3
| | | | programs.
* - Fix --disable-nls.Andreas Gruenbacher2005-09-191-1/+2
|
* - Fix mta check when sendmail is found.Andreas Gruenbacher2005-09-191-0/+5
|
* - Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.Andreas Gruenbacher2005-09-181-0/+5
|
* - configure.ac: Test for tail -n.Jean Delvare2005-09-181-0/+5
|
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-181-0/+7
| | | | | was lost somewhere. Fix internal "mta" program. - Get rid of ``grep -E''.
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-181-0/+10
| | | | | | | | - Always create the mta symlink in compat/. Replace "@MTA@" with "mta" in scripts. Replace mta check in configure.ac with QUILT_COMPAT_PROG_PATH. - quilt/main.in: Add a User-Agent header. - Update the German translation.
* - Makefile.in: remove obsolete substitutions.Andreas Gruenbacher2005-09-181-1/+6
|
* - Get rid of `grep -e''.Andreas Gruenbacher2005-09-181-0/+5
|
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-0/+6
| | | | (Gary V. Vaughan <gary@gnu.org>).
* - configure.ac: Drop useless -e to grep.Jean Delvare2005-09-181-0/+5
|
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-181-0/+6
| | | | Makefile.in.
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-181-0/+7
| | | | | for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
* - lib/backup-files.c: use mktemp if mkstemp is not availableAndreas Gruenbacher2005-09-181-0/+6
| | | | (Gary V. Vaughan <gary@gnu.org>). Add a config.h.
* - lib/backup-files.c: switch from alloca to malloc for portability.Andreas Gruenbacher2005-09-181-0/+5
|
* - configure.ac: Make the tail executable user-selectable.Jean Delvare2005-09-181-0/+5
|
* - Forgot to add new files to the repository.Andreas Gruenbacher2005-09-181-0/+5
|
* - Remove compatibility shell functions and convert them toAndreas Gruenbacher2005-09-181-3/+3
| | | | standalone scripts.
* - Replace @FOO@ macros in scripts with foo command where possible.Andreas Gruenbacher2005-09-181-1/+2
|
* - Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) inAndreas Gruenbacher2005-09-181-1/+3
| | | | Makefile.in.
* - Remove compat/compatfns when no compatibility functions areAndreas Gruenbacher2005-09-181-1/+3
| | | | included. Clean up some Makefile dependencies.
* - configure.ac: fail if getopt does not support --long.Andreas Gruenbacher2005-09-171-1/+2
|
* - Only add compat/ directory to PATH if it exists. Only create itAndreas Gruenbacher2005-09-171-1/+3
| | | | when necessary.
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-171-0/+5
|
* - configure.ac: Fix a copy-n-paste bug which was causing perl to beJean Delvare2005-09-161-0/+6
| | | | checked twice and awk not to be checked properly.
* - Make it possible to pass arbitrary options to diffstat, byJean Delvare2005-09-161-0/+7
| | | | | defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc. - Update documentation and sample configuration file accordingly.
* - Fix off-by-one error: it's not a good idea to edit $x insteadAndreas Gruenbacher2005-09-151-0/+6
| | | | of $x.in.
* - Makefile.in: Add missing dependency of doc/README on quilt/*.Jean Delvare2005-09-151-0/+7
| | | | - Makefile.in: Rewrite non-portable sed command in "reference" rule.
* - Omitting the search directory in "find" is not portable; add an explicitJean Delvare2005-09-151-0/+6
| | | | "." (Gary V. Vaughan, John Vandenberg).
* - Fix quilt.spec generation after the Sep 14 change.Andreas Gruenbacher2005-09-151-3/+9
|
* - quilt/pop.in: get rid of tac.Andreas Gruenbacher2005-09-151-0/+5
|
* - quilt/mail.in: Remove stray getopt line. If --subject is given,Andreas Gruenbacher2005-09-141-0/+6
| | | | actually fill in the subject in the message template.
* - Makefile.in: Use @BASH@ instead of bash (John Vandenberg).Jean Delvare2005-09-141-0/+7
| | | | | - Makefile.in: Use `foo` instead of $$(foo) for compatibility. - Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).
* - quilt/annotate.in: New option "-p patch" to stop checking for changesJean Delvare2005-09-131-0/+10
| | | | | | at the specified rather than the topmost patch. - bash_completion: Support the new -p option. - test/annotation.test: Test the new -p option.
* - quilt/annotate.in: Update help text to mention that only applied patchesJean Delvare2005-09-111-0/+7
| | | | | will show (Andreas Gruenbacher). Optimize by using applied_patches() instead of cat_series().
* - test/*.test: Fix sed compatibility issues: do not use inplace (-i); doJean Delvare2005-09-091-0/+8
| | | | | | not filter out tabs in patches, it's no more needed now that --no-timestamps is used; do not use the "a" command. Based on a patch by John Vandenberg.
* - scripts/patchfns.in: New quilt_command function for running anotherJean Delvare2005-09-091-0/+9
| | | | | | quilt command. - quilt/delete.in, quilt/edit.in: Use the new quilt_command function. Patch from Joe Green.
* - quilt/delete.in: Fix the quilt pop invocation when attempting to deleteJean Delvare2005-09-071-0/+5
| | | | the top patch (default). Patch by Joe Green.
* - Japanese translation update contributed by Satoru Takeuchi and YasushiJean Delvare2005-09-061-0/+6
| | | | Shoji.
* - It is now possible to set EDITOR in ~/.quiltrc in order to use aJean Delvare2005-09-061-0/+6
| | | | different editor for quilt and for the other tasks.