We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
show
1 parent c0a8fe8 commit 7b16ac0Copy full SHA for 7b16ac0
Documentation/git-stash.txt
@@ -9,7 +9,7 @@ SYNOPSIS
9
--------
10
[verse]
11
'git stash' list [<options>]
12
-'git stash' show [<stash>]
+'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>]::
+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
0 commit comments