aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-checkout.txt
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2010-07-11
|\
| * checkout: accord documentation to what git doesNicolas Sebrecht2010-07-09
| * Merge branch 'jn/checkout-doc' into maintJunio C Hamano2010-06-22
| |\
* | \ Merge branch 'jn/checkout-doc'Junio C Hamano2010-06-21
|\ \ \ | | |/ | |/|
| * | Documentation/checkout: clarify descriptionJonathan Nieder2010-06-11
| * | Documentation/checkout: clarify descriptionJonathan Nieder2010-05-31
* | | Merge branch 'em/checkout-orphan'Junio C Hamano2010-06-21
|\ \ \
| * | | Documentation: alter checkout --orphan descriptionErick Mattos2010-06-02
* | | | Merge branch 'maint'Junio C Hamano2010-06-02
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Documentation: A...B shortcut for checkout and rebaseMichael J Gruber2010-06-02
| |/
* | git checkout: create unparented branch by --orphanErick Mattos2010-03-21
|/
* Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-07
|\
| * Implement 'git checkout --patch'Thomas Rast2009-08-15
* | UI consistency: allow --force for where -f means forceRené Scharfe2009-08-29
|/
* docs/checkout: clarify what "non-branch" meansJeff King2009-04-13
* doc/checkout: split checkout and branch creation in synopsisJeff King2009-04-13
* doc/checkout: refer to git-branch(1) as appropriateJeff King2009-04-13
* doc: refer to tracking configuration as "upstream"Jeff King2009-04-13
* doc: clarify --no-track optionJeff King2009-04-13
* Merge branch 'maint'Junio C Hamano2009-04-07
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-07
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-07
| | |\
| | | * git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy2009-04-07
| | | * git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy2009-04-07
* | | | Documentation: remove extra quoting/emphasis around literal textsChris Johnsen2009-03-17
* | | | Typo and language fixes for git-checkout.txtMichael J Gruber2009-03-10
|/ / /
* | | checkout: implement "-" abbreviation, add docs and testsThomas Rast2009-01-17
|/ /
* | Documentation: sync example output with git outputMarkus Heidelberg2008-12-19
* | Clarify documentation of "git checkout <tree-ish> paths" syntaxNanako Shiraishi2008-12-17
* | Documentation: Spelling fixFredrik Skolmli2008-10-19
* | Merge branch 'jc/better-conflict-resolution'Shawn O. Pearce2008-09-29
|\ \
| * | checkout --conflict=<style>: recreate merge in a non-default styleJunio C Hamano2008-08-31
| * | checkout -m: recreate merge when checking out of unmerged indexJunio C Hamano2008-08-30
| * | checkout --ours/--theirs: allow checking out one side of a conflicting mergeJunio C Hamano2008-08-30
| * | checkout -f: allow ignoring unmerged paths when checking out of the indexJunio C Hamano2008-08-30
| |/
* | Extend "checkout --track" DWIM to support more casesAlex Riesen2008-08-22
* | checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin2008-08-11
|/
* checkout: mention '--' in the docsSZEDER Gábor2008-07-24
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-05
* Documentation formatting and cleanupJonathan Nieder2008-07-01
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-01
* Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-08
* documentation: move git(7) to git(1)Christian Couder2008-06-06
* git checkout: add -t alias for --trackMiklos Vajna2008-04-27
* Documentation/git-checkout: Update summary to reflect current abilitiesJulian Phillips2008-03-25
* doc: documentation update for the branch track changesJay Soffian2008-02-19
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-06
* Say when --track is useful in the git-checkout docs.Federico Mena Quintero2007-10-02
* Fix misspelling of 'suppress' in docsDave Watson2007-08-19
* branch --track: code cleanup and saner handling of local branchesJohannes Schindelin2007-07-11