stash: mention options in `show` synopsis

Mention in the documentation, that `show` accepts any option known to `git diff`. Signed-off-by: Paul-Sebastian Ungureanu <ungureanupaulsebastian@gmail.com> Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Paul-Sebastian Ungureanu committed Feb 25, 2019 at 23:16 UTC bef55dcf27060e57512ad99318a0d7de5b4ed6bb
1 file changed +2 -2
Documentation/git-stash.txt
+2 -2
@@ -9,7 +9,7 @@ SYNOPSIS
9 --------
10 [verse]
11 'git stash' list [<options>]
12 -'git stash' show [<stash>]
12 +'git stash' show [<options>] [<stash>]
13 'git stash' drop [-q|--quiet] [<stash>]
14 'git stash' ( pop | apply ) [--index] [-q|--quiet] [<stash>]
15 'git stash' branch <branchname> [<stash>]
@@ -106,7 +106,7 @@ stash@{1}: On master: 9cc0589... Add git-stash
106 The command takes options applicable to the 'git log'
107 command to control what is shown and how. See linkgit:git-log[1].
108
109 -show [<stash>]::
109 +show [<options>] [<stash>]::
110
111 Show the changes recorded in the stash entry as a diff between the
112 stashed contents and the commit back when the stash entry was first