Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-28 21:04:25 +0300
committerJunio C Hamano <gitster@pobox.com>2018-03-28 21:04:25 +0300
commit72d30c71a3ab3c2ea203b810086288e364b168a7 (patch)
tree7349a2622c1443dd1cb13dbc03c06c013401d0d2
parent2081fa73b4d3def86eebbc80941d0bf9f34d269e (diff)
parent0a790f09c638b2d759854d70daf527a9b136e7fc (diff)
Merge branch 'tg/stash-doc-typofix'
Hotfix. * tg/stash-doc-typofix: git-stash.txt: remove extra square bracket
-rw-r--r--Documentation/git-stash.txt2
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>]