Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: "git-checkout <tree> <path>" takes any tree-ish
author
Junio C Hamano
<junkio@cox.net>
Wed, 31 Jan 2007 21:30:54 +0000
(13:30 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 31 Jan 2007 21:30:54 +0000
(13:30 -0800)
Especially, it is not limited to branch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-checkout.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
6e598c3
)
diff --git
a/Documentation/git-checkout.txt
b/Documentation/git-checkout.txt
index c44a4a8004a49e42c01bcd238ae22b8d32b33cc3..4ea2b315d29957a4287d697bf50ab9cfea3a7ef1 100644
(file)
--- a/
Documentation/git-checkout.txt
+++ b/
Documentation/git-checkout.txt
@@
-9,7
+9,7
@@
SYNOPSIS
--------
[verse]
'git-checkout' [-f] [-b <new_branch> [-l]] [-m] [<branch>]
--------
[verse]
'git-checkout' [-f] [-b <new_branch> [-l]] [-m] [<branch>]
-'git-checkout' [<
branc
h>] <paths>...
+'git-checkout' [<
tree-is
h>] <paths>...
DESCRIPTION
-----------
DESCRIPTION
-----------
@@
-22,11
+22,13
@@
be created.
When <paths> are given, this command does *not* switch
branches. It updates the named paths in the working tree from
When <paths> are given, this command does *not* switch
branches. It updates the named paths in the working tree from
-the index file (i.e. it runs `git-checkout-index -f -u`). In
+the index file (i.e. it runs `git-checkout-index -f -u`), or a
+named commit. In
this case, `-f` and `-b` options are meaningless and giving
this case, `-f` and `-b` options are meaningless and giving
-either of them results in an error. <branch> argument can be
-used to specify a specific tree-ish to update the index for the
-given paths before updating the working tree.
+either of them results in an error. <tree-ish> argument can be
+used to specify a specific tree-ish (i.e. commit, tag or tree)
+to update the index for the given paths before updating the
+working tree.
OPTIONS
OPTIONS