1. 8cbad49 Merge branch 'cb/http-push-null-in-message-fix' by Junio C Hamano · 6 years ago
  2. 9dde06d http-push: prevent format overflow warning with gcc >= 9 by Carlo Marcelo Arenas Belón · 6 years ago
  3. 1cb158b http-push: remove remaining uses of sha1_to_hex by brian m. carlson · 6 years ago
  4. f024b87 http-push: convert to use the_hash_algo by brian m. carlson · 6 years ago
  5. 538b152 object-store: rename and expand packed_git's sha1 member by brian m. carlson · 6 years ago
  6. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 6 years ago
  7. 5fda343 Merge branch 'ds/push-sparse-tree-walk' by Junio C Hamano · 6 years ago
  8. 4f6d26b list-objects: consume sparse tree walk by Derrick Stolee · 6 years ago
  9. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
  10. f0be0db http: use struct object_id instead of bare sha1 by Jeff King · 6 years ago
  11. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
  12. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  13. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  14. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 6 years ago
  15. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  16. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  17. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  18. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  19. da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
  20. 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
  21. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  22. e12cbea Merge branch 'bw/ref-prefix-for-configured-refspec' by Junio C Hamano · 7 years ago
  23. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  24. 5c7ec84 remote: convert match_push_refs to take a struct refspec by Brandon Williams · 7 years ago
  25. 38490dd http-push: store refspecs in a struct refspec by Brandon Williams · 7 years ago
  26. d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 7 years ago
  27. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
  28. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
  29. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
  30. 2d5792f Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees by Junio C Hamano · 7 years ago
  31. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  32. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  33. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
  34. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
  35. a2b9820 http-push: improve error log by Patryk Obara · 7 years ago
  36. c3bdc4e http-push: use hex_to_bytes() by René Scharfe · 7 years ago
  37. 98c03a0 Merge branch 'tg/memfixes' by Junio C Hamano · 7 years ago
  38. 51bfb73 http-push: fix construction of hex value from path by Thomas Gummerer · 7 years ago
  39. 1cf01a3 consistently use "fallthrough" comments in switches by Jeff King · 7 years ago
  40. d6fe003 pack: move find_sha1_pack() by Jonathan Tan · 8 years ago
  41. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  42. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
  43. 1aa40df http-push: convert process_ls_object and descendants to object_id by brian m. carlson · 8 years ago
  44. 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 8 years ago
  45. 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 8 years ago
  46. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  47. 8eb9460 http-push: convert some static functions to struct object_id by brian m. carlson · 8 years ago
  48. e94eac4 http-push: don't check return value of lookup_unknown_object() by René Scharfe · 8 years ago
  49. faacc8e Merge branch 'jk/common-main' into maint by Junio C Hamano · 9 years ago
  50. 02962d3 use strbuf_addstr() for adding constant strings to a strbuf by René Scharfe · 9 years ago
  51. de61ceb Merge branch 'jk/common-main-2.8' into jk/common-main by Junio C Hamano · 9 years ago
  52. 5ce5f5f common-main: call git_setup_gettext() by Jeff King · 9 years ago
  53. 650c449 common-main: call git_extract_argv0_path() by Jeff King · 9 years ago
  54. 3f2e229 add an extra level of indirection to main() by Jeff King · 9 years ago
  55. 8429f2b Merge branch 'bc/object-id' by Junio C Hamano · 9 years ago
  56. 8cb01e2 http: support sending custom HTTP headers by Johannes Schindelin · 9 years ago
  57. 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 9 years ago
  58. 4159593 http-push: stop using name_path by Jeff King · 9 years ago
  59. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  60. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  61. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  62. 6f3d57b ref_newer: convert to use struct object_id by brian m. carlson · 9 years ago
  63. f4e54d0 Convert struct ref to use object_id. by brian m. carlson · 9 years ago
  64. 2b87d3a drop strcpy in favor of raw sha1_to_hex by Jeff King · 9 years ago
  65. a0355f6 http-push: use an argv_array for setup_revisions by Jeff King · 9 years ago
  66. 7d0581a http-push: use strbuf instead of fwrite_buffer by Jeff King · 9 years ago
  67. 0cc4142 http-push: replace strcat with xsnprintf by Jeff King · 9 years ago
  68. ef1286d use xsnprintf for generating git object headers by Jeff King · 9 years ago
  69. 5096d49 convert trivial sprintf / strcpy calls to xsnprintf by Jeff King · 9 years ago
  70. 553c622 Merge branch 'sb/leaks' by Junio C Hamano · 10 years ago
  71. e280888 http-push: remove unneeded cleanup by Stefan Beller · 10 years ago
  72. 6902c4d Merge branch 'rs/deflate-init-cleanup' by Junio C Hamano · 10 years ago
  73. 9a6f128 zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} by René Scharfe · 10 years ago
  74. f6786c8 http-push: trim trailing newline from remote symref by Jeff King · 10 years ago
  75. cd989a9 Merge branch 'ah/fix-http-push' into maint by Junio C Hamano · 11 years ago
  76. d9037ea Merge branch 'ah/fix-http-push' by Junio C Hamano · 11 years ago
  77. 479eaa8 http-push.c: make CURLOPT_IOCTLDATA a usable pointer by Abbaad Haider · 11 years ago
  78. 3b8e8af Merge branch 'jk/xstrfmt' by Junio C Hamano · 11 years ago
  79. 67a31f6 http-push: refactor parsing of remote object names by Jeff King · 11 years ago
  80. ae021d8 use skip_prefix to avoid magic numbers by Jeff King · 11 years ago
  81. 2831018 use xstrfmt to replace xmalloc + sprintf by Jeff King · 11 years ago
  82. 95244ae use xstrdup instead of xmalloc + strcpy by Jeff King · 11 years ago
  83. f3d51ff http-push.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  84. 208acbf object.h: centralize object flag allocation by Nguyễn Thái Ngọc Duy · 11 years ago
  85. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  86. 177f0a4 Merge branch 'jk/http-auth-redirects' by Junio C Hamano · 11 years ago
  87. 1bbcc22 http: refactor options to http_get_* by Jeff King · 11 years ago
  88. 238504b Merge branch 'nd/fetch-into-shallow' by Junio C Hamano · 11 years ago
  89. b8f2311 Merge branch 'jk/free-tree-buffer' by Junio C Hamano · 11 years ago
  90. e76a5fb list-objects: reduce one argument in mark_edges_uninteresting by Nguyễn Thái Ngọc Duy · 12 years ago
  91. 3def06e http-push.c::add_send_request(): do not initialize transfer_request by Stefan Beller · 12 years ago
  92. 6e454b9 clear parsed flag when we free tree buffers by Jeff King · 12 years ago
  93. 4df13f6 http: drop http_error function by Jeff King · 12 years ago
  94. 67d2a7b http: simplify http_error helper function by Jeff King · 12 years ago
  95. 081fd8d Allow building with xmlparse.h by Matt Kraai · 12 years ago
  96. 271cd23 Merge branch 'sp/smart-http-content-type-check' by Junio C Hamano · 12 years ago
  97. 4656bf4 Verify Content-Type from smart HTTP servers by Shawn Pearce · 12 years ago
  98. 37141f2 xml_entities(): use function strbuf_addstr_xml_quoted() by Michael Haggerty · 12 years ago
  99. 34f5130 Merge branch 'jc/merge-bases' by Junio C Hamano · 13 years ago
  100. 6571225 http-push: use in_merge_bases() for fast-forward check by Junio C Hamano · 13 years ago