Skip to content

Commit c34ec65

Browse files
bjornggitster
authored andcommitted
apply: Use the term "working tree" consistently
The documentation for 'git apply' uses both the terms "work tree" and "working tree". Since the glossary uses the term "working tree", change all occurrences of "work tree" to "working tree". Signed-off-by: Björn Gustavsson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f9821e2 commit c34ec65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-apply.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ OPTIONS
5151

5252
--check::
5353
Instead of applying the patch, see if the patch is
54-
applicable to the current work tree and/or the index
54+
applicable to the current working tree and/or the index
5555
file and detects errors. Turns off "apply".
5656

5757
--index::
5858
When `--check` is in effect, or when applying the patch
5959
(which is the default when none of the options that
6060
disables it is in effect), make sure the patch is
6161
applicable to what the current index file records. If
62-
the file to be patched in the work tree is not
62+
the file to be patched in the working tree is not
6363
up-to-date, it is flagged as an error. This flag also
6464
causes the index file to be updated.
6565

0 commit comments

Comments
 (0)