summaryrefslogtreecommitdiffstats
path: root/quilt
Commit message (Expand)AuthorAgeFilesLines
* 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
| * edmail: Allow to add "good" recipient addresses while skipping "bad" onesAndreas Gruenbacher2012-02-111-3/+16
| * quilt mail: Fix wrong use of edmailAndreas Gruenbacher2012-02-111-1/+1
| * quilt mail: Require a "reasonable looking" email address in patch headersAndreas Gruenbacher2012-02-111-4/+4
| * quilt mail: Don't use localized date format in From linesAndreas Gruenbacher2012-02-111-1/+1
| * quilt mail: Improve error reporting (requires bash 3.2)Andreas Gruenbacher2012-02-111-3/+12
* | Document the patch grouping featureJean Delvare2012-02-221-1/+2
* | setup, scripts/inspect: Properly escape spaces in directory and archive namesJean Delvare2012-02-172-4/+12
* | grep: Accept file names with spacesJean Delvare2012-02-011-2/+2
* | backup-files: Skip echo-only loops in silent modeJean Delvare2012-02-011-13/+14
* | backup-files: Keep /dev/null openedJean Delvare2012-02-011-7/+9
* | backup-files: Drop support for backup removalJean Delvare2012-02-011-15/+1
* | backup-files: Drop support for -L on restoreJean Delvare2012-02-011-14/+4
* | backup-files: Inline restore_fastJean Delvare2012-02-011-22/+10
* | backup-files: Clarify command line optionsJean Delvare2012-02-011-15/+23
* | backup-files: Try mass copy first on copyJean Delvare2012-02-011-4/+18
* | backup-files: Separate function copy_manyJean Delvare2012-02-011-0/+33
* | backup-files: New function for copyJean Delvare2012-02-012-2/+23
* | backup-files: Skip first mkdir on restoreJean Delvare2012-02-011-6/+3
* | backup-files: Try mass link/copy first on restoreJean Delvare2012-02-011-5/+21
* | backup-files: Separate lists for empty and non-empty filesJean Delvare2012-02-011-14/+22
* | backup-files: Remember the list of filesJean Delvare2012-02-013-18/+30
* | backup-files: Quick exit when unlinking is not neededJean Delvare2012-02-011-0/+14
* | backup-files: Separate function restore_allJean Delvare2012-02-011-21/+29
* | backup-files: Avoid negationsJean Delvare2012-02-011-13/+13
* | backup-files: Optimize noopJean Delvare2012-02-011-3/+10
* | backup-files: Drop curly bracesJean Delvare2012-02-011-10/+10
* | backup-files: Batch mass restoreJean Delvare2012-02-011-0/+44
* | backup-files: Use internal implementation of dirnameJean Delvare2012-02-013-36/+49
* | backup-files: Make input methods mutually exclusiveJean Delvare2012-02-011-22/+19
* | backup-files: Drop variable filelistJean Delvare2012-02-011-9/+5
* | backup-files: Optimize backupJean Delvare2012-02-011-10/+5
* | backup-files: Optimize restoreJean Delvare2012-02-011-14/+8
* | backup-files: Split code to sparate functionsJean Delvare2012-02-011-63/+78
* | backup-files: Simplify find loopJean Delvare2012-02-011-12/+6
* | backup-files: Prefix must be a directoryJean Delvare2012-02-011-20/+7