1. 50492f7 pass constants as first argument to st_mult() by René Scharfe · 9 years ago
  2. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King · 9 years ago
  3. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  4. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  5. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  6. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  7. 0692a6c Merge branch 'rs/pop-commit' by Junio C Hamano · 9 years ago
  8. 433cc7e Merge branch 'tk/sigchain-unnecessary-post-tempfile' by Junio C Hamano · 9 years ago
  9. e510ab8 use pop_commit() for consuming the first entry of a struct commit_list by René Scharfe · 9 years ago
  10. 4b7c50a shallow: remove unused #include "sigchain.h" by Tobias Klauser · 9 years ago
  11. db86e61 Merge branch 'mh/tempfile' by Junio C Hamano · 10 years ago
  12. f932729 memoize common git-path "constant" files by Jeff King · 10 years ago
  13. 6e122b4 setup_temporary_shallow(): use tempfile module by Michael Haggerty · 10 years ago
  14. b4fb09e lockfile: add accessor get_lock_file_path() by Michael Haggerty · 10 years ago
  15. 580b04e shallow: rewrite functions to take object_id arguments by Michael Haggerty · 10 years ago
  16. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  17. a916cb5 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  18. 7683e2e commit: convert parts to struct object_id by brian m. carlson · 10 years ago
  19. faf723a Merge branch 'jk/blame-commit-label' into maint by Junio C Hamano · 10 years ago
  20. c985aaf Merge branch 'jc/unused-symbols' by Junio C Hamano · 10 years ago
  21. 092c4be Merge branch 'jk/blame-commit-label' by Junio C Hamano · 10 years ago
  22. 167832c shallow.c: make check_shallow_file_for_update() static by Junio C Hamano · 10 years ago
  23. 8c53f07 use xstrdup_or_null to replace ternary conditionals by Jeff King · 10 years ago
  24. e4da4fb Merge branch 'eb/no-pthreads' by Junio C Hamano · 10 years ago
  25. 0f4b6db Handle atexit list internaly for unthreaded builds by Etienne Buira · 10 years ago
  26. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  27. cf6950d lockfile: change lock_file::filename into a strbuf by Michael Haggerty · 10 years ago
  28. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by René Scharfe · 11 years ago
  29. 6aa3085 trace: improve trace performance by Karsten Blees · 11 years ago
  30. 7839632 shallow: verify shallow file after taking lock by Jeff King · 11 years ago
  31. 0179c94 shallow: automatically clean up shallow tempfiles by Jeff King · 11 years ago
  32. 0cc77c3 shallow: use stat_validity to check for up-to-date file by Jeff King · 11 years ago
  33. 92251b1 Merge branch 'nd/shallow-clone' by Junio C Hamano · 11 years ago
  34. feefdf6 shallow: remove unused code by Ramsay Jones · 11 years ago
  35. eab3296 prune: clean .git/shallow after pruning objects by Nguyễn Thái Ngọc Duy · 11 years ago
  36. 0a1bc12 receive-pack: allow pushes that update .git/shallow by Nguyễn Thái Ngọc Duy · 11 years ago
  37. 069c053 add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses by Nguyễn Thái Ngọc Duy · 11 years ago
  38. 79d3a23 upload-pack: make sure deepening preserves shallow roots by Nguyễn Thái Ngọc Duy · 11 years ago
  39. 8e27738 shallow.c: steps 6 and 7 to select new commits for .git/shallow by Nguyễn Thái Ngọc Duy · 11 years ago
  40. 58babff shallow.c: the 8 steps to select new commits for .git/shallow by Nguyễn Thái Ngọc Duy · 11 years ago
  41. 1a30f5a shallow.c: extend setup_*_shallow() to accept extra shallow commits by Nguyễn Thái Ngọc Duy · 11 years ago
  42. ad49136 make the sender advertise shallow commits to the receiver by Nguyễn Thái Ngọc Duy · 11 years ago
  43. 5bb6205 Merge branch 'jk/robustify-parse-commit' by Junio C Hamano · 11 years ago
  44. 367068e use parse_commit_or_die instead of custom message by Jeff King · 11 years ago
  45. 08ea65a shallow: add setup_temporary_shallow() by Nguyễn Thái Ngọc Duy · 12 years ago
  46. 6a3bbb4 shallow: only add shallow graft points to new shallow file by Nguyễn Thái Ngọc Duy · 12 years ago
  47. 3125fe5 move setup_alternate_shallow and write_shallow_commits to shallow.c by Nguyễn Thái Ngọc Duy · 12 years ago
  48. 4c72ee8 Merge branch 'mk/upload-pack-off-by-one-dead-code-removal' by Junio C Hamano · 12 years ago
  49. 4b79695 upload-pack: remove a piece of dead code by Matthijs Kooijman · 12 years ago
  50. 6035d6a fetch-pack: prepare updated shallow file before fetching the pack by Nguyễn Thái Ngọc Duy · 12 years ago
  51. 682c7d2 upload-pack: fix off-by-one depth calculation in shallow clone by Nguyễn Thái Ngọc Duy · 12 years ago
  52. 3cd4745 object.h: Add OBJECT_ARRAY_INIT macro and make use of it. by Thiago Farina · 15 years ago
  53. ee4f06c Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  54. dec38c8 check return value from parse_commit() in various functions by Martin Koegler · 17 years ago
  55. affeef1 deref_tag: handle return value NULL by Martin Koegler · 17 years ago
  56. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  57. f43117a is_repository_shallow(): prototype fix. by Junio C Hamano · 18 years ago
  58. d64d6c9 get_shallow_commits: Avoid memory leak if a commit has been reached already. by Alexandre Julliard · 18 years ago
  59. abef3a1 Shallow clone: do not ignore shallowness when following tags by Alexandre Julliard · 18 years ago
  60. f53514b allow deepening of a shallow repository by Johannes Schindelin · 18 years ago
  61. ed09aef support fetching into a shallow repository by Johannes Schindelin · 18 years ago