summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore ignorable fileMartin Quinson2004-02-231-0/+1
|
* Add man pageMartin Quinson2004-02-231-0/+139
|
* - Sub-directory support: `quilt setup' could get confused, too.Andreas Gruenbacher2004-02-212-0/+10
|
* - Sub-directory support:Andreas Gruenbacher2004-02-2011-21/+64
| | | | | | | | | | + Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
* - Never fail when patching temporary files in `quilt diff -z',Andreas Gruenbacher2004-02-154-16/+14
| | | | only warn.
* - Don't print an empty line for `quilt top' if no patches areAndreas Gruenbacher2004-02-052-1/+6
| | | | applied.
* - Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.Andreas Gruenbacher2004-02-055-5/+31
| | | | | - Add QUILT_SERIES setting: Override the location of the series file to use.
* - Add --quiltrc={rcfile|-} option. Remove some superfluous quotingAndreas Gruenbacher2004-02-034-19/+38
| | | | | | from quilt wrapper. - Extra tests in `quilt refresh' did not check if the old patch was missing.
* Document last changesMartin Quinson2004-02-031-5/+7
|
* Upgrade the dependency on debhelper to (>= 4.1.0) as requested by cdbsMartin Quinson2004-02-031-1/+1
|
* Document last changesMartin Quinson2004-02-031-0/+17
|
* Put quilt.pdf in the package againMartin Quinson2004-02-031-1/+1
|
* Merge with current strings to translateMartin Quinson2004-02-031-159/+139
|
* Fix formating errors (sorry)Martin Quinson2004-02-031-4/+4
|
* Sync to ENMartin Quinson2004-02-031-252/+160
|
* Do not explicitely depend on bash since that's an Essential packageMartin Quinson2004-02-031-1/+1
|
* - Fix test for bash in configure.ac.Andreas Gruenbacher2004-02-025-8/+28
| | | | | | | - Add `--trace' option to quilt wrapper (runs commands with -x, which prints an execution trace). - Add QUILT_BACKUP setting in .quiltrc (creates backup copies when refreshing patches).
* - Fix `quilt next'.Andreas Gruenbacher2004-02-022-1/+6
|
* - Also fix `quilt import' after patch name mangling removal.Andreas Gruenbacher2004-01-312-74/+25
|
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-3137-523/+638
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* - Fix generating doc/README after subdirectory support broke it.Andreas Gruenbacher2004-01-3124-81/+32
| | | | - Remove excessive newlines in -h messages.
* add a dependency on gawk (Closes #227111)Martin Quinson2004-01-311-1/+1
|
* Fix the URL of the project (Closes #223387)Martin Quinson2004-01-311-1/+1
|
* Don't let the root makefile mess with debian stuffMartin Quinson2004-01-311-3/+3
|
* - Fix `make dist': Some files in debian/ did not exist.v0.30Andreas Gruenbacher2004-01-283-6/+8
| | | | - Update to version 0.30.
* - Add a few more test cases for subdirectory support.Andreas Gruenbacher2004-01-287-12/+248
| | | | - Fix a few bugs introduced while merging Chris's patch.
* Clarify project descriptionAndreas Gruenbacher2004-01-281-1/+1
|
* *** empty log message ***Andreas Gruenbacher2004-01-281-4/+5
|
* - Add support for working in subdirectories of the base directoryAndreas Gruenbacher2004-01-2813-68/+191
| | | | | | | that contains patches/ and .pc/. In the unlikely case that quilt shall operate in the sub-directory itself, it is sufficient to create a patches/ directory there. - Add a small testcase for subdirectory support.
* - Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.Andreas Gruenbacher2004-01-267-35/+30
| | | | | | GNU patch. - Fix help for `quilt diff'. - Update TODO.
* - Also accept `quilt diff -z ./file' (ignore the ./ prefix thatAndreas Gruenbacher2004-01-082-1/+7
| | | | is often produced by find etc.)
* Minor documentation tweakuid679892003-12-241-2/+2
|
* - `quilt fold' did not create directories for additional files,Andreas Gruenbacher2003-11-273-14/+25
| | | | and the code for recovering from failures was wrong.
* Oops, fix quilt diff fixAndreas Gruenbacher2003-11-261-1/+1
|
* Fix some syntactic issuesAndreas Gruenbacher2003-11-262-2/+3
|
* Oops, forgot to commit message changesAndreas Gruenbacher2003-11-262-5/+5
|
* Document last changeAndreas Gruenbacher2003-11-251-0/+5
|
* Also mention .quiltrc and environment settingsAndreas Gruenbacher2003-11-252-1/+23
|
* Update translations (and clarify a few of the original messages)Andreas Gruenbacher2003-11-242-69/+207
|
* - Error check for `quilt diff -z filelist' was too strict; relax.Andreas Gruenbacher2003-11-242-2/+10
|
* Document last changes (version 0.29-3)Martin Quinson2003-11-241-0/+17
|
* Depend on bashMartin Quinson2003-11-241-2/+2
|
* pass the option '--with-bash=/bin/bash' to configureMartin Quinson2003-11-241-1/+3
|
* Install patchsys-quilt.mkMartin Quinson2003-11-241-0/+1
|
* Convert to utf8 to follow the lastest debian standardMartin Quinson2003-11-242-0/+3
|
* Install the upstream changelog under the 'changelog' name, regardless to its ↵Martin Quinson2003-11-242-2/+6
| | | | name upstream
* Remove obsolet filesMartin Quinson2003-11-243-59/+0
|
* File integrating quilt to cdbsMartin Quinson2003-11-241-0/+87
|
* Translate the content of new commandsMartin Quinson2003-11-201-9/+115
|
* Add description of "quilt fold" command.Andreas Gruenbacher2003-11-202-15/+7
|