diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-28 11:04:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-28 11:04:25 -0700 |
commit | 72d30c71a3ab3c2ea203b810086288e364b168a7 (patch) | |
tree | 7349a2622c1443dd1cb13dbc03c06c013401d0d2 /Documentation | |
parent | 2081fa73b4d3def86eebbc80941d0bf9f34d269e (diff) | |
parent | 0a790f09c638b2d759854d70daf527a9b136e7fc (diff) | |
download | git-72d30c71a3ab3c2ea203b810086288e364b168a7.tar.gz |
Merge branch 'tg/stash-doc-typofix'
Hotfix.
* tg/stash-doc-typofix:
git-stash.txt: remove extra square bracket
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-stash.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 056dfb8661..7ef8c47911 100644 --- 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>] |