summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* QUILT_IN+=fold fork snapshot editMartin Quinson2003-11-201-1/+2
|
* Packaging 0.29: repackage to use the Common Debian Build System in order to ↵Martin Quinson2003-11-205-87/+40
| | | | simplify the scripts
* Small fix from wangdi: when patch file empty, it should first check wether ↵Andreas Gruenbacher2003-11-201-1/+6
| | | | the dir in .pc exist, then create timestamp
* update to lastest source code change, and translate the missing french ↵Martin Quinson2003-11-203-220/+284
| | | | parts. The german file do need love from someone...
* - Add new command `quilt fold' to fold one patch into another.Andreas Gruenbacher2003-11-177-54/+237
| | | | | | | | - Fix bug in `quilt files': Files that are neither present in the working directory and have an empty backup copy sometimes were still listed. - Some minor cleanups in apatch. - Add test/fold.test, and fix a now-useless check in one.test.
* - Merge some changes from wangdi:Andreas Gruenbacher2003-11-153-4/+11
| | | | | | + Use -f (force) option of GNU patch in `quilt diff -z'. + Build source and binary RPMs in `make rpm' target. + Simplify sed expression in Makefile.in.
* Also install quilt.pdf with `make install'.v0.29Andreas Gruenbacher2003-11-121-1/+3
|
* Bump version number to 0.29 (cvs tag VER_0_29).Andreas Gruenbacher2003-11-122-2/+3
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-1210-1038/+745
| | | | - Remove obsolete documentation.
* - Fix the timestamp check in scripts/rpatch.in for missing files.Andreas Gruenbacher2003-11-042-8/+5
|
* - `quilt setup' sometimes forgot to create the patches sub-dir.Andreas Gruenbacher2003-11-042-0/+2
|