aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitcli.txt
diff options
context:
space:
mode:
authorLiam Beguin <liambeguin@gmail.com>2017-06-17 18:30:50 -0400
committerJunio C Hamano <gitster@pobox.com>2017-06-18 22:16:36 -0700
commite01db917d8e5c66f9f90bf8c44995cf47200273a (patch)
treea1733a90149933d7902f1906c4c67e02d3bd218c /Documentation/gitcli.txt
parent97e2ff464302565877a00b8a9aa6a2d85bd1445e (diff)
downloadgit-e01db917d8e5c66f9f90bf8c44995cf47200273a.tar.gz
stash: update documentation to use 'stash entry'
Most of the time, a 'stash entry' is called a 'stash'. Lets try to make this more consistent and use 'stash entry' instead. Signed-off-by: Liam Beguin <liambeguin@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcli.txt')
-rw-r--r--Documentation/gitcli.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt
index dfe7d83727..9f13266a68 100644
--- a/Documentation/gitcli.txt
+++ b/Documentation/gitcli.txt
@@ -194,7 +194,7 @@ different things.
* The `--index` option is used to ask a command that
usually works on files in the working tree to *also*
affect the index. For example, `git stash apply` usually
- merges changes recorded in a stash to the working tree,
+ merges changes recorded in a stash entry to the working tree,
but with the `--index` option, it also merges changes to
the index as well.