1. 00bb437 Documentation/git-checkout.txt: document 70c9ac2 behavior by Chris Rorvick · 12 years ago
  2. e1cdf63 Documentation/git-checkout.txt: clarify usage by Chris Rorvick · 12 years ago
  3. 9d0b9ed Merge branch 'jc/maint-checkout-fileglob-doc' by Junio C Hamano · 13 years ago
  4. 9192ece Merge branch 'jc/maint-doc-checkout-b-always-takes-branch-name' by Junio C Hamano · 13 years ago
  5. caae319 Document file-glob for "git checkout -- '*.c'" by Junio C Hamano · 13 years ago
  6. 45aaf03 doc: "git checkout -b/-B/--orphan" always takes a branch name by Junio C Hamano · 13 years ago
  7. 6cf378f docs: stop using asciidoc no-inline-literal by Jeff King · 13 years ago
  8. a31538e git-checkout.txt: better docs for '--patch' by Valentin Haenel · 14 years ago
  9. 48bb914 doc: drop author/documentation sections from most pages by Jeff King · 14 years ago
  10. 99f45c2 Merge branch 'js/detach-doc' by Junio C Hamano · 14 years ago
  11. c0791f3 Merge branch 'uk/checkout-ambiguous-ref' by Junio C Hamano · 14 years ago
  12. be8ef33 git-checkout.txt: improve detached HEAD documentation by Jay Soffian · 14 years ago
  13. 3266967 checkout: introduce --detach synonym for "git checkout foo^{commit}" by Junio C Hamano · 14 years ago
  14. 29b9a66 Change incorrect uses of "remote branch" meaning "remote-tracking" by Matthieu Moy · 14 years ago
  15. 442cb08 Fix missing 'does' in man-page for 'git checkout' by Linus Torvalds · 14 years ago
  16. b9190e7 Documentation: do not convert ... operator to ellipses by Jonathan Nieder · 15 years ago
  17. 07cd900 Merge branch 'tc/checkout-B' by Junio C Hamano · 15 years ago
  18. 609eb9f Merge branch 'maint' by Junio C Hamano · 15 years ago
  19. 142183d checkout: accord documentation to what git does by Nicolas Sebrecht · 15 years ago
  20. 02ac983 builtin/checkout: learn -B by Tay Ray Chuan · 15 years ago
  21. 12575b7 Merge branch 'jn/checkout-doc' into maint by Junio C Hamano · 15 years ago
  22. f28f049 Merge branch 'jn/checkout-doc' by Junio C Hamano · 15 years ago
  23. 5bebcd4 Merge branch 'em/checkout-orphan' by Junio C Hamano · 15 years ago
  24. b831ded Documentation/checkout: clarify description by Jonathan Nieder · 15 years ago
  25. feb98d1 Documentation: alter checkout --orphan description by Erick Mattos · 15 years ago
  26. bdc4204 Merge branch 'maint' by Junio C Hamano · 15 years ago
  27. 873c347 Documentation: A...B shortcut for checkout and rebase by Michael J Gruber · 15 years ago
  28. c5b4151 Documentation/checkout: clarify description by Jonathan Nieder · 15 years ago
  29. 9db5ebf git checkout: create unparented branch by --orphan by Erick Mattos · 15 years ago
  30. 54f0bdc Merge branch 'tr/reset-checkout-patch' by Junio C Hamano · 16 years ago
  31. f7aec12 UI consistency: allow --force for where -f means force by René Scharfe · 16 years ago
  32. 4f35365 Implement 'git checkout --patch' by Thomas Rast · 16 years ago
  33. 0808723 docs/checkout: clarify what "non-branch" means by Jeff King · 16 years ago
  34. 76cfadf doc/checkout: split checkout and branch creation in synopsis by Jeff King · 16 years ago
  35. 26d22dc doc/checkout: refer to git-branch(1) as appropriate by Jeff King · 16 years ago
  36. 167d744 doc: refer to tracking configuration as "upstream" by Jeff King · 16 years ago
  37. 70e9664 doc: clarify --no-track option by Jeff King · 16 years ago
  38. 6da14ee Merge branch 'maint' by Junio C Hamano · 16 years ago
  39. 747f9d3 Merge branch 'maint-1.6.1' into maint by Junio C Hamano · 16 years ago
  40. aa41cf8 Merge branch 'maint-1.6.0' into maint-1.6.1 by Junio C Hamano · 16 years ago
  41. 39470cf git-checkout.txt: clarify that <branch> applies when no path is given. by Matthieu Moy · 16 years ago
  42. ce8936c git-checkout.txt: fix incorrect statement about HEAD and index by Matthieu Moy · 16 years ago
  43. dcb1126 Documentation: remove extra quoting/emphasis around literal texts by Chris Johnsen · 16 years ago
  44. c7cb12b Typo and language fixes for git-checkout.txt by Michael J Gruber · 16 years ago
  45. 696acf4 checkout: implement "-" abbreviation, add docs and tests by Thomas Rast · 16 years ago
  46. ec9f0ea Documentation: sync example output with git output by Markus Heidelberg · 16 years ago
  47. ecc03c1 Clarify documentation of "git checkout <tree-ish> paths" syntax by Nanako Shiraishi · 16 years ago
  48. 971e835 Documentation: Spelling fix by Fredrik Skolmli · 16 years ago
  49. 9ba929e Merge branch 'jc/better-conflict-resolution' by Shawn O. Pearce · 16 years ago
  50. eac5a40 checkout --conflict=<style>: recreate merge in a non-default style by Junio C Hamano · 17 years ago
  51. 0cf8581 checkout -m: recreate merge when checking out of unmerged index by Junio C Hamano · 17 years ago
  52. 38901a4 checkout --ours/--theirs: allow checking out one side of a conflicting merge by Junio C Hamano · 17 years ago
  53. db94109 checkout -f: allow ignoring unmerged paths when checking out of the index by Junio C Hamano · 17 years ago
  54. 9188ed8 Extend "checkout --track" DWIM to support more cases by Alex Riesen · 17 years ago
  55. bb0ceb6 checkout --track: make up a sensible branch name if '-b' was omitted by Johannes Schindelin · 17 years ago
  56. b302ddd checkout: mention '--' in the docs by SZEDER Gábor · 17 years ago
  57. ba020ef manpages: italicize git command names (which were in teletype font) by Jonathan Nieder · 17 years ago
  58. 483bc4f Documentation formatting and cleanup by Jonathan Nieder · 17 years ago
  59. b1889c3 Documentation: be consistent about "git-" versus "git " by Jonathan Nieder · 17 years ago
  60. 3240240 Docs: Use "-l::\n--long\n" format in OPTIONS sections by Stephan Beyer · 17 years ago
  61. 9e1f0a8 documentation: move git(7) to git(1) by Christian Couder · 17 years ago
  62. 498a6e7 git checkout: add -t alias for --track by Miklos Vajna · 17 years ago
  63. 76ce946 Documentation/git-checkout: Update summary to reflect current abilities by Julian Phillips · 17 years ago
  64. 572fc81 doc: documentation update for the branch track changes by Jay Soffian · 17 years ago
  65. 5162e69 Documentation: rename gitlink macro to linkgit by Dan McGee · 17 years ago
  66. ac15074 Say when --track is useful in the git-checkout docs. by Federico Mena Quintero · 17 years ago
  67. 2be7fcb Fix misspelling of 'suppress' in docs by Dave Watson · 18 years ago
  68. 6f084a5 branch --track: code cleanup and saner handling of local branches by Johannes Schindelin · 18 years ago
  69. 4017761 branch.autosetupmerge: allow boolean values, or "all" by Johannes Schindelin · 18 years ago
  70. 792d237 Documentation: minor cleanups to branch/checkout wording by Jeff King · 18 years ago
  71. 967506b Documentation: quote {non-attributes} for asciidoc by Jeff King · 18 years ago
  72. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  73. 81178fe Reverse the order of -b and --track in the man page. by Brian Gernhardt · 18 years ago
  74. b710830 Documentation: clarify track/no-track option. by J. Bruce Fields · 18 years ago
  75. 40c8279 Documentation: clarify git-checkout -f, minor editing by J. Bruce Fields · 18 years ago
  76. 0746d19 git-branch, git-checkout: autosetup for remote branch tracking by Paolo Bonzini · 18 years ago
  77. d7f078b Convert update-index references in docs to add. by Shawn O. Pearce · 18 years ago
  78. cec8d14 Documentation: Moving out of detached HEAD does not warn anymore. by Junio C Hamano · 18 years ago
  79. 6124aee add a quiet option to git-checkout by Nicolas Pitre · 18 years ago
  80. 84a978f Documentation: "git-checkout <tree> <path>" takes any tree-ish by Junio C Hamano · 18 years ago
  81. 5e1a2e8 Documentation: detached HEAD by Junio C Hamano · 18 years ago
  82. dcaad49 Merge branch 'sp/reflog' into next by Junio C Hamano · 19 years ago
  83. 2b1f424 Reference git-check-ref-format in git-branch. by Shawn Pearce · 19 years ago
  84. 969d326 Enable ref log creation in git checkout -b. by Shawn Pearce · 19 years ago
  85. 48aeecd Fix up remaining man pages that use asciidoc "callouts". by Sean Estabrooks · 19 years ago
  86. 71bb103 Rewrite synopsis to clarify the two primary uses of git-checkout. by Jon Loeliger · 19 years ago
  87. 7bd7f28 Remove trailing dot after short description by Fredrik Kuivinen · 19 years ago
  88. 1be0659 checkout: merge local modifications while switching branches. by Junio C Hamano · 19 years ago
  89. 1e2ccd3 Documentation: more examples. by Junio C Hamano · 19 years ago
  90. 4aaa702 git-checkout: revert specific paths to either index or a given tree-ish. by Junio C Hamano · 19 years ago
  91. a7154e9 [PATCH] Documentation: Update all files to use the new gitlink: macro by Sergey Vlasov · 19 years ago
  92. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (80%) from Documentation/git-checkout-script.txt]
  93. 0270f7c [PATCH] Docs for git-checkout-script. by A Large Angry SCM · 20 years ago
  94. 7fc9d69 Add placeholders for missing documents. by Junio C Hamano · 20 years ago