Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tg/stash-doc-typofix' into next
author
Junio C Hamano
<gitster@pobox.com>
Wed, 28 Mar 2018 06:08:51 +0000
(23:08 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 28 Mar 2018 06:08:51 +0000
(23:08 -0700)
* tg/stash-doc-typofix:
git-stash.txt: remove extra square bracket
Documentation/git-stash.txt
patch
|
blob
|
history
raw
(from parent 1:
362e0ef
)
diff --git
a/Documentation/git-stash.txt
b/Documentation/git-stash.txt
index 056dfb86612d0c5be0d01f16ac6b126fac80b92c..7ef8c4791177b2b54c61573c044659fbbacea9b8 100644
(file)
--- a/
Documentation/git-stash.txt
+++ b/
Documentation/git-stash.txt
@@
-14,7
+14,7
@@
SYNOPSIS
'git stash' ( pop | apply ) [--index] [-q|--quiet] [<stash>]
'git stash' branch <branchname> [<stash>]
'git stash' [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]
- [-u|--include-untracked] [-a|--all] [-m|--message <message>]
]
+ [-u|--include-untracked] [-a|--all] [-m|--message <message>]
[--] [<pathspec>...]]
'git stash' clear
'git stash' create [<message>]