summaryrefslogtreecommitdiff
path: root/Documentation/git-checkout.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-071-4/+8
|\
| * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-071-4/+8
| |\
| | * git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy2009-04-071-2/+6
| | * git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy2009-04-071-2/+2
* | | checkout: implement "-" abbreviation, add docs and testsThomas Rast2009-01-171-0/+4
|/ /
* | Documentation: sync example output with git outputMarkus Heidelberg2008-12-191-1/+0
* | Clarify documentation of "git checkout <tree-ish> paths" syntaxNanako Shiraishi2008-12-171-1/+1
* | Documentation: Spelling fixFredrik Skolmli2008-10-191-1/+1
* | Merge branch 'jc/better-conflict-resolution'Shawn O. Pearce2008-09-291-7/+34
|\ \
| * | checkout --conflict=<style>: recreate merge in a non-default styleJunio C Hamano2008-08-311-1/+9
| * | checkout -m: recreate merge when checking out of unmerged indexJunio C Hamano2008-08-301-3/+8
| * | checkout --ours/--theirs: allow checking out one side of a conflicting mergeJunio C Hamano2008-08-301-2/+9
| * | checkout -f: allow ignoring unmerged paths when checking out of the indexJunio C Hamano2008-08-301-6/+13
| |/
* | Extend "checkout --track" DWIM to support more casesAlex Riesen2008-08-221-3/+10
* | checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin2008-08-111-1/+9
|/
* checkout: mention '--' in the docsSZEDER Gábor2008-07-241-1/+1
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-2/+2
* Documentation formatting and cleanupJonathan Nieder2008-07-011-2/+2
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-4/+4
* Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-081-1/+2
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* git checkout: add -t alias for --trackMiklos Vajna2008-04-271-1/+1
* Documentation/git-checkout: Update summary to reflect current abilitiesJulian Phillips2008-03-251-1/+1
* doc: documentation update for the branch track changesJay Soffian2008-02-191-12/+11
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-2/+2
* Say when --track is useful in the git-checkout docs.Federico Mena Quintero2007-10-021-1/+3
* Fix misspelling of 'suppress' in docsDave Watson2007-08-191-1/+1
* branch --track: code cleanup and saner handling of local branchesJohannes Schindelin2007-07-111-3/+2
* branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin2007-07-081-2/+3
* Documentation: minor cleanups to branch/checkout wordingJeff King2007-07-021-2/+2
* Documentation: quote {non-attributes} for asciidocJeff King2007-07-021-1/+1
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Reverse the order of -b and --track in the man page.Brian Gernhardt2007-04-231-1/+1
* Documentation: clarify track/no-track option.J. Bruce Fields2007-04-161-4/+8
* Documentation: clarify git-checkout -f, minor editingJ. Bruce Fields2007-04-161-4/+5
* git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-101-2/+13
* Convert update-index references in docs to add.Shawn O. Pearce2007-02-171-3/+4
* Documentation: Moving out of detached HEAD does not warn anymore.Junio C Hamano2007-02-131-16/+6
* add a quiet option to git-checkoutNicolas Pitre2007-02-011-1/+4
* Documentation: "git-checkout <tree> <path>" takes any tree-ishJunio C Hamano2007-01-311-5/+7
* Documentation: detached HEADJunio C Hamano2007-01-171-2/+52
* Merge branch 'sp/reflog' into nextJunio C Hamano2006-05-231-1/+6
|\
| * Enable ref log creation in git checkout -b.Shawn Pearce2006-05-191-1/+6
* | Reference git-check-ref-format in git-branch.Shawn Pearce2006-05-211-1/+4
|/
* Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks2006-04-281-9/+9
* Rewrite synopsis to clarify the two primary uses of git-checkout.Jon Loeliger2006-03-171-10/+13
* Remove trailing dot after short descriptionFredrik Kuivinen2006-03-091-1/+1
* checkout: merge local modifications while switching branches.Junio C Hamano2006-01-131-7/+69
* Documentation: more examples.Junio C Hamano2005-12-121-3/+7
* git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano2005-10-181-3/+39