aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-quiltimport.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:26 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:47 -0700
commit798cddfa513cec8084c9db2f7ba807dc1c9b3d44 (patch)
tree853a5327062171aa5fc8b0624a5f1a97b2fe865c /Documentation/git-quiltimport.txt
parent845c6ca90e806ac402cd9f1c981844531176475f (diff)
downloadgit-798cddfa513cec8084c9db2f7ba807dc1c9b3d44.tar.gz
documentation: add missing quotes
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-quiltimport.txt')
-rw-r--r--Documentation/git-quiltimport.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt
index 70562dc4c0..40e02d92eb 100644
--- a/Documentation/git-quiltimport.txt
+++ b/Documentation/git-quiltimport.txt
@@ -38,14 +38,14 @@ OPTIONS
a patch. At the time of this writing only missing author
information is warned about.
---author Author Name <Author Email>::
+--author 'Author Name <Author Email>'::
The author name and email address to use when no author
information can be found in the patch description.
--patches <dir>::
The directory to find the quilt patches.
+
-The default for the patch directory is patches
+The default for the patch directory is 'patches'
or the value of the `$QUILT_PATCHES` environment
variable.