index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-checkout.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs/checkout: clarify what "non-branch" means
Jeff King
2009-04-13
1
-5
/
+5
*
doc/checkout: split checkout and branch creation in synopsis
Jeff King
2009-04-13
1
-18
/
+22
*
doc/checkout: refer to git-branch(1) as appropriate
Jeff King
2009-04-13
1
-19
/
+9
*
doc: refer to tracking configuration as "upstream"
Jeff King
2009-04-13
1
-1
/
+1
*
doc: clarify --no-track option
Jeff King
2009-04-13
1
-1
/
+2
*
Merge branch 'maint'
Junio C Hamano
2009-04-08
1
-3
/
+7
|
\
|
*
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
2009-04-08
1
-4
/
+8
|
|
\
|
|
*
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2009-04-08
1
-4
/
+8
|
|
|
\
|
|
|
*
git-checkout.txt: clarify that <branch> applies when no path is given.
Matthieu Moy
2009-04-08
1
-2
/
+6
|
|
|
*
git-checkout.txt: fix incorrect statement about HEAD and index
Matthieu Moy
2009-04-08
1
-2
/
+2
*
|
|
|
Documentation: remove extra quoting/emphasis around literal texts
Chris Johnsen
2009-03-17
1
-2
/
+2
*
|
|
|
Typo and language fixes for git-checkout.txt
Michael J Gruber
2009-03-11
1
-17
/
+16
|
/
/
/
*
/
/
checkout: implement "-" abbreviation, add docs and tests
Thomas Rast
2009-01-18
1
-0
/
+4
|
/
/
*
|
Documentation: sync example output with git output
Markus Heidelberg
2008-12-19
1
-1
/
+0
*
|
Clarify documentation of "git checkout <tree-ish> paths" syntax
Nanako Shiraishi
2008-12-18
1
-1
/
+1
*
|
Documentation: Spelling fix
Fredrik Skolmli
2008-10-19
1
-1
/
+1
*
|
Merge branch 'jc/better-conflict-resolution'
Shawn O. Pearce
2008-09-29
1
-7
/
+34
|
\
\
|
*
|
checkout --conflict=<style>: recreate merge in a non-default style
Junio C Hamano
2008-09-01
1
-1
/
+9
|
*
|
checkout -m: recreate merge when checking out of unmerged index
Junio C Hamano
2008-08-31
1
-3
/
+8
|
*
|
checkout --ours/--theirs: allow checking out one side of a conflicting merge
Junio C Hamano
2008-08-31
1
-2
/
+9
|
*
|
checkout -f: allow ignoring unmerged paths when checking out of the index
Junio C Hamano
2008-08-31
1
-6
/
+13
|
|
/
*
|
Extend "checkout --track" DWIM to support more cases
Alex Riesen
2008-08-23
1
-3
/
+10
*
|
checkout --track: make up a sensible branch name if '-b' was omitted
Johannes Schindelin
2008-08-12
1
-1
/
+9
|
/
*
checkout: mention '--' in the docs
SZEDER Gábor
2008-07-25
1
-1
/
+1
*
manpages: italicize git command names (which were in teletype font)
Jonathan Nieder
2008-07-05
1
-2
/
+2
*
Documentation formatting and cleanup
Jonathan Nieder
2008-07-02
1
-2
/
+2
*
Documentation: be consistent about "git-" versus "git "
Jonathan Nieder
2008-07-02
1
-4
/
+4
*
Docs: Use "-l::\n--long\n" format in OPTIONS sections
Stephan Beyer
2008-06-08
1
-1
/
+2
*
documentation: move git(7) to git(1)
Christian Couder
2008-06-06
1
-1
/
+1
*
git checkout: add -t alias for --track
Miklos Vajna
2008-04-27
1
-1
/
+1
*
Documentation/git-checkout: Update summary to reflect current abilities
Julian Phillips
2008-03-25
1
-1
/
+1
*
doc: documentation update for the branch track changes
Jay Soffian
2008-02-20
1
-12
/
+11
*
Documentation: rename gitlink macro to linkgit
Dan McGee
2008-01-07
1
-2
/
+2
*
Say when --track is useful in the git-checkout docs.
Federico Mena Quintero
2007-10-03
1
-1
/
+3
*
Fix misspelling of 'suppress' in docs
Dave Watson
2007-08-20
1
-1
/
+1
*
branch --track: code cleanup and saner handling of local branches
Johannes Schindelin
2007-07-12
1
-3
/
+2
*
branch.autosetupmerge: allow boolean values, or "all"
Johannes Schindelin
2007-07-09
1
-2
/
+3
*
Documentation: minor cleanups to branch/checkout wording
Jeff King
2007-07-02
1
-2
/
+2
*
Documentation: quote {non-attributes} for asciidoc
Jeff King
2007-07-02
1
-1
/
+1
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+0
*
Reverse the order of -b and --track in the man page.
Brian Gernhardt
2007-04-24
1
-1
/
+1
*
Documentation: clarify track/no-track option.
J. Bruce Fields
2007-04-16
1
-4
/
+8
*
Documentation: clarify git-checkout -f, minor editing
J. Bruce Fields
2007-04-16
1
-4
/
+5
*
git-branch, git-checkout: autosetup for remote branch tracking
Paolo Bonzini
2007-03-11
1
-2
/
+13
*
Convert update-index references in docs to add.
Shawn O. Pearce
2007-02-17
1
-3
/
+4
*
Documentation: Moving out of detached HEAD does not warn anymore.
Junio C Hamano
2007-02-13
1
-16
/
+6
*
add a quiet option to git-checkout
Nicolas Pitre
2007-02-02
1
-1
/
+4
*
Documentation: "git-checkout <tree> <path>" takes any tree-ish
Junio C Hamano
2007-01-31
1
-5
/
+7
*
Documentation: detached HEAD
Junio C Hamano
2007-01-17
1
-2
/
+52
*
Merge branch 'sp/reflog' into next
Junio C Hamano
2006-05-24
1
-1
/
+6
|
\
[next]