summaryrefslogtreecommitdiffstats
path: root/quilt
Commit message (Expand)AuthorAgeFilesLines
* patchfns: Fix "quilt diff -z" on files with spaces in their namesJean Delvare2014-02-101-1/+1
* refresh: Fix error messageJean Delvare2014-02-061-1/+2
* Swap negated if/else constructsJean Delvare2014-01-202-17/+17
* Tree-wide white-space cleanupsJean Delvare2014-01-2013-63/+63
* Exit with an error when diff's retcode=2 (error) on patch refreshMartin Quinson2014-01-193-2/+15
* Fix refreshing of patches emptying a fileJean Delvare2014-01-171-1/+1
* Stop using patch option -EJean Delvare2014-01-174-4/+4
* Fixup typo in commit 1006fad2ab35d5c37ab5f395323afb5a12b3aa42Jean Delvare2013-12-181-1/+1
* Return 2 (instead of 1) when there is nothing to doMartin Quinson2013-12-172-4/+4
* Document overriding LESS in ~/.quiltrcKent R. Spillner2013-12-171-2/+1
* scripts: let users override LESS env variable.Kent R. Spillner2013-12-141-1/+2
* make some more strings as translatableMartin Quinson2013-12-082-4/+4
* Add some missing MIME headers (MIME-Version, Content-Type)Martin Quinson2013-12-081-0/+2
* fix the mail command so that it passes the testsuiteMartin Quinson2013-12-081-2/+2
* remove the default color for patch_applied, as it is never usedMartin Quinson2013-12-081-1/+1
* accept recipents that have no full name along with the emailMartin Quinson2013-12-081-2/+2
* quilt/fold.in: make it work with filenames with spacesMartin Quinson2013-09-031-0/+3
* patches: Add support for multiple filesJean Delvare2013-05-231-22/+45
* patches: Match deleted files in unapplied patchesJean Delvare2013-05-231-1/+1
* patches: Fix shift in scan_unappliedJean Delvare2013-05-221-1/+1
* improve a tiny bit the documentation of the --color parameter for the command...Martin Quinson2013-01-224-2/+8
* Use 'less -R' as a default pagerMartin Quinson2012-12-271-2/+2
* remove-trailing-ws: Undefine $file at the end of every fileJean Delvare2012-12-181-0/+2
* remove-trailing-ws: Fix parsing of some context diffsAndreas Krebbel2012-12-181-3/+2
* remove-trailing-ws: Sort outputJean Delvare2012-12-181-1/+1
* refresh: Accept refreshing empty patchesJean Delvare2012-12-131-2/+7
* pop: Simplify check_for_pending_changesJean Delvare2012-12-131-13/+4
* pop: Harmonize `patch --force` usage between push and popBenjamin Poirier2012-12-131-1/+1
* pop: Fix parameter quotingJean Delvare2012-12-051-30/+30
* push: Fix parameter quotingJean Delvare2012-12-051-33/+33
* files: Fix parameter quotingJean Delvare2012-12-051-11/+11
* remove: Fix parameter quotingJean Delvare2012-12-051-10/+10
* refresh: Fix parameter quotingJean Delvare2012-12-051-20/+20
* diff: Fix parameter quotingJean Delvare2012-12-051-12/+12
* rename: Fix parameter quotingJean Delvare2012-12-051-12/+12
* top: Fix parameter quotingJean Delvare2012-12-051-1/+1
* push: Fix variable usage in interruptJean Delvare2012-12-051-1/+3
* Fix handling of patch files with ':' in their nameBenjamin Poirier2012-12-051-2/+8
* push: Always let the user force pushing a patchJean Delvare2012-12-031-2/+1
* pop: Fix timestamp comparisonJean Delvare2012-12-031-2/+2
* inspect: Refactor code to pwd_to_dirJean Delvare2012-10-251-22/+19
* setup: Check for existing directories before unpackingJean Delvare2012-10-251-0/+22
* setup: Fix white space handling by check_for_existing_filesJean Delvare2012-10-251-3/+8
* setup/inspect: Handle zip archivesJean Delvare2012-10-252-2/+49
* setup: Run create_dbJean Delvare2012-10-251-2/+6
* setup: Try alternative patches/series namesJean Delvare2012-10-251-1/+7
* setup: Check for existing files after unpackingJean Delvare2012-10-251-2/+2
* Merge remote branch 'origin/fixes-0.51'Jean Delvare2012-02-292-17/+56
|\
| * quilt mail: Implement option -M to read the introduction message from a filefixes-0.51Andreas Gruenbacher2012-02-161-4/+21
| * quilt mail: Skip additional recipients with "bad" email addressesAndreas Gruenbacher2012-02-111-1/+1