Skip to content

Commit

Permalink
documentation: add missing quotes
Browse files Browse the repository at this point in the history
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Oct 9, 2023
1 parent 845c6ca commit 798cddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-quiltimport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/technical/parallel-checkout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Then, for each assigned item, each worker:

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

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

Expand Down

0 comments on commit 798cddf

Please sign in to comment.