summaryrefslogtreecommitdiff
path: root/Documentation/git-checkout.txt
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Documentation: A...B shortcut for checkout and rebaseLibravatar Michael J Gruber1-0/+4
2010-05-31Documentation/checkout: clarify descriptionLibravatar Jonathan Nieder1-11/+17
2010-03-21git checkout: create unparented branch by --orphanLibravatar Erick Mattos1-1/+19
2009-09-07Merge branch 'tr/reset-checkout-patch'Libravatar Junio C Hamano1-1/+12
2009-08-29UI consistency: allow --force for where -f means forceLibravatar René Scharfe1-0/+2
2009-08-15Implement 'git checkout --patch'Libravatar Thomas Rast1-1/+12
2009-04-13docs/checkout: clarify what "non-branch" meansLibravatar Jeff King1-5/+5
2009-04-13doc/checkout: split checkout and branch creation in synopsisLibravatar Jeff King1-18/+22
2009-04-13doc/checkout: refer to git-branch(1) as appropriateLibravatar Jeff King1-19/+9
2009-04-13doc: refer to tracking configuration as "upstream"Libravatar Jeff King1-1/+1
2009-04-13doc: clarify --no-track optionLibravatar Jeff King1-1/+2
2009-04-07Merge branch 'maint'Libravatar Junio C Hamano1-3/+7
2009-04-07Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-4/+8
2009-04-07Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-4/+8
2009-04-07git-checkout.txt: clarify that <branch> applies when no path is given.Libravatar Matthieu Moy1-2/+6
2009-04-07git-checkout.txt: fix incorrect statement about HEAD and indexLibravatar Matthieu Moy1-2/+2
2009-03-17Documentation: remove extra quoting/emphasis around literal textsLibravatar Chris Johnsen1-2/+2
2009-03-10Typo and language fixes for git-checkout.txtLibravatar Michael J Gruber1-17/+16
2009-01-17checkout: implement "-" abbreviation, add docs and testsLibravatar Thomas Rast1-0/+4
2008-12-19Documentation: sync example output with git outputLibravatar Markus Heidelberg1-1/+0
2008-12-17Clarify documentation of "git checkout <tree-ish> paths" syntaxLibravatar Nanako Shiraishi1-1/+1
2008-10-19Documentation: Spelling fixLibravatar Fredrik Skolmli1-1/+1
2008-09-29Merge branch 'jc/better-conflict-resolution'Libravatar Shawn O. Pearce1-7/+34
2008-08-31checkout --conflict=<style>: recreate merge in a non-default styleLibravatar Junio C Hamano1-1/+9
2008-08-30checkout -m: recreate merge when checking out of unmerged indexLibravatar Junio C Hamano1-3/+8
2008-08-30checkout --ours/--theirs: allow checking out one side of a conflicting mergeLibravatar Junio C Hamano1-2/+9
2008-08-30checkout -f: allow ignoring unmerged paths when checking out of the indexLibravatar Junio C Hamano1-6/+13
2008-08-22Extend "checkout --track" DWIM to support more casesLibravatar Alex Riesen1-3/+10
2008-08-11checkout --track: make up a sensible branch name if '-b' was omittedLibravatar Johannes Schindelin1-1/+9
2008-07-24checkout: mention '--' in the docsLibravatar SZEDER Gábor1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Libravatar Jonathan Nieder1-2/+2
2008-07-01Documentation formatting and cleanupLibravatar Jonathan Nieder1-2/+2
2008-07-01Documentation: be consistent about "git-" versus "git "Libravatar Jonathan Nieder1-4/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsLibravatar Stephan Beyer1-1/+2
2008-06-06documentation: move git(7) to git(1)Libravatar Christian Couder1-1/+1
2008-04-27git checkout: add -t alias for --trackLibravatar Miklos Vajna1-1/+1
2008-03-25Documentation/git-checkout: Update summary to reflect current abilitiesLibravatar Julian Phillips1-1/+1
2008-02-19doc: documentation update for the branch track changesLibravatar Jay Soffian1-12/+11
2008-01-06Documentation: rename gitlink macro to linkgitLibravatar Dan McGee1-2/+2
2007-10-02Say when --track is useful in the git-checkout docs.Libravatar Federico Mena Quintero1-1/+3
2007-08-19Fix misspelling of 'suppress' in docsLibravatar Dave Watson1-1/+1
2007-07-11branch --track: code cleanup and saner handling of local branchesLibravatar Johannes Schindelin1-3/+2
2007-07-08branch.autosetupmerge: allow boolean values, or "all"Libravatar Johannes Schindelin1-2/+3
2007-07-02Documentation: minor cleanups to branch/checkout wordingLibravatar Jeff King1-2/+2
2007-07-02Documentation: quote {non-attributes} for asciidocLibravatar Jeff King1-1/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2007-04-23Reverse the order of -b and --track in the man page.Libravatar Brian Gernhardt1-1/+1
2007-04-16Documentation: clarify track/no-track option.Libravatar J. Bruce Fields1-4/+8
2007-04-16Documentation: clarify git-checkout -f, minor editingLibravatar J. Bruce Fields1-4/+5
2007-03-10git-branch, git-checkout: autosetup for remote branch trackingLibravatar Paolo Bonzini1-2/+13