summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Pushing is only possible if the topmost file is found in theAndreas Gruenbacher2003-07-262-0/+14
| | | | series file. Fix from Tom Wang <wangdi@clusterfs.com>.
* No more story telling; bring (more) up to date.Andreas Gruenbacher2003-07-261-22/+34
|
* - When popping files, go through the list of applied patchesAndreas Gruenbacher2003-07-266-29/+49
| | | | | instead of looking at the series file: The series file may have changed.
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-264-6/+25
| | | | | | | environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions.
* - Update spec2series accordingly.Andreas Gruenbacher2003-07-233-3/+5
|
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-233-3/+13
|
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-192-20/+75
| | | | e.g., because the backups go to a ram disc, etc.
* Rewrite the package descriptionMartin Quinson2003-06-301-9/+10
|
* Add example of a ~/.quiltrc file (in fact, my current version).Andreas Gruenbacher2003-06-272-1/+4
|
* Add the makefile chunk IN /usr/include, do not name it /usr/include :)Martin Quinson2003-06-261-0/+1
|
* Add the consider-for-docs in the tarballsMartin Quinson2003-06-261-0/+1
|
* Add all tests in distMartin Quinson2003-06-261-2/+2
|
* DIRT += $(shell find -name '.#*') [generated by emacs when working on a CVS ↵Martin Quinson2003-06-261-0/+1
| | | | tree]
* Document last changeMartin Quinson2003-06-261-0/+1
|
* Makefile chunk to manage debian packages using quiltMartin Quinson2003-06-261-0/+13
|
* install debquilt.mkMartin Quinson2003-06-261-0/+1
|
* Document last changesMartin Quinson2003-06-261-1/+7
|
* Bump versionv0.24Martin Quinson2003-06-262-2/+8
|
* Use distclean and not only cleanMartin Quinson2003-06-261-1/+1
|
* Install bash_completion; doc goes to /usr/share/doc, not /usr/share/doc/packagesMartin Quinson2003-06-261-2/+8
|
* What is needed to have an inteligent completion in bash when using quiltMartin Quinson2003-06-261-0/+157
|
* Comment the last changesMartin Quinson2003-06-251-0/+7
|
* Fix typoMartin Quinson2003-06-251-2/+3
|
* Hard code the location of bash ; install the upstream changelog in packageMartin Quinson2003-06-251-2/+2
|
* Package a new version, called 0.23Martin Quinson2003-06-251-1/+8
|
* Expend the {} syntax in DIRT variable so that Makefile do what we expectMartin Quinson2003-06-251-1/+1
|
* updateMartin Quinson2003-06-253-35/+54
|
* make clean before dist; remove po/*.mo on cleanMartin Quinson2003-06-251-1/+3
|
* Preserve permissions of files added with `quilt add'.Andreas Gruenbacher2003-05-202-1/+6
|
* Do not add the whole /usr/share/locale directory to the RPMAndreas Gruenbacher2003-05-182-1/+8
| | | | | file list, but only the quilt message catalogs: Otherwise RPM complains when uninstalling.
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-161-1/+1
|
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-162-1/+13
| | | | | - Add ~/.quiltrc resource file (this file is sourced from the patchfsn file, which is used by all commands).
* quilt push returns non-zero value if the patch does not apply cleanlyMartin Quinson2003-04-231-0/+1
|
* Convert all times to CET/CEST timezone -- our scripts don't understandAndreas Gruenbacher2003-04-111-15/+15
| | | | other timezones :-(
* - Apply patches with `patch -f' by default. Add --interactiveAndreas Gruenbacher2003-04-113-6/+26
| | | | | option top `quilt push' to allow applying patches without `patch -f'.
* *** empty log message ***Andreas Gruenbacher2003-04-091-1/+1
|
* - Remove awk hacks in Makefile.in with shell loop and sed hack:Andreas Gruenbacher2003-04-092-6/+20
| | | | The awk hack(s) didn't work for Martin Quinson.
* *** empty log message ***Andreas Gruenbacher2003-04-091-1/+1
|
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-096-173/+359
| | | | | | was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.
* The change from Mar 24 caused empty lines to be removed inAndreas Gruenbacher2003-04-092-1/+7
| | | | patch descriptions.
* `head -1' and `tail -1' is non-standard and deprecated, andAndreas Gruenbacher2003-04-074-5/+11
| | | | does not work with coreutils-5.0 any longer.
* Improve error checking of `quilt diff'Andreas Gruenbacher2003-04-052-1/+6
|
* Also include tests in tar archivesAndreas Gruenbacher2003-03-241-0/+2
|
* Fix patch_description functionAndreas Gruenbacher2003-03-242-3/+10
|
* Update test script to reflect recent patch format changes.Andreas Gruenbacher2003-03-232-2/+12
|
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-2210-41/+81
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* Make test more robust by popping all patches with -R. Before no modeAndreas Gruenbacher2003-03-221-4/+4
| | | | | was specified and quilt was using a mix of reverse-applying and fast restoring.
* Minor cleanupAndreas Gruenbacher2003-03-211-3/+4
|
* Bump version number to 0.23 (CVS tag VER_0_23)v0.23Andreas Gruenbacher2003-03-212-2/+7
|
* The patch filename was appended to the directory/file name in patchesAndreas Gruenbacher2003-03-163-14/+9
| | | | | | | | generated, like dir~patch/file and file~patch. This is unnecessary, and at most irritationg when patches are renamed. Use dir.orig/file and file.orig instead. Also for better readability add a separator line below `Index:', like in diffs CVS generates.