summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* document last changesMartin Quinson2004-07-121-0/+7
|
* Sync to ENMartin Quinson2004-07-121-307/+175
|
* - Disable CDPATH within quilt (Joe Green writes: I've seen someAndreas Gruenbacher2004-07-122-1/+7
| | | | | | cases where having CDPATH set results in the path being printed by cd, and I suppose it's possible that the wrong destination might be selected in some cases.)
* - Some more QUILT_PATCHES_PREFIX fixes.Andreas Gruenbacher2004-07-1213-60/+73
|
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-0953-1254/+1485
| | | | | | | | | | | | | | | stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile.
* Fix bash_completion by not using quilt internal but the external commands ↵Martin Quinson2004-07-072-58/+19
| | | | [Joe Green]
* - Add common GNU Diff format options to diff and refresH commands:Andreas Gruenbacher2004-07-0410-219/+401
| | | | | | | | | | | -u, -U num, -c, -C num. REname old -c option (combine patches) of diff command to --combine. - Extend the function that splits comments froM patches and syntax coloring to handLe combined diff format. - Honor the LAnG environment variable again; this goT broken at some point. - Set TEXTDOMAINDIR to where the translations are put so that Messages are found even when not installing into /usr.
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-0216-134/+160
| | | | | | | | | | | | | | | | + Another sed \t\r problem, in Makefile.in + Bad error message on "quilt delete" of non-existent patch + "import" doesn't remove all leading components on patch file + Misspelling in "import" help text - With using the GNU diff --label option, file timestamps disappeared. Specify the timestamps in --label by hand: This gives us added flexibility when generating patches; we may some day want to support diff styles other than unified. Also reported by Joe Green. - Add --backup option to quilt refresh. - Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc. (The old settings still work but they are no longer documented.) - Update German translation.
* - Allow passing of default options to commands by definingAndreas Gruenbacher2004-07-016-8/+21
| | | | | QUILT_${COMMAND}_ARGS in .quiltrc. This should eventually get us rid of some of the mess in .quiltrc.
* - Quilt diff: add --color option for optionally colorizing theAndreas Gruenbacher2004-06-305-75/+133
| | | | output.
* - Quilt import: when importing patches with their original fileAndreas Gruenbacher2004-06-262-5/+7
| | | | name, strip path prefixes from the patch names.
* - Fix another upgrade bug: The series file may optionally containAndreas Gruenbacher2004-06-1211-59/+87
| | | | | | | a strip level argument (-pN) which must be stripped off when determining the patch name. - A minor correction in the doumentation; some whitespace fixes. - Translation update.
* release 0.33-1, 0.34-1 and 0.34-2Martin Quinson2004-06-111-0/+27
|
* Document last changesMartin Quinson2004-06-111-0/+15
|
* UpdatesMartin Quinson2004-06-112-109/+107
|
* quilt return 2 when asked to do a noop (as pushing when there is nothing to ↵Martin Quinson2004-06-111-2/+6
| | | | push)
* improve (?) documentation of -dMartin Quinson2004-06-111-1/+1
|
* TypoMartin Quinson2004-06-111-1/+1
|
* document the -n optionMartin Quinson2004-06-111-1/+1
|
* Add a --no-timestaps optionMartin Quinson2004-06-112-5/+17
|
* document the quiltrc options; cosmeticsMartin Quinson2004-06-111-5/+34
|
* little description improvementMartin Quinson2004-06-111-2/+2
|
* Now that the man page is generated upstream, no need to embeeded it in debian/Martin Quinson2004-06-112-416/+0
|