1. 9346b4e Merge branch 'cr/reset' by Junio C Hamano · 17 years ago
  2. acd6917 Merge branch 'maint' by Junio C Hamano · 17 years ago
  3. ece7b74 apply --index-info: fall back to current index for mode changes by Johannes Schindelin · 17 years ago
  4. 023756f revision walker: --cherry-pick is a limited operation by Johannes Schindelin · 18 years ago
  5. 04222b2 Merge branch 'jc/partial-remove' by Junio C Hamano · 18 years ago
  6. db33af0 git-commit: partial commit of paths only removed from the index by Junio C Hamano · 18 years ago
  7. f633616 Merge branch 'jc/grep-c' by Junio C Hamano · 18 years ago
  8. d99ebf0 Split grep arguments in a way that does not requires to add /dev/null. by Junio C Hamano · 18 years ago
  9. 43b98ac Add test to check recent fix to "git add -u" by Benoit Sigoure · 18 years ago
  10. cbb390c An additional test for "git-reset -- path" by Junio C Hamano · 18 years ago
  11. 80bffaf git-commit: Allow partial commit of file removal. by Junio C Hamano · 18 years ago
  12. 359048d Add tests for documented features of "git reset". by Carlos Rica · 18 years ago
  13. 88b7dd4 Merge branch 'maint' by Junio C Hamano · 18 years ago
  14. 060fe57 Fix a test failure (t9500-*.sh) on cygwin by Ramsay Jones · 18 years ago
  15. 6972ab7 Merge branch 'rs/archive' by Junio C Hamano · 18 years ago
  16. aba9119 git-tag -s must fail if gpg cannot sign the tag. by Carlos Rica · 18 years ago
  17. 5701115 git-diff: don't squelch the new SHA1 in submodule diffs by Sven Verdoolaege · 18 years ago
  18. 38c9c9b archive: rename attribute specfile to export-subst by René Scharfe · 18 years ago
  19. df4a394 archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2) by René Scharfe · 18 years ago
  20. 432e93a Cleanup unnecessary file modifications in t1400-update-ref by Shawn O. Pearce · 18 years ago
  21. 6b763c4 git-apply: do not read past the end of buffer by Junio C Hamano · 18 years ago
  22. 8460b2f archive: specfile support (--pretty=format: in archive files) by René Scharfe · 18 years ago
  23. 7afa845 rebase -m: Fix incorrect short-logs of already applied commits. by Johannes Sixt · 18 years ago
  24. 18e32b5 git-tag: Fix -l option to use better shell style globs. by Carlos Rica · 18 years ago
  25. 751eb39 git-svn: fix dcommit clobbering upstream when committing multiple changes by Eric Wong · 18 years ago
  26. f95eef1 filter-branch: introduce convenience function "skip_commit" by Johannes Schindelin · 18 years ago
  27. 7e0f170 filter-branch: provide the convenience functions also for commit filters by Johannes Schindelin · 18 years ago
  28. a005085 git-merge: do up-to-date check also for all strategies by Junio C Hamano · 18 years ago
  29. 6adcca3 Fix initialization of a bare repository by Junio C Hamano · 18 years ago
  30. 9ec398d Fix racy-git handling in git-write-tree. by Linus Torvalds · 18 years ago
  31. 1d25c8c rebase -i: fix squashing corner case by Johannes Schindelin · 18 years ago
  32. 1211be6 Make thin-pack generation subproject aware. by Linus Torvalds · 18 years ago
  33. ac053c0 Allow frontends to bidirectionally communicate with fast-import by Shawn O. Pearce · 18 years ago
  34. 1fdb649 Make trailing LF optional for all fast-import commands by Shawn O. Pearce · 18 years ago
  35. 2c570cd Make trailing LF following fast-import `data` commands optional by Shawn O. Pearce · 18 years ago
  36. 401d53f Teach fast-import to ignore lines starting with '#' by Shawn O. Pearce · 18 years ago
  37. ea08a6f Actually allow TAG_FIXUP branches in fast-import by Shawn O. Pearce · 18 years ago
  38. 19b28bf t1301-shared-repo.sh: fix 'stat' portability issue by Arjen Laarhoven · 18 years ago
  39. 312efe9 git-clone: allow --bare clone by Junio C Hamano · 18 years ago
  40. e06c5a6 git-apply: apply submodule changes by Sven Verdoolaege · 18 years ago
  41. c576304 Merge branch 'maint' to sync with 1.5.2.5 by Junio C Hamano · 18 years ago
  42. 2ed2c22 git-add -u paths... now works from subdirectory by Salikh Zakirov · 18 years ago
  43. a4882c2 Fix "git add -u" data corruption. by Junio C Hamano · 18 years ago
  44. 6ed7726 git-svn: fix log with single revision against a non-HEAD branch by Eric Wong · 18 years ago
  45. 1a9d7e9 attr.c: read .gitattributes from index as well. by Junio C Hamano · 18 years ago
  46. b798671 merge-recursive: do not rudely die on binary merge by Junio C Hamano · 18 years ago
  47. 30c5cd3 Add a test for git-commit being confused by relative GIT_DIR by David Kastrup · 18 years ago
  48. 70f6414 Fix t5701-clone-local for white space from wc by Brian Gernhardt · 18 years ago
  49. 95eb685 t3902 - skip test if file system doesn't support HT in names by Mark Levedahl · 18 years ago
  50. d616813 git-add: Add support for --refresh option. by Alexandre Julliard · 18 years ago
  51. 77b258f t3404: fix "fake-editor" by Junio C Hamano · 18 years ago
  52. 55d1932 Merge branch 'cr/tag' by Junio C Hamano · 18 years ago
  53. fa54870 Merge branch 'jc/clone' by Junio C Hamano · 18 years ago
  54. 7fa8254 allow git-bundle to create bottomless bundle by Junio C Hamano · 18 years ago
  55. 7efeb8f Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset by Johannes Schindelin · 18 years ago
  56. a697ec6 Fix bogus use of printf in t3700 test by Junio C Hamano · 18 years ago
  57. 3d5c418 git-clone: aggressively optimize local clone behaviour. by Junio C Hamano · 18 years ago
  58. c9e6589 rebase -i: fix for optional [branch] parameter by Johannes Schindelin · 18 years ago
  59. 6d4bbeb git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F. by Junio C Hamano · 18 years ago
  60. 96ffe89 rebase -i: ignore patches that are already in the upstream by Johannes Schindelin · 18 years ago
  61. e90fdc3 Clean up work-tree handling by Johannes Schindelin · 18 years ago
  62. e5392c5 Add is_absolute_path() and make_absolute_path() by Johannes Schindelin · 18 years ago
  63. 12ace0b Add test case for basic commit functionality. by Kristian Høgsberg · 18 years ago
  64. 773a69f Add a test for git-config --file by Alex Riesen · 18 years ago
  65. 18508c3 Unset GIT_EDITOR while running tests. by Junio C Hamano · 18 years ago
  66. d7f6bae rebase: try not to munge commit log message by Junio C Hamano · 18 years ago
  67. 922b0e3 Merge branch 'bs/lock' by Junio C Hamano · 18 years ago
  68. 82cb8af git-diff: turn on recursion by default by Jeff King · 18 years ago
  69. 1207510 gitweb: Simplify 'opt' parameter validation, add "no merges" feeds by Jakub Narebski · 18 years ago
  70. fb47cfb rebase -i: fix interrupted squashing by Johannes Schindelin · 18 years ago
  71. 65a5a21 Add test for symlinked configuration file updates. by Junio C Hamano · 18 years ago
  72. f653aee Teach "git stripspace" the --strip-comments option by Johannes Schindelin · 18 years ago
  73. ceff079 Make sure git-stash works from subdirectory. by Junio C Hamano · 18 years ago
  74. c4eaed4 t9200: Be careful when checking CVS/Entries by Junio C Hamano · 18 years ago
  75. d1cc130 Teach git-commit about commit message templates. by Steven Grimm · 18 years ago
  76. dfd05e3 filter-branch: Big syntax change; support rewriting multiple refs by Johannes Schindelin · 18 years ago
  77. e317cfa builtin-tag.c: Fix two memory leaks and minor notation changes. by Carlos Rica · 18 years ago
  78. 6368f3f rebase -i: call editor just once for a multi-squash by Johannes Schindelin · 18 years ago
  79. 62e09ce Make git tag a builtin. by Carlos Rica · 18 years ago
  80. ef0c2ab Add GIT_EDITOR environment and core.editor configuration variables by Adam Roben · 18 years ago
  81. 0cf7375 unpack-trees.c: assume submodules are clean during check-out by Sven Verdoolaege · 18 years ago
  82. 29633bb git-svn: fix commiting renames over DAV with funky file names by Eric Wong · 18 years ago
  83. 4cb08df Use $(RM) in Makefiles instead of 'rm -f' by Emil Medve · 18 years ago
  84. 3f2fd36 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  85. b6f3481 Teach fast-import to recursively copy files/directories by Shawn O. Pearce · 18 years ago
  86. bdecd9d More permissive "git-rm --cached" behavior without -f. by Matthieu Moy · 18 years ago
  87. 237ce83 Merge branch 'maint' by Junio C Hamano · 18 years ago
  88. ec0603e Teach read-tree 2-way merge to ignore intermediate symlinks by Junio C Hamano · 18 years ago
  89. 6f084a5 branch --track: code cleanup and saner handling of local branches by Johannes Schindelin · 18 years ago
  90. 5206d13 t7004: Add tests for the git tag -n option. by Carlos Rica · 18 years ago
  91. b61a8a6 t0030: Add tests with consecutive text lines and others with spaces added. by Carlos Rica · 18 years ago
  92. defd531 t0030: Remove repeated instructions and add missing && by Carlos Rica · 18 years ago
  93. 36d56de Fix --cherry-pick with given paths by Johannes Schindelin · 18 years ago
  94. 8352522 Fix core.sharedRepository = 2 by Johannes Schindelin · 18 years ago
  95. 52aaf64 rerere: record resolution even if file is not in merge base by Johannes Schindelin · 18 years ago
  96. f39a946 Support wholesale directory renames in fast-import by Shawn O. Pearce · 18 years ago
  97. 8e4a91b rebase -i: remember the settings of -v, -s and -p when interrupted by Johannes Schindelin · 18 years ago
  98. 18640d9 rebase -i: handle --continue more like non-interactive rebase by Johannes Schindelin · 18 years ago
  99. 797e99a t7004: Skip tests for signed tags in an old version of gpg. by Carlos Rica · 18 years ago
  100. 4017761 branch.autosetupmerge: allow boolean values, or "all" by Johannes Schindelin · 18 years ago