[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [PATCH v2 3/7] Document that quilt loads /etc/quilt.quiltrc
From: |
Ondřej Lysoněk |
Subject: |
[Quilt-dev] [PATCH v2 3/7] Document that quilt loads /etc/quilt.quiltrc |
Date: |
Sat, 30 May 2020 18:17:20 +0200 |
quilt loads /etc/quilt.quiltrc if ~/.quiltrc doesn't exist. Document
it.
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
---
doc/main.tex | 3 ++-
doc/quilt.1.in | 7 ++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/doc/main.tex b/doc/main.tex
index 24f863e..363d6f6 100644
--- a/doc/main.tex
+++ b/doc/main.tex
@@ -672,7 +672,8 @@ the series file in this case.
\section{Customizing Quilt}
Upon startup, quilt evaluates the file \textsf{.quiltrc} in the user's
-home directory, or the file specified with the \textsf{-{}-quiltrc} option.
+home directory, \textsf{/etc/quilt.quiltrc} if the former file does not
+exist, or the file specified with the \textsf{-{}-quiltrc} option.
This file is a regular bash script. Default options can be passed to
any command by defining a \textsf{QUILT\_\textit{COMMAND}\_ARGS} variable
(for example, \textsf{QUILT\_DIFF\_ARGS="-{}-color=auto"} causes the output
diff --git a/doc/quilt.1.in b/doc/quilt.1.in
index c0e8b05..3c23043 100644
--- a/doc/quilt.1.in
+++ b/doc/quilt.1.in
@@ -178,9 +178,10 @@ Please refer to the pdf documentation for a full example
of use.
.SH CONFIGURATION FILE
Upon startup, quilt evaluates the file .quiltrc in the user's home
-directory, or the file specified with the --quiltrc option. This file
-is a regular bash script. Default options can be passed to any COMMAND
-by defining a QUILT_${COMMAND}_ARGS variable. For example,
+directory, /etc/quilt.quiltrc if the former file does not exist, or
+the file specified with the --quiltrc option. This file is a regular
+bash script. Default options can be passed to any COMMAND by defining
+a QUILT_${COMMAND}_ARGS variable. For example,
QUILT_DIFF_ARGS="--color=auto" causes the output of quilt diff to be
syntax colored when writing to a terminal.
--
2.25.4
- [Quilt-dev] [PATCH v2 1/7] quilt.el: Fix documentation of quilt-pc-directory, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 2/7] quilt.el: Refactor config reading functions, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 3/7] Document that quilt loads /etc/quilt.quiltrc,
Ondřej Lysoněk <=
- [Quilt-dev] [PATCH v2 4/7] quilt.el: Load /etc/quilt.quiltrc if ~/.quiltrc doesn't exist, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 5/7] quilt.el: Make quilt-patches-directory return per-project setting, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 6/7] quilt.el: Fix quilt-editable when QUILT_PATCHES_PREFIX is set, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 7/7] quilt.el: Fix a typo in documentation, Ondřej Lysoněk, 2020/05/30