1. 80f537f doc: promote "git restore" by Nguyễn Thái Ngọc Duy · 6 years ago
  2. 328c6cb doc: promote "git switch" by Nguyễn Thái Ngọc Duy · 6 years ago
  3. 7560f54 treewide: correct several "up-to-date" to "up to date" by Martin Ågren · 8 years ago
  4. 941b9c5 Documentation: unify bottom "part of git suite" lines by Stefan Beller · 8 years ago
  5. 0d0bac6 transport: drop support for git-over-rsync by Jeff King · 9 years ago
  6. eeb92d7 Merge branch 'sn/tutorial-status-output-example' by Junio C Hamano · 10 years ago
  7. 8942821 gittutorial: fix output of 'git status' by Stefan Naewe · 10 years ago
  8. 022cf2b gittutorial.txt: remove reference to ancient Git version by Thomas Ackermann · 10 years ago
  9. 673151a doc: add 'everyday' to 'git help' by Philip Oakley · 10 years ago
  10. 2de9b71 Documentation: the name of the system is 'Git', not 'git' by Thomas Ackermann · 12 years ago
  11. 48a8c26 Documentation: avoid poor-man's small caps GIT by Thomas Ackermann · 12 years ago
  12. 52ffe99 Documentation: describe subject more precisely by Jeremy White · 12 years ago
  13. 7791a1d Documentation: use [verse] for SYNOPSIS sections by Martin von Zweigbergk · 14 years ago
  14. 60109d0 Change remote tracking to remote-tracking in non-trivial places by Matthieu Moy · 14 years ago
  15. 0e615b2 Replace "remote tracking" with "remote-tracking" by Matthieu Moy · 14 years ago
  16. 0b444cd Documentation: spell 'git cmd' without dash throughout by Thomas Rast · 15 years ago
  17. 21d777f Makes some cleanup/review in gittutorial by Thadeu Lima de Souza Cascardo · 16 years ago
  18. 801a011 Documentation: refer to gitworkflows(7) from tutorial and git(1) by Thomas Rast · 16 years ago
  19. c30e567 gittutorial: remove misleading note by Miklos Vajna · 16 years ago
  20. c7719fb Use capitalized names where appropriate by Henrik Austad · 16 years ago
  21. 6e702c2 Documentation: tutorial: add information about "git help" at the beginning by Christian Couder · 16 years ago
  22. 53d1589 tutorial: gentler illustration of Alice/Bob workflow using gitk by Paolo Ciarrocchi · 17 years ago
  23. dc29bc8 tutorial: clarify "pull" is "fetch + merge" by Junio C Hamano · 17 years ago
  24. 5d5e88a tutorial: use prompt with user names in example, to clarify who is doing what by Ian Katz · 17 years ago
  25. 42d36bb manpages: italicize gitk's name (where it was in teletype font) by Jonathan Nieder · 17 years ago
  26. ba020ef manpages: italicize git command names (which were in teletype font) by Jonathan Nieder · 17 years ago
  27. 483bc4f Documentation formatting and cleanup by Jonathan Nieder · 17 years ago
  28. b1889c3 Documentation: be consistent about "git-" versus "git " by Jonathan Nieder · 17 years ago
  29. 46e56e8 Documentation: prepare to be consistent about "git-" versus "git " by Jonathan Nieder · 17 years ago
  30. 3861cd5 Documentation: complicate example of "man git-command" by Jonathan Nieder · 17 years ago
  31. 6998e4d Documentation: fix links to tutorials and other new manual pages by Jonathan Nieder · 17 years ago
  32. 8de7e9c Merge branch 'maint' by Junio C Hamano · 17 years ago
  33. 9e1f0a8 documentation: move git(7) to git(1) by Christian Couder · 17 years ago
  34. 497c833 Documentation: convert "glossary" and "core-tutorial" to man pages by Christian Couder · 17 years ago
  35. b27a23e Documentation: convert tutorials to man pages by Christian Couder · 17 years ago[Renamed (97%) from Documentation/tutorial.txt]
  36. 5162e69 Documentation: rename gitlink macro to linkgit by Dan McGee · 17 years ago
  37. 0278307 Documentation: Correct various misspellings and typos. by Brian Hetro · 18 years ago
  38. 5c054a9 Merge branch 'maint' by Junio C Hamano · 18 years ago
  39. f0dc409 tutorial: Fix typo by J. Bruce Fields · 18 years ago
  40. 8960b5a fix remote.origin.url in tutorial.txt by Alecs King · 18 years ago
  41. 23c9ccb tutorial: use "project history" instead of "changelog" in header by J. Bruce Fields · 18 years ago
  42. 93f9cc6 tutorial: revise index introduction by J. Bruce Fields · 18 years ago
  43. cd50aba tutorials: add user-manual links by J. Bruce Fields · 18 years ago
  44. 71f4b18 Mention version 1.5.1 in tutorial and user-manual by Carl Worth · 18 years ago
  45. c91ee27 Fix unmatched emphasis tag in git-tutorial by Andrew Ruder · 18 years ago
  46. 6e2e1cf Why is it bad to rewind a branch that has already been pushed out? by Robin Rosenberg · 18 years ago
  47. a9d1836 Why is it bad to rewind a branch that has already been pushed out? by Junio C Hamano · 18 years ago
  48. 953202a Tutorial: fix asciidoc formatting of "git add" section. by Junio C Hamano · 18 years ago
  49. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  50. c1ff284 tutorial: shorthand for remotes but show distributed nature of git by Junio C Hamano · 18 years ago
  51. 8b616f2 tutorial: Use only separate layout by Santi Béjar · 18 years ago
  52. c14261e some doc updates by Nicolas Pitre · 18 years ago
  53. 515377e "init-db" can really be just "init" by Nicolas Pitre · 18 years ago
  54. 84dee6b Documentation: tutorial editing by J. Bruce Fields · 18 years ago
  55. 9c9410e Documentation/tutorial: misc updates by Santi Béjar · 18 years ago
  56. c1d179f tutorial: misc updates. by Junio C Hamano · 18 years ago
  57. d66409f Documentation: update tutorial's discussion of origin by J. Bruce Fields · 18 years ago
  58. ef0a89a Provide more meaningful output from 'git init-db'. by Shawn O. Pearce · 18 years ago
  59. 366bfcb make 'git add' a first class user friendly interface to the index by Nicolas Pitre · 18 years ago
  60. aed4509 Merge branch 'maint' by Junio C Hamano · 18 years ago
  61. 6658923 tutorial: talk about user.name early and don't start with commit -a by Junio C Hamano · 18 years ago
  62. 93ee782 Documentation: clarify tutorial pull/merge discussion by J. Bruce Fields · 18 years ago
  63. 5942706 Doc: Make comment about merging in tutorial.txt more clear by Paolo Ciarrocchi · 18 years ago
  64. 3742506 Some doc typo fixes by Francis Daly · 19 years ago
  65. abda1ef Documentation: Spelling fixes by Horst H. von Brand · 19 years ago
  66. 3857386 documentation: add brief mention of cat-file to tutorial part I by J. Bruce Fields · 19 years ago
  67. 2be1bc4 documentation: mention gitk font adjustment in tutorial by J. Bruce Fields · 19 years ago
  68. e31952d tutorial: add discussion of index file, object database by J. Bruce Fields · 19 years ago
  69. f1fe384 tutorial: expanded discussion of commit history by J. Bruce Fields · 19 years ago
  70. 67e6e5c tutorial: replace "whatchanged" by "log" by J. Bruce Fields · 19 years ago
  71. 2eb063c AsciiDoc fix for tutorial by Francis Daly · 19 years ago
  72. dcc6e28 Documentation: finishing touches to the new tutorial. by Junio C Hamano · 19 years ago
  73. 927a503 New tutorial by J. Bruce Fields · 19 years ago
  74. ebedc31 show-branch: make the current branch and merge commits stand out. by Junio C Hamano · 19 years ago
  75. b74ed49 Tutorial: mention shared repository management. by Junio C Hamano · 19 years ago
  76. a3431fe A shared repository should be writable by members. by Junio C Hamano · 19 years ago
  77. 80248b2 Documentation: HTTP needs update-server-info. by Junio C Hamano · 19 years ago
  78. 8431c4e Documentation: tutorial by Junio C Hamano · 19 years ago
  79. 9755afb Documentation: not learning core git commands. by Junio C Hamano · 19 years ago
  80. 361c06d Documentation(tutorial): adjust merge example to the new merge world order. by Junio C Hamano · 19 years ago
  81. dc5f923 Documentation: shared repository management in tutorial. by Junio C Hamano · 19 years ago
  82. 0501c24 Tutorial: adjust merge example to recursive strategy. by Junio C Hamano · 19 years ago
  83. aa7f412 tutorial: setting up a tree for subsystem maintainers by Junio C Hamano · 19 years ago
  84. 5f3aa19 Change 'cache' to 'index' in the docs by Lukas_Sandström · 19 years ago
  85. f2416c2 Use consistent shell prompts and example style. by Jon Loeliger · 19 years ago
  86. 067744b Tutorial: do not use 'git resolve'. by Junio C Hamano · 19 years ago
  87. 44760f1 Documentation: talk about guts of merge in tutorial. by Junio C Hamano · 19 years ago
  88. 36f05ef Illustration: "Git Diff Types" by Junio C Hamano · 19 years ago
  89. 710c97d Document the use of "current directory" as pull source. by Junio C Hamano · 19 years ago
  90. f51248e Merge branch 'fixes' by Junio C Hamano · 19 years ago
  91. 5990efb tutorial: update the initial commit example. by Junio C Hamano · 19 years ago
  92. 2ae6c70 Adapt tutorial to cygwin and add test case by Johannes Schindelin · 19 years ago
  93. 72e9340 Convert usage of GIT and Git into git by Christian Meder · 19 years ago
  94. 98438bd Remove the version tags from the manpages by Junio C Hamano · 19 years ago
  95. d154dcc [PATCH] Retitle 'inspecting what happened' section. by Jon Loeliger · 19 years ago
  96. 6f60300 Update tutorial with Octopus usage. by Junio C Hamano · 19 years ago
  97. e1ccf53 [PATCH] Escape asciidoc's built-in em-dash replacement by Yasushi SHOJI · 20 years ago
  98. 96768e3 [PATCH] fix tutorial typo by jdl@freescale.com · 20 years ago
  99. c87d41e [PATCH] Fix tutorial reference to git-*-scripts. by jdl@freescale.com · 20 years ago
  100. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago