mirror of
https://github.com/git/git.git
synced 2026-01-19 23:20:34 +00:00
stash: update git stash show documentation
Add in documentation about the change of behavior regarding the `--quiet` option, which was introduced in the last commit. (the `--quiet` option does not exit anymore with erorr if it is given an empty stash as argument) Signed-off-by: Paul-Sebastian Ungureanu <ungureanupaulsebastian@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
a1a1cc9190
commit
d646da59a9
@@ -117,6 +117,9 @@ show [<options>] [<stash>]::
|
||||
You can use stash.showStat and/or stash.showPatch config variables
|
||||
to change the default behavior.
|
||||
|
||||
It accepts any option known to `git diff`, but acts different on
|
||||
`--quiet` option and exit with zero regardless of differences.
|
||||
|
||||
pop [--index] [-q|--quiet] [<stash>]::
|
||||
|
||||
Remove a single stashed state from the stash list and apply it
|
||||
|
||||
Reference in New Issue
Block a user