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:
Paul-Sebastian Ungureanu
2018-08-08 21:58:52 +03:00
committed by Junio C Hamano
parent a1a1cc9190
commit d646da59a9

View File

@@ -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