1. b39c53e git-add: Make the "tried to add ignored file" error message less confusing by Petr Baudis · 18 years ago
  2. ce312af gitweb: Fix escaping HTML of project owner in 'projects_list' and by Jakub Narebski · 18 years ago
  3. a005085 git-merge: do up-to-date check also for all strategies by Junio C Hamano · 18 years ago
  4. 9277d60 git --bare cmd: do not unconditionally nuke GIT_DIR by Junio C Hamano · 18 years ago
  5. 6adcca3 Fix initialization of a bare repository by Junio C Hamano · 18 years ago
  6. ac076c2 name-rev: Fix non-shortest description by Johannes Schindelin · 18 years ago
  7. 2b9232c Describe two-dot and three-dot notation for diff endpoints. by Mike Hommey · 18 years ago
  8. 6257271 git-tag(1): Remove duplicate text by Jari Aalto · 18 years ago
  9. 7d47962 gitweb: Lift any characters restriction on searched strings by Petr Baudis · 18 years ago
  10. 17437d4 RelNotes draft for 1.5.3 update. by Junio C Hamano · 18 years ago
  11. e92ea62 Merge branch 'master' of git://repo.or.cz/git-gui by Junio C Hamano · 18 years ago
  12. 09b0d9d When nothing to git-commit, honor the git-status color setting. by Brian Hetro · 18 years ago
  13. 67aca45 gitweb: Fix searchbox positioning by Petr Baudis · 18 years ago
  14. 67c10b4 Merge branch 'master' of git://linux-nfs.org/~bfields/git by Junio C Hamano · 18 years ago
  15. 5071877 Merge branch 'maint' by J. Bruce Fields · 18 years ago
  16. a115daf Documentation/user-manual.txt: fix a few omissions of gitlink commands. by David Kastrup · 18 years ago
  17. d5821de user-manual: fix incorrect header level by J. Bruce Fields · 18 years ago
  18. e2618ff user-manual: use pithier example commit by J. Bruce Fields · 18 years ago
  19. a2ef9d6 user-manual: introduce the word "commit" earlier by J. Bruce Fields · 18 years ago
  20. a5f90f3 user-manual: minor editing for conciseness by J. Bruce Fields · 18 years ago
  21. 464a8a7 user-manual: edit "ignoring files" for conciseness by J. Bruce Fields · 18 years ago
  22. 6e30fb0 Documentation/user-manual.txt: fix a few omissions of gitlink commands. by David Kastrup · 18 years ago
  23. 480611d Make usage documentation for git-add consistent. by Brian Hetro · 18 years ago
  24. 1560be1 Make usage documentation for git-am consistent. by Brian Hetro · 18 years ago
  25. 9064d87 Don't segfault if we failed to inflate a packed delta by Shawn O. Pearce · 18 years ago
  26. 2e3404c pack-objects: check return value from read_sha1_file() by Junio C Hamano · 18 years ago
  27. ab43e49 blame: check return value from read_sha1_file() by Junio C Hamano · 18 years ago
  28. c80d25d git-gui: Correct 'git gui blame' in a subdirectory by Shawn O. Pearce · 18 years ago gitgui-0.8.2
  29. 0058a33 git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running git-p4 sync the first time after a git clone. by Simon Hausmann · 18 years ago
  30. 5ca4461 git-p4: Make 'git-p4 branches' work after an initial clone with git clone from an origin-updated repository. by Simon Hausmann · 18 years ago
  31. 0278307 Documentation: Correct various misspellings and typos. by Brian Hetro · 18 years ago
  32. db21872 Documentation: For consistency, use CVS instead of cvs. by Brian Hetro · 18 years ago
  33. 9ec398d Fix racy-git handling in git-write-tree. by Linus Torvalds · 18 years ago
  34. 1d25c8c rebase -i: fix squashing corner case by Johannes Schindelin · 18 years ago
  35. 191131e Install man3 manpages to $PREFIX/share/man/man3 even for site installs by martin f. krafft · 18 years ago
  36. 8f728fb git-svn init/clone --stdlayout option to default-init trunk/tags/branches by martin f. krafft · 18 years ago
  37. b1d884a diff-delta.c: Fix broken skip calculation. by David Kastrup · 18 years ago
  38. 9c9f5fa git-gui: Do not offer to stage three-way diff hunks into the index by Shawn O. Pearce · 18 years ago
  39. 59fc840 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  40. 15d5475 git-svn: dcommit prints out the URL to be committed to by Eric Wong · 18 years ago
  41. 9f4119e git-gui: Refactor diff pane popup support for future improvements by Shawn O. Pearce · 18 years ago
  42. be86f7a Teach bash about git-submodule and its subcommands by Shawn O. Pearce · 18 years ago
  43. 217926c Teach bash to complete ref arguments to git-describe by Shawn O. Pearce · 18 years ago
  44. 47e98ee Update bash completion with new 1.5.3 command line options by Shawn O. Pearce · 18 years ago
  45. aabb2e5 git-svn: update documentation with CAVEATS section by Eric Wong · 18 years ago
  46. 412876d Reset terminal attributes when terminating git send-email by Sean Estabrooks · 18 years ago
  47. 63c2bd2 Document -u option in git-svnimport man page by Stefan Sperling · 18 years ago
  48. 620e729 Fix breakage in git-rev-list.txt by Quy Tonthat · 18 years ago
  49. ef08c14 git.el: Avoid a lisp error when there's no current branch (detached HEAD). by Alexandre Julliard · 18 years ago
  50. 2f5b398 Fix git-remote for ActiveState Perl by Alex Riesen · 18 years ago
  51. 687157c Documentation: update tar.umask default by René Scharfe · 18 years ago
  52. 8fa0ee3 Suggest unsetting core.bare when using new-workdir on a bare repository by Shawn O. Pearce · 18 years ago
  53. e301bfe Fix new-workdir (again) to work on bare repositories by Shawn O. Pearce · 18 years ago
  54. 875b7c9 git-gui: Fix "unoptimized loading" to not cause git-gui to crash by Shawn O. Pearce · 18 years ago
  55. ce015c2 git-gui: Paper bag fix "Stage Hunk For Commit" in diff context menu by Shawn O. Pearce · 18 years ago
  56. a475e80 GIT 1.5.3-rc6 by Junio C Hamano · 18 years ago v1.5.3-rc6
  57. 941fd1c Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk by Junio C Hamano · 18 years ago
  58. 4bf5383 Avoid using va_copy in fast-import: it seems to be unportable. by Alex Riesen · 18 years ago
  59. 23d5335 git clone: do not issue warning while cloning locally across filesystems by Junio C Hamano · 18 years ago
  60. 887c996 gitk: Add a window to list branches, tags and other references by Paul Mackerras · 18 years ago
  61. 2be7fcb Fix misspelling of 'suppress' in docs by Dave Watson · 18 years ago
  62. 18a01a0 git-gui: Allow git-merge to use branch names in conflict markers by Shawn O. Pearce · 18 years ago
  63. 257a84d Document what the stage numbers in the :$n:path syntax mean. by Steven Grimm · 18 years ago
  64. d56651c Don't allow combination of -g and --reverse as it doesn't work by Shawn O. Pearce · 18 years ago
  65. c6951dd git-gui: Fix window manager problems on ion3 by Shawn O. Pearce · 18 years ago
  66. 14cd560 Add the word reflog to Documentation/config.txt:core.logAllRefUpdates by Lukas Sandström · 18 years ago
  67. 463a849 Add and document a global --no-pager option for git. by Matthieu Moy · 18 years ago
  68. 2f82f76 Take binary diffs into account for "git rebase" by Linus Torvalds · 18 years ago
  69. 1211be6 Make thin-pack generation subproject aware. by Linus Torvalds · 18 years ago
  70. 95064cb Correct documentation of 'reflog show' to explain it shows HEAD by Shawn O. Pearce · 18 years ago
  71. 63f3282 Merge branch 'master' of git://repo.or.cz/git-gui by Junio C Hamano · 18 years ago
  72. f16eb1f Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk by Junio C Hamano · 18 years ago
  73. 7e5dcea fast-import pull request by Junio C Hamano · 18 years ago
  74. 904b194 Include recent command history in fast-import crash reports by Shawn O. Pearce · 18 years ago
  75. 8acb329 Generate crash reports on die in fast-import by Shawn O. Pearce · 18 years ago
  76. ac053c0 Allow frontends to bidirectionally communicate with fast-import by Shawn O. Pearce · 18 years ago
  77. 1fdb649 Make trailing LF optional for all fast-import commands by Shawn O. Pearce · 18 years ago
  78. 2c570cd Make trailing LF following fast-import `data` commands optional by Shawn O. Pearce · 18 years ago
  79. 401d53f Teach fast-import to ignore lines starting with '#' by Shawn O. Pearce · 18 years ago
  80. 3149007 Use handy ALLOC_GROW macro in fast-import when possible by Shawn O. Pearce · 18 years ago
  81. ea08a6f Actually allow TAG_FIXUP branches in fast-import by Shawn O. Pearce · 18 years ago
  82. c905e09 Fix whitespace in "Format of STDIN stream" of fast-import by Alex Riesen · 18 years ago
  83. 374a58c git-completion.bash - add support for git-bundle by Mark Levedahl · 18 years ago
  84. 0734d26 Clarify commit-tree documentation by Mike Hommey · 18 years ago
  85. 5876b8e Minor clarifications to git-filter-branch usage and doc by Brian Gernhardt · 18 years ago
  86. e63b58b Fix small typo in git send-email man page. by Sean Estabrooks · 18 years ago
  87. 97a5d8c git-submodule: re-enable 'status' as the default subcommand by Lars Hjemli · 18 years ago
  88. d1cb298 [PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers. by Johannes Sixt · 18 years ago
  89. d7b1611 gitk: Fix bug in fix for warning when removing a branch by Paul Mackerras · 18 years ago
  90. a9ab200 Clean-up read-tree error condition. by Junio C Hamano · 18 years ago
  91. d1d028e Clarify actual behavior of 'git add' and ignored files by Brian Downing · 18 years ago
  92. 19b28bf t1301-shared-repo.sh: fix 'stat' portability issue by Arjen Laarhoven · 18 years ago
  93. 13cc4c8 Documentation/git-rebase: fix an example by Junio C Hamano · 18 years ago
  94. 312efe9 git-clone: allow --bare clone by Junio C Hamano · 18 years ago
  95. d250626 pack-objects: remove bogus arguments to delta_cacheable() by Nicolas Pitre · 18 years ago
  96. e06c5a6 git-apply: apply submodule changes by Sven Verdoolaege · 18 years ago
  97. da899de Update documentation links for older releases. by Junio C Hamano · 18 years ago
  98. c576304 Merge branch 'maint' to sync with 1.5.2.5 by Junio C Hamano · 18 years ago
  99. f34f2b0 Fix read-tree merging more than 3 trees using 3-way merge by Junio C Hamano · 18 years ago
  100. b13ef49 GIT 1.5.2.5 by Junio C Hamano · 18 years ago v1.5.2.5