summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
Commit message (Collapse)AuthorAgeFilesLines
* - 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.