summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2020-05-05 13:00:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-05 23:07:30 (GMT)
commitc5e786abe320f752ec9f5b0662bdaac2bc075212 (patch)
tree985615b68c90eaab7fd30d2c6cd1992a4d034f4e /Documentation/git-rebase.txt
parentb34789c0b0d3b137f0bb516b417bd8d75e0cb306 (diff)
downloadgit-c5e786abe320f752ec9f5b0662bdaac2bc075212.zip
git-c5e786abe320f752ec9f5b0662bdaac2bc075212.tar.gz
git-c5e786abe320f752ec9f5b0662bdaac2bc075212.tar.bz2
Doc: reference the "stash list" in autostash docs
In documentation pertaining to autostash behavior, we refer to the "stash reflog". This description is too low-level as the reflog refers to an implementation detail of how the stash works and, for end-users, they do not need to be aware of this at all. Change references of "stash reflog" to "stash list", which should provide more accessible terminology for end-users. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 794f2f3..4624cfd 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -257,7 +257,7 @@ See also INCOMPATIBLE OPTIONS below.
Abort the rebase operation but HEAD is not reset back to the
original branch. The index and working tree are also left
unchanged as a result. If a temporary stash entry was created
- using --autostash, it will be saved to the stash reflog.
+ using --autostash, it will be saved to the stash list.
--apply:
Use applying strategies to rebase (calling `git-am`