summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-06 18:19:54 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-06 18:19:54 +0000
commitda86d5c093a721f6670083ae6829438e18b00b98 (patch)
tree0836374a3799c9972f028aaade6128f22a5f8b5f /quilt.quiltrc
parentf8f2ca26c47c32e8de3a12ff77f12e91365a5e91 (diff)
downloadquilt-da86d5c093a721f6670083ae6829438e18b00b98.tar.gz
- It is now possible to set EDITOR in ~/.quiltrc in order to use a
different editor for quilt and for the other tasks.
Diffstat (limited to 'quilt.quiltrc')
-rw-r--r--quilt.quiltrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/quilt.quiltrc b/quilt.quiltrc
index 6992134..19682b0 100644
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -16,6 +16,10 @@ QUILT_REFRESH_ARGS="--no-timestamps --backup"
# Prefix all patch names with the relative path to the patch?
QUILT_PATCHES_PREFIX=yes
+# Use a specific editor for quilt (defaults to the value of $EDITOR before
+# sourcing this configuration file, or vi if $EDITOR wasn't set).
+#EDITOR=nedit
+
# The following ``mail'' command filter recognizes the format we use for
# kernel patches inside SUSE. The format is as follows (slightly
# simplified; Signed-off-by and Acked-by lines optional):