summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Change `quilt import' to allow importing multiple patchesAndreas Gruenbacher2004-03-132-50/+47
| | | | | at once. - Update to version 0.32.
* - Change to version 0.32.Andreas Gruenbacher2004-03-131-2/+2
|
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-1312-114/+354
| | | | | | | | | | | | | | *topmost* patch, not the next unapplied patch. Adapt the test suite accordingly. - Add flag to backup-files.c to make sure that files in the working tree have a link count of at most one. Use this where appropriate. - Fix a bug in `quilt snapshot': Taking snapshots caused files to get link counts bigger than one, so modifying them could cause multiple files to get modified. Speed up the command, too. - Update the documentation. Add example1.test from the documentation.
* - Add some more generated files to .cvsignoreAndreas Gruenbacher2004-03-134-3/+6
|
* - Fix an open issue in the patchname filter inAndreas Gruenbacher2004-03-132-17/+33
| | | | scripts/dependency-graph.
* - Clarification in the help text.Andreas Gruenbacher2004-03-131-1/+2
|
* - Add `quilt graph' command for generating a dependency graphAndreas Gruenbacher2004-03-135-4/+470
| | | | | | | | between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible. - The spec file was missing the quilt.1 man page.
* - Remove stray ``../'' in test script.Andreas Gruenbacher2004-03-101-1/+1
|
* - Add man page to tarball and to spec file; add make dependencies.Andreas Gruenbacher2004-03-102-3/+7
| | | | - Sort the commands in the man page command reference.
* - Quilt push/pop: exit with a non-zero status when beyond series.Andreas Gruenbacher2004-03-104-4/+10
| | | | - Ignore empty lines in series file.
* - Make files writeable in `quilt add' (and `quilt edit') forAndreas Gruenbacher2004-03-092-2/+10
| | | | working with read-only trees.
* Sync to ENMartin Quinson2004-03-081-6/+12
|
* Fix a typo in output (close debian #236933)Martin Quinson2004-03-081-1/+1
|
* document last changeMartin Quinson2004-02-251-1/+6
|
* Add completion for editMartin Quinson2004-02-251-0/+8
|
* Document last changesMartin Quinson2004-02-251-0/+17
|
* Add the man page in the debian package directly in order to not bump to 0.31 ↵Martin Quinson2004-02-252-0/+416
| | | | for that only
* Remove a useless dupplicated lineMartin Quinson2004-02-251-1/+0
|
* various changes to be usable along with the cdbs tarball.mk rules [David Kimdon]Martin Quinson2004-02-251-8/+10
|
* Remove the stamp-patch in reverse-patches instead of cleanMartin Quinson2004-02-251-1/+1
|
* After regenerating a translation, output some stats about itMartin Quinson2004-02-231-1/+2
|
* Update against lastest stringsMartin Quinson2004-02-231-47/+71
|
* Do not tell that 'Commands are invoked in the root of that tree' and say a ↵Martin Quinson2004-02-231-6/+7
| | | | word about subtree, but it would deserve a paragraph; minor rephrasing
* Add a man page generated automatically from -hMartin Quinson2004-02-232-3/+34
|
* 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.