diff options
| author | Phil Hord <phil.hord@gmail.com> | 2017-11-21 15:05:23 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-11-22 13:40:25 +0900 |
| commit | 0d5f844f0a6c73df21d5ce940082a1a034703a6e (patch) | |
| tree | c5eab964b75e9f04b0caf7cb92263eb89a00207b | |
| parent | c0c0c825ce19963ded30919778a23c3c85662755 (diff) | |
| download | git-tg/deprecate-stash-save.tar.gz | |
doc: prefer 'stash push' over 'stash save'tg/deprecate-stash-save
Although `git stash save` was deprecated recently, some parts of the
documentation still refer to it instead of `push`.
Signed-off-by: Phil Hord <phil.hord@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-stash.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 8be661007d..056dfb8661 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -175,14 +175,14 @@ create:: return its object name, without storing it anywhere in the ref namespace. This is intended to be useful for scripts. It is probably not - the command you want to use; see "save" above. + the command you want to use; see "push" above. store:: Store a given stash created via 'git stash create' (which is a dangling merge commit) in the stash ref, updating the stash reflog. This is intended to be useful for scripts. It is - probably not the command you want to use; see "save" above. + probably not the command you want to use; see "push" above. DISCUSSION ---------- |
