summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* - Fix a bug in backup-files.c (introduced just before).Andreas Gruenbacher2004-03-141-1/+1
|
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-131-19/+89
| | | | | | | | | | | | | | *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.
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-12/+25
| | | | - Run test/one.test inside sub-directory.
* - Backup files were not reliably removed after restoring (this did notAndreas Gruenbacher2003-10-261-6/+4
| | | | matter with the .pc files).
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-191-18/+66
| | | | e.g., because the backups go to a ram disc, etc.
* Install binary backup-files into /usr/lib/quilt and the remaining scripts ↵Andreas Gruenbacher2003-01-315-1413/+0
| | | | under /usr/share/quilt/scripts.
* Add syntax highlighting tags for emacs and vimAndreas Gruenbacher2003-01-314-0/+16
|
* Change #\!@BASH@ to #\! @BASH@. It can look a bit stupid, but it's needed ↵Martin Quinson2003-01-313-3/+3
| | | | for maximal portability
* Fight lintian warning: Change #\!@BASH@ to a header explaining what it is ↵Martin Quinson2003-01-311-1/+2
| | | | and that it it should be sourced.
* Also substitute @MKTEMP@Andreas Gruenbacher2003-01-301-5/+5
|
* Quilt diff now accepts a list of files; add quilt.changes entry for previous ↵Andreas Gruenbacher2003-01-301-0/+11
| | | | file removal.
* Quilt refresh looses patch descriptionAndreas Gruenbacher2003-01-301-1/+1
|
* Add changelog and fix patch_description for "Index:" lines in patchesAndreas Gruenbacher2003-01-301-7/+7
|
* Clean upAndreas Gruenbacher2003-01-302-352/+0
|
* Another regex quoting mistake; add rpm makefile targetAndreas Gruenbacher2003-01-301-1/+1
|
* Prepare for more AutoconfAndreas Gruenbacher2003-01-303-8/+8
|
* Prepare for GNU Autoconf; Some cleanups in MakefileAndreas Gruenbacher2003-01-306-4/+356
|
* Fix some regex quotingAndreas Gruenbacher2003-01-301-8/+9
|
* Add --leave-rejects option to quilt push (and apatch)Andreas Gruenbacher2003-01-291-2/+8
|
* Add the cvsignore for the result of a debian package compilation. rpm may ↵v0.21Martin Quinson2003-01-291-0/+1
| | | | create other files, no idea
* Version 0.21 from Andreas GruenbacherMartin Quinson2003-01-297-379/+883
|
* - Catch up to akmp version 0.10 (only files in need-checking were modified)Martin Quinson2003-01-213-3/+21
| | | | | | - Use bash ; use a proper first line (ie "#! /bin/bash", the space is needed on some rare platforms) - Add a header stating that the code is GPL in all scripts
* Version 0.11, from Andreas GruenbacherMartin Quinson2003-01-216-0/+1110