git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
99ea66e
)
checkout: mention '--' in the docs
author
SZEDER Gábor
<redacted>
Wed, 23 Jul 2008 11:49:21 +0000
(13:49 +0200)
committer
Junio C Hamano
<redacted>
Fri, 25 Jul 2008 06:29:38 +0000
(23:29 -0700)
'git checkout' uses '--' to separate options from paths, but it was not
mentioned in the documentation
Signed-off-by: SZEDER Gábor <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-checkout.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-checkout.txt
b/Documentation/git-checkout.txt
index 2abfbdaadb27ca9a97c23c9c00cc18fb07232d00..5aa69c0e12a6756fd6f79c117008a373f65ba5f5 100644
(file)
--- a/
Documentation/git-checkout.txt
+++ b/
Documentation/git-checkout.txt
@@
-9,7
+9,7
@@
SYNOPSIS
--------
[verse]
'git checkout' [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]
-'git checkout' [<tree-ish>] <paths>...
+'git checkout' [<tree-ish>]
[--]
<paths>...
DESCRIPTION
-----------
git clone https://git.99rst.org/PROJECT