summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-06-27 14:38:34 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-06-27 14:38:34 +0000
commitda0e9cbec14048c9f901cd7c33326902ee893130 (patch)
tree43d4f7ebed3ab85280039b7e8b6c64ed71145072
parent11d43b76881c3d52f21ff3dd52c0bee223bed925 (diff)
downloadquilt-da0e9cbec14048c9f901cd7c33326902ee893130.tar.gz
Add example of a ~/.quiltrc file (in fact, my current version).
-rw-r--r--Makefile.in3
-rw-r--r--doc/sample.quiltrc2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6eaf15b..802127e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,7 +77,8 @@ DOC_IN := README
DOC_SRC := $(DOC_IN:%=doc/%.in)
DOC := $(DOC_IN)
SRC += $(DOC_SRC) doc/docco.txt
-SRC += doc/consider-for-docs-1.mail doc/consider-for-docs-2.mail doc/consider-for-docs-3.mail
+SRC += doc/consider-for-docs-1.mail doc/consider-for-docs-2.mail \
+ doc/consider-for-docs-3.mail doc/sample.quiltrc
DIRT += $(DOC_IN:%=doc/%)
MAN1 := bin/guards.1
diff --git a/doc/sample.quiltrc b/doc/sample.quiltrc
new file mode 100644
index 0000000..8c9502e
--- /dev/null
+++ b/doc/sample.quiltrc
@@ -0,0 +1,2 @@
+# -p : Show which C function each change is in.
+QUILT_DIFF_OPTS="-p${QUILT_DIFF_OPTS:+ $QUILT_DIFF_OPTS}"