summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - quilt setup: replace the --path argument with --sourcedir forAndreas Gruenbacher2007-08-089-128/+152
| | | | | | | | specifying the location of the package sources. Pass the source dir to inspect as well. Fix a test suite bug for quilt setup. Minor cosmetic changes. - Fix a quilt mail test suite bug: specify a dummy --sender in test.quiltrc.
* - quilt diff: don't colorize the output when the --diff=... optionAndreas Gruenbacher2007-07-262-3/+8
| | | | is used (allows diff utilities to use terminal IO).
* Move quilt-mode-line definition to topleve.Satoru Takeuchi2007-07-211-2/+3
|
* - Man page improvements from Ben Pfaff <blp@cs.stanford.edu>.Andreas Gruenbacher2007-06-057-12/+25
| | | | - QUILT_SERIES and series file search algorithm bugfix.
* - Mail command: when only a single patch is specified, only mailAndreas Gruenbacher2007-05-0613-125/+170
| | | | | | | | | | that one. Only mail all patches to the end of the series if the last patch is '-', or no patches have been specified. - Revert command: change semantics to really revert the changes relative to the patch instead of removing the file from the patch. That's much more useful; the other behavior is available as ``quilt diff <file> | patch -p1'', anyway. - Update German translation.
* - fold command: Add -R option.Andreas Gruenbacher2007-05-036-140/+201
| | | | - Update German translation.
* - Try to clean up the force-apply and interactive-apply logicAndreas Gruenbacher2007-04-277-97/+126
| | | | | | in quilt push, and add a force option to quilt fold: Fold was applying patches interactively and was restoring files if there were rejects; this was very unexpected for users.
* - Rename the ``remove'' command to ``revert'': this removesAndreas Gruenbacher2007-04-2713-122/+138
| | | | | ambiguities with the delete command, and more closely matches what the command does.
* - quilt mail: Document the possibility to specifiy a patch range.Jean Delvare2007-04-223-7/+16
|
* Dependencies of quilt/* on quilt/scripts/* are run-time dependencies forJean Delvare2007-04-222-4/+13
| | | | the test suite, not build-time dependencies.
* - quilt mail: Allow to specify a patch range.Andreas Gruenbacher2007-04-198-79/+137
|
* Make pod2man optional (./configure --without-pod2man).Andreas Gruenbacher2007-04-193-3/+24
|
* - Install quilt.el into $(datadir)/emacs/site-lisp/.Andreas Gruenbacher2007-04-183-1/+11
|
* - lib/backup-files.c: Do not modify the original file wheneverAndreas Gruenbacher2007-04-163-10/+82
| | | | | | | possible: previously, a ``quilt add'' usually linked the file to he backup and then copied the backup over the file to ensure a link count of one. Recognize this case, and create a copy in the first place instead.
* - Add quilt.el and its README file. (The emacs mode is not beingAndreas Gruenbacher2007-04-155-13/+524
| | | | installed properly, yet.)
* - quilt/refresh.in: Remove stray \n in error message. Reported byJean Delvare2007-04-152-1/+7
| | | | Randy Dunlap.
* - Quilt refresh: fix existing patch check.Andreas Gruenbacher2007-03-262-1/+6
|
* Spelling fix: explicitly.Jean Delvare2007-03-181-1/+1
|
* - quilt/scripts/patchfns.in: Fix an off-by-one error inJean Delvare2007-02-222-7/+16
| | | | | change_db_strip_level when inserting the strip level in the patch argument list. Also cleanup this function a bit.
* - quilt/import.in, quilt/scripts/patchfns.in: Implement import -RJean Delvare2007-02-219-106/+262
| | | | | for reverse-applying a patch. Original patch contributed by Randy Dunlap.
* test/run: Don't attempt to remove comments from command lines. We don'tJean Delvare2007-02-202-1/+8
| | | | | put such comments in our test cases, and it prevents legitimate uses of the "#" character (e.g. in a string, inside quotes) in commands.
* - Update the Japanese translation. Patch from Yasushi Shoji.Jean Delvare2007-02-132-16/+15
|
* - Remove dead nonsense codeAndreas Gruenbacher2007-01-311-3/+0
|
* - Update the German translation.Andreas Gruenbacher2007-01-315-201/+208
|
* - Refresh command: add -z option, which refreshes changes into aAndreas Gruenbacher2006-10-196-77/+192
| | | | new patch instead of modifying the existing patch.
* Bump version to 0.46.v0.46Jean Delvare2006-10-192-2/+7
|
* - aclocal.m4: New helper for optional binaries.Jean Delvare2006-10-105-16/+67
| | | | | | - configure.ac: Use the new helper for diffstat and rpmbuild. - compat/diffstat.in: Delete. - compat/rpmbuild.in: Delete.
* - Update the German translation.Andreas Gruenbacher2006-10-095-46/+56
|
* - quilt.spec.in: Pass %_mandir to --configure (fix from AndersAndreas Gruenbacher2006-10-092-1/+7
| | | | Larsen).
* - quilt/delete.in: Display the proper error message when usingJean Delvare2006-09-223-1/+12
| | | | | "quilt delete" with no argument and no patch is applied. - test/delete.test: Add a test for this specific case.
* - po/ja.po: Update the Japanese translation, patch from Yasushi Shoji.Jean Delvare2006-09-203-26/+42
| | | | - po/fr.po: Update the French translation.
* - quilt/diff.in, quilt/refresh.in: Update usage line to mention "-p ab".Jean Delvare2006-09-197-26/+38
|
* - quilt/scripts/patchfns.in: Drop support for "-pab" in seriesJean Delvare2006-09-197-126/+74
| | | | | | file, for it breaks compatibility with previous versions of quilt, and is inconsistent. - test/dir-a-b.test: Drop test case for "-pab" in series file.
* - test/*.test: Make sure that rm commands are non-interactive.Jean Delvare2006-09-1910-10/+15
|
* - test/dir-a-b.test: Don't use diffstat in the regression testJean Delvare2006-09-192-8/+6
| | | | suite, as it may or may not be available.
* - doc/quilt.1.in: Document the fact that per-patch comments are nowJean Delvare2006-09-182-2/+10
| | | | supported. Fix a typo.
* Typo fix.Jean Delvare2006-09-181-1/+1
|
* - Makefile.in: Set LC_ALL=C before running the regression tests,Jean Delvare2006-09-182-2/+9
| | | | | setting LANG alone isn't sufficient because LC_ALL overrides LANG when set.
* - quilt/mail.in, test/mail.test: Fix signature separator. PatchJean Delvare2006-09-053-9/+15
| | | | from Ville Syrjala.
* - Makefile.in: replace $(datadir)/man with configure's @mandir@ macro.Andreas Gruenbacher2006-07-141-1/+1
|
* - A few more `-p ab' fixes.Andreas Gruenbacher2006-06-274-6/+95
|
* - quilt/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-278-44/+121
| | | | - test/dir-a-b.test: Add a regression test case for this fix.
* - Remove some broken translations that slipped in on Jun 12.Andreas Gruenbacher2006-06-275-128/+29
|
* - configure.ac: Test for bash 3.1 quoting bug (#16763).Jean Delvare2006-06-242-1/+18
|
* - bin/quilt.in, doc/quilt.1.in: Document the --quiltrc=- featureJean Delvare2006-06-243-2/+12
| | | | (#16727).
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-1211-125/+312
| | | | | | | produce a/file and b/file filenams in headers instead of dir.orig/file and dir/file, similar to BK, git, hg patches. - Only touch .pc/$patch/.timestamp when a path actually is being refreshed.
* - doc/quilt.1.in: Mention the QUILT_PATCHES_PREFIX,Jean Delvare2006-06-022-1/+27
| | | | | QUILT_NO_DIFF_INDEX and QUILT_NO_DIFF_TIMESTAMP variables, and describe their effects.
* - quilt/import.in: Add some missing quotes. This makes it possibleJean Delvare2006-06-012-3/+11
| | | | | | to import a patch with unfriendly characters (say spaces) in its name as long as it is renamed to something more friendly in the process.
* Add rpmbuild.Jean Delvare2006-06-011-0/+1
|
* - compat/rpmbuild.in: Add a version that tries to execute aAndreas Gruenbacher2006-06-014-3/+21
| | | | | | | | rpmbuild that may have been installed after building quilt. - compat/diffstat.in: Same as for compat/rpmbuild.in, try to execute rpmbuild even though none was there at quilt build time. - aclocal.m4: Fix a quoting error.