summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Get rid of the apatch and rpatch helper scripts: Integrate themAndreas Gruenbacher2004-11-1515-734/+513
| | | | | in the push and pop commands. This should bring a small performance improvement.
* - Typo.Andreas Gruenbacher2004-11-151-1/+1
|
* - bash_completion: Change [ x '>' y ] to [ x -gt y ].Andreas Gruenbacher2004-11-081-1/+1
|
* - Fix patches command (Brent Casavant <bcasavan@sgi.com>).Andreas Gruenbacher2004-11-082-3/+4
|
* - Missing quotation in bash_completionAndreas Gruenbacher2004-11-082-2/+4
| | | | (Axel Grossklaus <ag@pre-secure.de>).
* - Fix extra trailing space in series file after quilt refreshAndreas Gruenbacher2004-11-082-1/+7
| | | | (David Vrabel <dvrabel@arcom.com>).
* - Add a missing print_patch call (cosmetic).v0.37Andreas Gruenbacher2004-10-172-9/+3
|
* - When applying a patch with -q and without -f no (individual)Andreas Gruenbacher2004-10-178-11/+34
| | | | | | | | | | | reject files are created, and the "patching file" comments are missing as well. In that case, we don't know wich files the "-- saving rejects to file /tmp/foo" comments belong to, and we can't fic them up. Remove them, instead. - Pop command: Touch files after they are restored so that tools like make don't get confused. - Update test cases. - Bump to version 0.37.
* - Fix the version check in bash_completion for bash 3.v0.36Andreas Gruenbacher2004-09-222-2/+5
|
* - scripts/patchfns.in: set the dotglob option so that dot filesAndreas Gruenbacher2004-09-226-12/+60
| | | | | | | | | | | | | will show up in file globs as well. Bug reported by James Rowe. - Add a missing tab to the patch header of files that are removed. Bug reported by James Rowe. - Push command: Without -f or --leave-rejects, when applying a patch failed, the *.rej files were not removed properly. Change the code so that they won't be created in the working tree in the first place this case. - test/run script: Oops, the previouos commit was not the latest version. - Bump version to 0.36.
* - Series command: add missing paths to patches ifAndreas Gruenbacher2004-09-213-2/+16
| | | | | $QUILT_PATCHES_PREFIX is set. - test/run script: Add export and unset statements.
* - Fix a message; took a while. Thanks Yasushi SHOJIAndreas Gruenbacher2004-09-136-12/+11
| | | | <yashi@atmark-techno.com>.
* - bin/quilt.in: Add optional verbose modifier to --trace optionAndreas Gruenbacher2004-09-136-19/+37
| | | | by request of Dean Roehrich <roehrich@sgi.com>.
* - The fork command at some point broke and did not insert theAndreas Gruenbacher2004-09-122-9/+12
| | | | "serial number" in the right place in patch names anymore.
* - scripts/inspect.in: Run the RPM %prep section in /var/tmp andAndreas Gruenbacher2004-09-122-1/+7
| | | | not in /tmp: the sources can become large.
* - Refresh command: recognize and ignore header lines generated byAndreas Gruenbacher2004-08-254-3/+11
| | | | | ``cvs diff''. - Add a missing print_patch call (cosmetic).
* Fix two typos in description. Thanks Matt (Kraii). (Closes: #266195)Martin Quinson2004-08-171-1/+2
|
* Fix typos in description (Thanks Matt Kraai)Martin Quinson2004-08-171-8/+8
|
* typo breaking groff syntaxMartin Quinson2004-08-171-1/+1
|
* Sync to ENMartin Quinson2004-08-171-24/+20
|
* - Add Japanese translation fromAndreas Gruenbacher2004-08-143-1/+1017
| | | | Yasushi SHOJI <yashi@atmark-techno.com>. Thank you.
* - setup command: detect errors when running ``rpm -bp'' andAndreas Gruenbacher2004-08-136-6/+59
| | | | improve the messages of ``quilt setup''.
* - Merge improvement to files command from Dean Roehrich: Allow toAndreas Gruenbacher2004-08-116-95/+207
| | | | | | list all files modified, or all files modified by a range of patches. - Fix pop command help.
* - Working in sub-directories: `quilt new' so far did alwaysAndreas Gruenbacher2004-08-115-27/+19
| | | | | | | | create patches in the current directory, even if the current directory appeared to be a sub-directory of the working tree. This was confusing for several people now. Make `quilt new' behave like all other commands, and thus allow it to be used from within sub-directories.
* - Fix wrong pop command help text.Andreas Gruenbacher2004-08-114-47/+54
|
* Acknoledge NMU;Use my debian addressMartin Quinson2004-08-071-0/+15
|
* Use my debian addressMartin Quinson2004-08-071-1/+1
|
* Add the missing dependency on libc6Martin Quinson2004-08-071-1/+1
|
* Document last changeMartin Quinson2004-08-071-0/+6
|
* Small fix: display the name of the patch which is not applied in the error ↵Martin Quinson2004-08-071-1/+1
| | | | message [Yasushi SHOJI]
* document last changesMartin Quinson2004-07-221-1/+8
|
* Tell the user to refresh patch which does not remove properly, not only to ↵Martin Quinson2004-07-222-7/+7
| | | | force with -f
* Stop using my professional email address for that kind of stuffMartin Quinson2004-07-202-5/+5
|
* - Add missing print_patch wrapper.Andreas Gruenbacher2004-07-171-1/+2
|
* Document last changesMartin Quinson2004-07-151-0/+6
|
* Complete options for a partial command as long as it's unique.Martin Quinson2004-07-151-2/+8
| | | | quilt will accept such a partial command as valid. [Joe Green]
* debian release of 0.35Martin Quinson2004-07-151-0/+15
|
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-157-58/+104
| | | | | | | | - Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35.
* - Replace a few instances of awk and sed with @AWK@ and @SED@ inAndreas Gruenbacher2004-07-149-12/+14
| | | | *.in files.
* - Update guards script: add -l (list) and -v (invert) options.Andreas Gruenbacher2004-07-142-19/+45
| | | | - Add generated man pages to clean target.
* document last changesMartin Quinson2004-07-131-0/+7
|
* Make bash_completion usable on non Debian Boxes [Joe Green]Martin Quinson2004-07-131-3/+72
|
* Sync to source codeMartin Quinson2004-07-131-3/+3
|
* Sync to ENMartin Quinson2004-07-131-7/+7
|
* makes clear that the $EDITOR variable is used to choose the editorMartin Quinson2004-07-131-2/+2
|
* Track down two string expensions in printf $"" leftMartin Quinson2004-07-132-3/+3
|
* Fix a typo (s/prinf/printf/) reported by Dean RoehrichMartin Quinson2004-07-131-1/+1
|
* - Fix stripping of the path to $QUILT_PATCHES when working inAndreas Gruenbacher2004-07-132-1/+3
| | | | sub-dirextories. (This could be fixed more flexibly later...)
* - Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).Andreas Gruenbacher2004-07-125-9/+11
|
* - refresh command: Fix --diffstat option; it did swap lines. AlsoAndreas Gruenbacher2004-07-125-20/+45
| | | | remove stray dollar sign.