summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* test/refresh_patch_order.test: enforces the file order within a patchMartin Quinson2014-01-171-0/+5
|
* Add missing entries to quilt.changesJean Delvare2014-01-171-0/+29
|
* bin/patch-wrapper.in: Die with an informative message when /proc is not mountedMartin Quinson2013-12-211-0/+7
|
* make some more strings as translatableMartin Quinson2013-12-081-0/+5
|
* Bump version to 0.61v0.61Martin Quinson2013-12-081-0/+5
|
* update 2 strings of the french translationMartin Quinson2013-12-081-0/+1
|
* Add some missing MIME headers (MIME-Version, Content-Type)Martin Quinson2013-12-081-1/+3
| | | | This closes the bug #21114 on Savannah.
* document QUILT_COLORSMartin Quinson2013-12-081-0/+1
|
* accept recipents that have no full name along with the emailMartin Quinson2013-12-081-0/+6
|
* Makefile.in: Fix support for configure --with-xargsJean Delvare2013-09-301-0/+5
|
* delete.test: Cope with new quoting style in find error messageJean Delvare2013-09-301-0/+6
|
* quilt/fold.in: make it work with filenames with spacesMartin Quinson2013-09-031-0/+7
|
* failpop.test: Drop needless sleepJean Delvare2013-05-241-0/+1
| | | | | | Timestamp comparisons when popping a patch were fixed in commit 005922085f0135c35baa4b0e8db6f05d78586377, so we can get rid of this sleep in the test suite.
* Makefile: Fix "find -perm" usageJean Delvare2013-05-241-0/+5
| | | | | | | | | | Support for obsolete find -perm +MODE syntax was removed from GNU findutils by commit v4.5.10-144-g90f0c5d24153ad3327edd6f2249fc95a5cfb72e0. Reported by Dmitry V. Levin. Also -maxdepth is not portable and not needed so drop it.
* patches: Add support for multiple filesJean Delvare2013-05-231-0/+1
| | | | | Add support for multiple files to "quilt patches". Patches will be printed, that modify any of the listed files.
* patches: Match deleted files in unapplied patchesJean Delvare2013-05-231-0/+5
| | | | | Let "quilt patches" also match deleted files in unapplied patches. Commit 4df47975 was supposed to fix that already, but did not really.
* patches: Fix shift in scan_unappliedJean Delvare2013-05-221-0/+6
| | | | | | | Commit 2e581933 added a parameter to function scan_unapplied but the corresponding shift wasn't adjusted accordingly. Apparently this bug was harmless but there is a slight performance penalty so let's fix it still.
* Use 'less -R' as a default pagerMartin Quinson2012-12-271-0/+7
|
* Document how quilt searches for its 'patches' directory in man pageMartin Quinson2012-12-271-0/+5
|
* List recent changes.Jean Delvare2012-12-181-0/+18
|
* pop: Fix parameter quotingJean Delvare2012-12-051-0/+1
|
* push: Fix parameter quotingJean Delvare2012-12-051-0/+1
|
* files: Fix parameter quotingJean Delvare2012-12-051-0/+1
|
* remove: Fix parameter quotingJean Delvare2012-12-051-0/+1
|
* refresh: Fix parameter quotingJean Delvare2012-12-051-0/+1
|
* diff: Fix parameter quotingJean Delvare2012-12-051-0/+1
|
* rename: Fix parameter quotingJean Delvare2012-12-051-0/+1
|
* top: Fix parameter quotingJean Delvare2012-12-051-0/+5
|
* push: Fix variable usage in interruptJean Delvare2012-12-051-0/+5
| | | | | While bash allows poking at a function caller's variables, that's not something we normally do in quilt.
* Fix handling of patch files with ':' in their nameBenjamin Poirier2012-12-051-0/+5
| | | | | | | | | | | | avoids errors like this: $ quilt refresh sed: -e expression #1, char 21: unknown option to `s' Nothing in patch patches/strange:name [Satoru Takeuchi: suggested first alternative implementation not relying on find -printf.] [Jean Delvare: added missing quoting and a new test file for this case.]
* push: Always let the user force pushing a patchJean Delvare2012-12-031-0/+5
| | | | | | Let the user force pushing a patch even if patch returns with error code 2. The user should know better. This happens when pushing a patch with a header but no actual contents, for example.
* pop: Fix timestamp comparisonJean Delvare2012-12-031-0/+5
| | | | | | | | | The timestamps recorded on file systems have a limited resolution. For this reason, a patch or file with a timestamp exactly equal to .timestamp should be considered as more recent than .timestamp, i.e. potentially modified since the last push or refresh. This is particularly important for the test suite, as we can do many actions in the same second there.
* Fix typos in the Japanese translationJean Delvare2012-10-251-0/+5
| | | | | Anonymous contribution from the bug tracker: https://savannah.nongnu.org/bugs/index.php?37495
* inspect: Refactor code to pwd_to_dirJean Delvare2012-10-251-0/+1
| | | | | Move the code deriving the directory from $PWD to a separate function to avoid code duplication.
* setup: Check for existing directories before unpackingJean Delvare2012-10-251-0/+1
| | | | Check for existing directories before unpacking.
* setup: Fix white space handling by check_for_existing_filesJean Delvare2012-10-251-0/+1
| | | | | | | | Fix handling of directory names including white spaces by check_for_existing_files. awk can't deal with tokens which include white spaces, so use bash's read function instead. As a side bonus, we get rid of the undocumented dependency to "uniq".
* setup/inspect: Handle zip archivesJean Delvare2012-10-251-0/+1
| | | | Let quilt setup handle zip archives.
* setup: Run create_dbJean Delvare2012-10-251-0/+1
| | | | | Run create_db() as part of quilt setup, so that $QUILT_PATCHES and $QUILT_SERIES are recorded for future quilt commands.
* setup: Try alternative patches/series namesJean Delvare2012-10-251-0/+1
| | | | | setup: If a tar file contains a patches directory or a series file, automatically try alternative names which are less likely to collide.
* setup: Check for existing files after unpackingJean Delvare2012-10-251-0/+5
| | | | | | setup: check for existing files after unpacking the tar files, not before, otherwise we check too early and a tar file containing a "patches" directory will not be handled properly.
* Keep reference entries sortedJean Delvare2012-10-251-0/+5
| | | | | Make function $(wildcard ...) is not guaranteed to sort the results, so explicitly sort the entries in the reference documentation file.
* Modify quilt.changes to explaing changes for quiilt.el.Satoru Takeuchi2012-03-111-0/+10
|
* Set version to 0.60 "Happy Birthday Lina".Jean Delvare2012-02-291-0/+5
|
* Update French translationJean Delvare2012-02-291-0/+5
|
* Document the previous fixes.Jean Delvare2012-02-291-0/+9
|
* Update quilt.changes and configure after merge.Jean Delvare2012-02-291-0/+15
|
* Document the patch grouping featureJean Delvare2012-02-221-0/+6
| | | | This fixes bug #12428.
* setup.test: Increase test coverageJean Delvare2012-02-171-0/+7
|
* setup, scripts/inspect: Properly escape spaces in directory and archive namesJean Delvare2012-02-171-0/+6
| | | | This fixes bug #25579.
* Makefile.in: Let "make clean" delete generated source tarballsJean Delvare2012-02-011-0/+5
|