summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
Commit message (Collapse)AuthorAgeFilesLines
* - Change the default less options used if LESS is set in the environment:Andreas Gruenbacher2009-12-141-1/+1
| | | | don't show the pager for output shorter than a page.
* - quilt.quiltrc: make sur eto only override QUILT_PAGER ifAndreas Gruenbacher2009-11-251-1/+1
| | | | QUILT_PAGER isn't set already.
* pager support: some improvementsAndreas Gruenbacher2009-11-201-0/+4
| | | | | | | When QUILT_PAGER is set to an empty value, do not paginate. Document QUILT_PAGER in the man page. Clean things up a little. Add a workaround in quilt.quiltrc for color output when $LESS is defined.
* patches command: add --color option as wellAndreas Gruenbacher2009-03-081-0/+1
|
* series command: add --color optionAndreas Gruenbacher2009-03-081-0/+1
|
* - Assume patches are in unified format by default when applyingAndreas Gruenbacher2008-03-251-1/+5
| | | | | | them. (For working with other patch formats, make sure to remove "--unified" from QUILT_PATCH_OPTS in ~/.quiltrc or /etc/quilt.quiltrc.)
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-121-0/+4
| | | | | | | produce a/file and b/file filenams in headers instead of dir.orig/file and dir/file, similar to BK, git, hg patches. - Only touch .pc/$patch/.timestamp when a path actually is being refreshed.
* - quilt/mail.in:Andreas Gruenbacher2006-01-291-37/+0
| | | | | | | | | | | | + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.
* - Make it possible to pass arbitrary options to diffstat, byJean Delvare2005-09-161-0/+2
| | | | | defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc. - Update documentation and sample configuration file accordingly.
* - It is now possible to set EDITOR in ~/.quiltrc in order to use aJean Delvare2005-09-061-0/+4
| | | | different editor for quilt and for the other tasks.
* - Merge doc/sample.quiltrc into quilt.quiltrc, and delete it. It will beJean Delvare2005-09-061-0/+3
| | | | easier to maintain a single configuration file.
* - quilt.quiltrc: A minor cleanup in quilt_mail_patch_filter().Andreas Gruenbacher2005-05-231-3/+3
|
* - Add color support for push command output and allow to customizeAndreas Gruenbacher2005-01-231-0/+1
| | | | | colors via the QUILT_COLORS environment variable (for reverse video, etc.).
* - Add mail command, doc/README.MAIL and example ``mail'' commandAndreas Gruenbacher2005-01-231-0/+37
| | | | | filter in quilt.quiltrc. - Bump version to 0.38.
* - Add a default /etc/quilt.quiltrc file that is sourced if noAndreas Gruenbacher2005-01-111-0/+13
~/.quiltrc file exists.