1. b810537 Fix diff-options references in git-diff and git-format-patch by Brian Gernhardt · 18 years ago
  2. 043d760 Add definition of <commit-ish> to the main git man page. by Theodore Ts'o · 18 years ago
  3. 56333ba Begin SubmittingPatches with a check list by Johannes Schindelin · 18 years ago
  4. 7193db3 GIT 1.5.0.3 by Junio C Hamano · 18 years ago v1.5.0.3
  5. 2aa54fa glossary: Add definitions for dangling and unreachable objects by Yasushi SHOJI · 18 years ago
  6. ef561ac user-manual: more detailed merge discussion by J. Bruce Fields · 18 years ago
  7. 365aa19 user-manual: how to replace commits older than most recent by J. Bruce Fields · 18 years ago
  8. 3512193 user-manual: insert earlier of mention content-addressable architecture by J. Bruce Fields · 18 years ago
  9. 1c95c56 user-manual: ensure generated manual references stylesheet by J. Bruce Fields · 18 years ago
  10. 1c73bb0 user-manual: reset to ORIG_HEAD not HEAD to undo merge by J. Bruce Fields · 18 years ago
  11. 0bc25a7 Documentation: mention module option to git-cvsimport by J. Bruce Fields · 18 years ago
  12. 78cb59c Document the config variable format.suffix by Johannes Schindelin · 18 years ago
  13. 3e4e8c0 Documentation: Correct minor typo in git-add documentation. by Christian Schlotter · 18 years ago
  14. 5ef1f8d Documentation/git-send-email.txt: Fix labeled list formatting by Sergey Vlasov · 18 years ago
  15. d53ebb4 Documentation/git-quiltimport.txt: Fix labeled list formatting by Sergey Vlasov · 18 years ago
  16. 2ba91e9 Documentation/build-docdep.perl: Fix dependencies for included asciidoc files by Sergey Vlasov · 18 years ago
  17. a1367d1 Start preparing Release Notes for 1.5.0.3 by Junio C Hamano · 18 years ago
  18. db554bf Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name url by Junio C Hamano · 18 years ago
  19. 4fa96e1 Include config.mak in doc/Makefile by Uwe Kleine-König · 18 years ago
  20. 79c96c5 Fix minor typos/grammar in user-manual.txt by Michael Coleman · 18 years ago
  21. 0a43acb Correct ordering in git-cvsimport's option documentation by Michael Poole · 18 years ago
  22. 7ee70a7 Fix git-show man page formatting in the EXAMPLES section by Theodore Tso · 18 years ago
  23. 0d9b9ab GIT 1.5.0.2 by Junio C Hamano · 18 years ago v1.5.0.2
  24. c5ddca1 Documentation: describe "-f/-t/-m" options to "git-remote add" by Junio C Hamano · 18 years ago
  25. d2dc622 Add Release Notes to prepare for 1.5.0.2 by Junio C Hamano · 18 years ago
  26. bdd69c2 core.legacyheaders: Use the description used in RelNotes-1.5.0 by Santi Béjar · 18 years ago
  27. e4a15f4 Document the new core.bare configuration option. by Shawn O. Pearce · 18 years ago
  28. f496454 git-clone: Sync documentation to usage note. by Christian Schlotter · 18 years ago
  29. 4bc94d2 GIT 1.5.0.1 by Junio C Hamano · 18 years ago v1.5.0.1
  30. 38eb932 Documentation/i18n.txt: it is i18n.commitencoding not core.commitencoding by Fredrik Kuivinen · 18 years ago
  31. 21b4875 Update draft release notes for 1.5.0.1 by Junio C Hamano · 18 years ago
  32. d7f078b Convert update-index references in docs to add. by Shawn O. Pearce · 18 years ago
  33. 5ca2db5 Attempt to improve git-rebase lead-in description. by Shawn O. Pearce · 18 years ago
  34. bd07326 Add RelNotes 1.5.0.1 by Junio C Hamano · 18 years ago
  35. 37b73cf Still updating 1.5.0 release notes. by Junio C Hamano · 18 years ago
  36. 958545c Clarify two backward incompatible repository options. by Junio C Hamano · 18 years ago
  37. 727d38d cmd-list: add git-remote by Junio C Hamano · 18 years ago
  38. 7a33631 Documentation: Drop full-stop from git-fast-import title. by Junio C Hamano · 18 years ago
  39. a989a5e Minor corrections to release notes by Nicolas Pitre · 18 years ago
  40. 26cfcfb Add release notes to the distribution. by Junio C Hamano · 18 years ago
  41. cec8d14 Documentation: Moving out of detached HEAD does not warn anymore. by Junio C Hamano · 18 years ago
  42. c2120e5 git-gc: run pack-refs by default unless the repo is bare by Johannes Schindelin · 18 years ago
  43. ccf5aa8 Clarify that git-update-server-info should be run for every git-push by Pavel Roskin · 18 years ago
  44. 1e8b0d4 git merge documentation: -m is optional by Matthias Lederhofer · 18 years ago
  45. ea5e370 fast-import: Support reusing 'from' and brown paper bag fix reset. by Shawn O. Pearce · 18 years ago
  46. 4853534 Add discussion section to git-tag documentation. by Junio C Hamano · 18 years ago
  47. 2092a1f Teach git-am to pass -p option down to git-apply by Junio C Hamano · 18 years ago
  48. c5c3fc9 Documentation: git-rebase -C<n> by Junio C Hamano · 18 years ago
  49. b578e50 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  50. c734615 fast-import: Add tip about importing renames. by Shawn O. Pearce · 18 years ago
  51. bdf1c06 fast-import: Hide the pack boundary commits by default. by Shawn O. Pearce · 18 years ago
  52. d414461 Document that git-am can read standard input. by Michael S. Tsirkin · 18 years ago
  53. 1187d75 Make it easier to override path to asciidoc command by Dotan Barak · 18 years ago
  54. b4f020c Fixed some typos in git-repack docs by Mukund · 18 years ago
  55. dfd42a3 Allow aliases to expand to shell commands by Theodore Ts'o · 18 years ago
  56. 02f571c git-fetch: document automatic tag following. by Junio C Hamano · 18 years ago
  57. 9e2586f Documentation/git-pull: describe default behaviour and config interactions by Junio C Hamano · 18 years ago
  58. 05b07ab Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  59. cf39f54 git reflog show by Linus Torvalds · 18 years ago
  60. 67dad68 add -C[NUM] to git-am by Michael S. Tsirkin · 18 years ago
  61. 66e788b Update git-log and git-show documentation by Michael S. Tsirkin · 18 years ago
  62. 882227f Correct spelling of fast-import in docs. by Shawn O. Pearce · 18 years ago
  63. f842fdb Correct some language in fast-import documentation. by Shawn O. Pearce · 18 years ago
  64. 209f129 Correct ^0 asciidoc syntax in fast-import docs. by Shawn O. Pearce · 18 years ago
  65. 81f915e7 Documentation: Add gfi to the main command list. by Junio C Hamano · 18 years ago
  66. 302da67 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  67. bdd9f42 Add a Tips and Tricks section to fast-import's manual. by Shawn O. Pearce · 18 years ago
  68. 451fd65 Documentation: add KMail in SubmittingPatches by Michael · 18 years ago
  69. 820b931 Dump all refs and marks during a checkpoint in fast-import. by Shawn O. Pearce · 18 years ago
  70. c499d76 Teach fast-import how to sit quietly in the corner. by Shawn O. Pearce · 18 years ago
  71. 825769a Teach fast-import how to clear the internal branch content. by Shawn O. Pearce · 18 years ago
  72. 9b92c82 Minor timestamp related documentation corrections for fast-import. by Shawn O. Pearce · 18 years ago
  73. 740afd9 Add deprecation notices. by Junio C Hamano · 18 years ago
  74. 41dc7e0 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  75. 9981b6d S_IFLNK != 0140000 by Junio C Hamano · 18 years ago
  76. 7073e69 Don't do non-fastforward updates in fast-import. by Shawn O. Pearce · 18 years ago
  77. 63e0c8b Support RFC 2822 date parsing in fast-import. by Shawn O. Pearce · 18 years ago
  78. ef94edb Minor fast-import documentation corrections. by Shawn O. Pearce · 18 years ago
  79. c74ba3d Correct fast-import timezone documentation. by Shawn O. Pearce · 18 years ago
  80. 0b868e0 Remove --branch-log from fast-import. by Shawn O. Pearce · 18 years ago
  81. 6e411d2 Initial draft of fast-import documentation. by Shawn O. Pearce · 18 years ago
  82. 06e75a7 blame: document --contents option by Junio C Hamano · 18 years ago
  83. ca28370 Allow forcing of a parent commit, even if the parent is not a direct one. by Simon 'corecode' Schubert · 18 years ago
  84. 98d47d4 Add hg-to-git conversion utility. by Stelian Pop · 18 years ago
  85. ea81fcc Show an example of deleting commits with git-rebase. by Shawn O. Pearce · 18 years ago
  86. 69057cf git-for-each-ref doesn't return "the bit after $GIT_DIR/refs" by Andy Parkins · 18 years ago
  87. d1f289c Merge branch 'np/dreflog' by Junio C Hamano · 18 years ago
  88. 6e2e1cf Why is it bad to rewind a branch that has already been pushed out? by Robin Rosenberg · 18 years ago
  89. 632ac9f show-branch -g: default to the current branch. by Junio C Hamano · 18 years ago
  90. d77ee72 Merge branch 'master' into np/dreflog by Junio C Hamano · 18 years ago
  91. 3dff537 Assorted typo fixes by Pavel Roskin · 18 years ago
  92. 0f39087 Cleanup subcommand documentation for git-remote. by Shawn O. Pearce · 18 years ago
  93. a9d1836 Why is it bad to rewind a branch that has already been pushed out? by Junio C Hamano · 18 years ago
  94. 505739f core-tutorial: http reference link fix by Junio C Hamano · 18 years ago
  95. bf3478d Tutorial-2: Adjust git-status output to recent reality. by Junio C Hamano · 18 years ago
  96. 953202a Tutorial: fix asciidoc formatting of "git add" section. by Junio C Hamano · 18 years ago
  97. 0d18e41 doc: hooks.txt said post-commit default sends an email, it doesn't by Andy Parkins · 18 years ago
  98. aacd404 Fix some documentation typos and grammar by Mike Coleman · 18 years ago
  99. 859607d Teach 'git remote' how to cleanup stale tracking branches. by Shawn O. Pearce · 18 years ago
  100. 1e5db30 Update the documentation for the new '@{...}' syntax by Johannes Schindelin · 18 years ago