1. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  2. 47df096 Merge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2 by Junio C Hamano · 19 years ago
  3. e76abd7 adjust to the rebased series by Linus. by Junio C Hamano · 19 years ago
  4. 15b5536 Remove last vestiges of generic tree_entry_list by Linus Torvalds · 19 years ago
  5. 1bc995a Convert fetch.c: process_tree() to raw tree walker by Linus Torvalds · 19 years ago
  6. f75e53e Convert "mark_tree_uninteresting()" to raw tree walker by Linus Torvalds · 19 years ago
  7. 3bc1eca Remove unused "zeropad" entry from tree_list_entry by Linus Torvalds · 19 years ago
  8. e9a95be fsck-objects: avoid unnecessary tree_entry_list usage by Linus Torvalds · 19 years ago
  9. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  10. 1ccf5a3 builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec() by Linus Torvalds · 19 years ago
  11. 0790a42 Switch "read_tree_recursive()" over to tree-walk functionality by Linus Torvalds · 19 years ago
  12. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  13. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds · 19 years ago
  14. e0c97ca Make git-diff-tree indicate when it flushes by Paul Mackerras · 19 years ago
  15. 22669a0 Remove unnecessary output from t3600-rm. by Shawn Pearce · 19 years ago
  16. cd01d94 Merge branch 'lt/apply' by Junio C Hamano · 19 years ago
  17. 3f69d40 Merge branch 'jc/cache-tree' by Junio C Hamano · 19 years ago
  18. 0a2586c Merge branch 'lt/tree' into jc/lt-tree-n-cache-tree by Junio C Hamano · 19 years ago
  19. 7d55561 Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-tree by Junio C Hamano · 19 years ago
  20. 097dc3d Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  21. 2522c13 Switch "read_tree_recursive()" over to tree-walk functionality by Linus Torvalds · 19 years ago
  22. a755dfe Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  23. d2eafb7 Add raw tree buffer info to "struct tree" by Linus Torvalds · 19 years ago
  24. 7d65848 Don't use "sscanf()" for tree mode scanning by Linus Torvalds · 19 years ago
  25. 878ccb2 git-fetch: avoid using "case ... in (arm)" by Junio C Hamano · 19 years ago
  26. d177e58 Merge branch 'jc/mailinfo' by Junio C Hamano · 19 years ago
  27. 51937e5 Merge branch 'eb/mailinfo' by Junio C Hamano · 19 years ago
  28. ac58c7b git-write-tree writes garbage on sparc64 by Dennis Stosberg · 19 years ago
  29. 91b452c Fix memory leak in "git rev-list --objects" by Linus Torvalds · 19 years ago
  30. 7569443 gitview: Move the console error messages to message dialog by Aneesh Kumar K.V · 19 years ago
  31. 0340163 gitview: Add key binding for F5. by Aneesh Kumar K.V · 19 years ago
  32. a57c8ba Let git-clone to pass --template=dir option to git-init-db. by Junio C Hamano · 19 years ago
  33. 3f0f756 Make cvsexportcommit create parent directories as needed. by Yann Dirson · 19 years ago
  34. 0d71b31 Document current cvsexportcommit limitations. by Yann Dirson · 19 years ago
  35. ff4a9ce Do not call 'cmp' with non-existant -q flag. by Yann Dirson · 19 years ago
  36. 508d9e3 Fix "--abbrev=xyz" for revision listing by Linus Torvalds · 19 years ago
  37. c928c67 t1002: use -U0 instead of --unified=0 by Linus Torvalds · 19 years ago
  38. 63b398a format-patch: -n and -k are mutually exclusive. by Junio C Hamano · 19 years ago
  39. b931aa5 Call builtin ls-tree in git-cat-file -p by Petr Baudis · 19 years ago
  40. add5c8a built-in format-patch: various fixups. by Junio C Hamano · 19 years ago
  41. 88a1531 Add instructions to commit template. by Martin Waitz · 19 years ago
  42. ef29c11 mailinfo: More carefully parse header lines in read_one_header_line() by Junio C Hamano · 19 years ago
  43. fa0f02d git-format-patch --start-number <n> by Johannes Schindelin · 19 years ago
  44. fc36f6a Don't write directly to a make target ($@). by Jim Meyering · 19 years ago
  45. 4d599e6 bogus "fatal: Not a git repository" by Linus Torvalds · 19 years ago
  46. c536032 Documentation/Makefile: remove extra / by Martin Waitz · 19 years ago
  47. e49289d cvsimport: avoid "use" with :tag by Jeff King · 19 years ago
  48. ed90cbf cat-file: document -p option by Jeff King · 19 years ago
  49. 4acdeaf Built git-upload-tar should be ignored. by Shawn Pearce · 19 years ago
  50. e686eba ls-remote: fix rsync:// to report HEAD by Junio C Hamano · 19 years ago
  51. 84c667f fetch.c: remove an unused variable and dead code. by Junio C Hamano · 19 years ago
  52. 4868f37 Merge branch 'master' into lt/apply by Junio C Hamano · 19 years ago
  53. 4d54815 Clean up sha1 file writing by Linus Torvalds · 19 years ago
  54. f81daef Builtin git-cat-file by Timo Hirvonen · 19 years ago
  55. 65aadb9 apply: force matching at the beginning. by Junio C Hamano · 19 years ago
  56. d48f716 Merge branch 'jc/fmt-patch' by Junio C Hamano · 19 years ago
  57. a861b58 Merge branch 'be/tag' by Junio C Hamano · 19 years ago
  58. 73f0a15 Merge branch 'js/fmt-patch' by Junio C Hamano · 19 years ago
  59. f2054be Merge branch 'jc/builtin-n-tar-tree' by Junio C Hamano · 19 years ago
  60. 2464294 Merge branch 'jc/fetch-sorted' by Junio C Hamano · 19 years ago
  61. 376bb3a Merge branch 'lt/dirwalk' by Junio C Hamano · 19 years ago
  62. cc189c2 Add a test-case for git-apply trying to add an ending line by Catalin Marinas · 19 years ago
  63. fad7068 --summary output should print immediately after stats. by Sean · 19 years ago
  64. 1bf1a85 apply: treat EOF as proper context. by Linus Torvalds · 19 years ago
  65. 36f5b1f git-svn: ignore expansion of svn:keywords by Eric Wong · 19 years ago
  66. 304dac1 git-svn: starting a 1.1.0-pre development version by Eric Wong · 19 years ago
  67. 62bf0d9 cvsimport: set up commit environment in perl instead of using env by Jeff King · 19 years ago
  68. 61efa5e cvsimport: do not barf on creation of an empty file. by Junio C Hamano · 19 years ago
  69. 1af0d11 Merge branch 'jc/tartree' into jc/builtin-n-tar-tree by Junio C Hamano · 19 years ago
  70. 2dec02b Allow in body headers beyond the in body header prefix. by Eric W. Biederman · 19 years ago
  71. f30b202 More accurately detect header lines in read_one_header_line by Eric W. Biederman · 19 years ago
  72. 1f36bee In handle_body only read a line if we don't already have one. by Eric W. Biederman · 19 years ago
  73. 8b4525f Refactor commit messge handling. by Eric W. Biederman · 19 years ago
  74. 3350453 Move B and Q decoding into check header. by Eric W. Biederman · 19 years ago
  75. f8128cf Make read_one_header_line return a flag not a length. by Eric W. Biederman · 19 years ago
  76. cfba045 add more informative error messages to git-mktag by Björn Engelmann · 19 years ago
  77. e7332f9 remove the artificial restriction tagsize < 8kb by Björn Engelmann · 19 years ago
  78. e8cc9cd Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree. by Peter Eriksen · 19 years ago
  79. 51ce34b Builtin git-show-branch. by Peter Eriksen · 19 years ago
  80. ac6245e Builtin git-apply. by Peter Eriksen · 19 years ago
  81. 6d96ac1 Builtin git-commit-tree. by Peter Eriksen · 19 years ago
  82. d147e50 Builtin git-read-tree. by Peter Eriksen · 19 years ago
  83. 56d1398 Builtin git-tar-tree. by Peter Eriksen · 19 years ago
  84. aae01bd Builtin git-ls-tree. by Peter Eriksen · 19 years ago
  85. 0864f26 Builtin git-ls-files. by Peter Eriksen · 19 years ago
  86. 3fb3cc6 builtin-rm: squelch compiler warnings. by Junio C Hamano · 19 years ago
  87. 405053d Add git-quiltimport to .gitignore. by Peter Eriksen · 19 years ago
  88. 55cad84 cvsimport: introduce _fetchfile() method and used a 1M buffer to read() by Martin Langhoff · 19 years ago
  89. e73aefe cvsimport: cleanup commit function by Jeff King · 19 years ago
  90. 6a1871e cvsimport: use git-update-index --index-info by Jeff King · 19 years ago
  91. 443f833 git status: skip empty directories, and add -u to show all untracked files by Matthias Lederhofer · 19 years ago
  92. 4adcea9 cvsimport: repack every kilo-commits. by Linus Torvalds · 19 years ago
  93. 0691834 cvsimport: introduce -L<imit> option to workaround memory leaks by Martin Langhoff · 19 years ago
  94. 7f7e6ea Install git builtins into gitexecdir rather than bindir. by Sean · 19 years ago
  95. 1100ac8 Change GIT-VERSION-GEN to call git commands with "git" not "git-". by Sean · 19 years ago
  96. c4b16f8 cvsimport: replace anonymous sub ref with a normal sub by Martin Langhoff · 19 years ago
  97. f396f01 cvsimport: minor fixups by Martin Langhoff · 19 years ago
  98. f803eec Problem: 'trap...exit' causes error message when /bin/sh is ash. by Yakov Lerner · 19 years ago
  99. e300846 Avoid segfault in diff --stat rename output. by Sean · 19 years ago
  100. 884e313 Tutorial #2: broken link fix. by Junio C Hamano · 19 years ago