summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorLiam Beguin <liambeguin@gmail.com>2017-06-17 22:30:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-19 05:16:36 (GMT)
commite01db917d8e5c66f9f90bf8c44995cf47200273a (patch)
treea1733a90149933d7902f1906c4c67e02d3bd218c /Documentation/config.txt
parent97e2ff464302565877a00b8a9aa6a2d85bd1445e (diff)
downloadgit-e01db917d8e5c66f9f90bf8c44995cf47200273a.zip
git-e01db917d8e5c66f9f90bf8c44995cf47200273a.tar.gz
git-e01db917d8e5c66f9f90bf8c44995cf47200273a.tar.bz2
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/config.txt')
-rw-r--r--Documentation/config.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index f6278a5..23b8070 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2620,7 +2620,7 @@ rebase.autoSquash::
If set to true enable `--autosquash` option by default.
rebase.autoStash::
- When set to true, automatically create a temporary stash
+ When set to true, automatically create a temporary stash entry
before the operation begins, and apply it after the operation
ends. This means that you can run rebase on a dirty worktree.
However, use with care: the final stash application after a
@@ -3029,12 +3029,12 @@ status.submoduleSummary::
stash.showPatch::
If this is set to true, the `git stash show` command without an
- option will show the stash in patch form. Defaults to false.
+ option will show the stash entry in patch form. Defaults to false.
See description of 'show' command in linkgit:git-stash[1].
stash.showStat::
If this is set to true, the `git stash show` command without an
- option will show diffstat of the stash. Defaults to true.
+ option will show diffstat of the stash entry. Defaults to true.
See description of 'show' command in linkgit:git-stash[1].
submodule.<name>.url::