Skip to content

Commit 798cddf

Browse files
newrengitster
authored andcommitted
documentation: add missing quotes
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 845c6ca commit 798cddf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-quiltimport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ OPTIONS
3838
a patch. At the time of this writing only missing author
3939
information is warned about.
4040

41-
--author Author Name <Author Email>::
41+
--author 'Author Name <Author Email>'::
4242
The author name and email address to use when no author
4343
information can be found in the patch description.
4444

4545
--patches <dir>::
4646
The directory to find the quilt patches.
4747
+
48-
The default for the patch directory is patches
48+
The default for the patch directory is 'patches'
4949
or the value of the `$QUILT_PATCHES` environment
5050
variable.
5151

Documentation/technical/parallel-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Then, for each assigned item, each worker:
126126

127127
* W5: Writes the result to the file descriptor opened at W2.
128128

129-
* W6: Calls `fstat()` or lstat()` on the just-written path, and sends
129+
* W6: Calls `fstat()` or `lstat()` on the just-written path, and sends
130130
the result back to the main process, together with the end status of
131131
the operation and the item's identification number.
132132

0 commit comments

Comments
 (0)