1. 6a61661 archive: do not let on-disk mode leak to zip archives by Junio C Hamano · 2 years, 10 months ago
  2. 959d670 i18n: remove from i18n strings that do not hold translatable parts by Jean-Noël Avila · 3 years, 1 month ago
  3. 6fa00ee i18n: factorize "--foo requires --bar" and the like by Jean-Noël Avila · 3 years, 2 months ago
  4. c490437 i18n: standardize "cannot open" and "cannot read" by Jean-Noël Avila · 3 years, 2 months ago
  5. 12909b6 i18n: turn "options are incompatible" into "cannot be used together" by Jean-Noël Avila · 3 years, 2 months ago
  6. e124ecf archive: convert queue_directory to struct object_id by René Scharfe · 3 years, 7 months ago
  7. bc40dfb string-list.h users: change to use *_{nodup,dup}() by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
  8. 1422844 hash: provide per-algorithm null OIDs by brian m. carlson · 3 years, 11 months ago
  9. 92e2cab Always use oidread to read into struct object_id by brian m. carlson · 3 years, 11 months ago
  10. ad16f74 Merge branch 'ab/read-tree' by Junio C Hamano · 4 years ago
  11. 4795748 tree.h API: simplify read_tree_recursive() signature by Ævar Arnfjörð Bjarmason · 4 years ago
  12. 7367d88 archive: stop passing "stage" through read_tree_recursive() by Ævar Arnfjörð Bjarmason · 4 years ago
  13. 9609972 archive: expand only a single %(describe) per archive by René Scharfe · 4 years ago
  14. 3eebb3e Merge branch 'rs/archive-plug-leak-refname' by Junio C Hamano · 4 years, 4 months ago
  15. 1c3e412 archive: release refname after use by René Scharfe · 4 years, 4 months ago
  16. cde8ea9 archive: support compression levels beyond 9 by René Scharfe · 4 years, 4 months ago
  17. 2947a79 archive: add --add-file by René Scharfe · 4 years, 6 months ago
  18. 200589a archive: read short blobs in archive.c::write_archive_entry() by René Scharfe · 4 years, 6 months ago
  19. f24c30e wt-status: tolerate dangling marks by Jonathan Tan · 4 years, 6 months ago
  20. c397aac convert: provide additional metadata to filters by brian m. carlson · 5 years ago
  21. ab90eca convert: permit passing additional metadata to filter processes by brian m. carlson · 5 years ago
  22. 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
  23. 96379f0 Merge branch 'en/merge-directory-renames' by Junio C Hamano · 6 years ago
  24. 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 6 years ago
  25. bbf05cf archive: convert struct archiver_args to object_id by brian m. carlson · 6 years ago
  26. f2b6aa9 Merge branch 'nd/indentation-fix' by Junio C Hamano · 6 years ago
  27. d6f05a4 Merge branch 'nd/attr-pathspec-in-tree-walk' by Junio C Hamano · 6 years ago
  28. 3813a89 Merge branch 'nd/i18n' by Junio C Hamano · 6 years ago
  29. ec36c42 Indent code with TABs by Nguyễn Thái Ngọc Duy · 6 years ago
  30. e092073 tree.c: make read_tree*() take 'struct repository *' by Nguyễn Thái Ngọc Duy · 6 years ago
  31. c6e7965 archive.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 6 years ago
  32. 00436bf archive: initialize archivers earlier by Josh Steadmon · 6 years ago
  33. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  34. ce3a7ec archive.c: remove implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  35. d64324c Make git_check_attr() a void function by Torsten Bögershausen · 7 years ago
  36. b612ee2 archive.c: avoid access to the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  37. c4500e2 attr: remove index from git_attr_set_direction() by Nguyễn Thái Ngọc Duy · 7 years ago
  38. 6d2df28 dir.c: remove an implicit dependency on the_index in pathspec code by Nguyễn Thái Ngọc Duy · 7 years ago
  39. 7f944e2 convert.c: remove an implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  40. 7a400a2 attr: remove an implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  41. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  42. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  43. 3e4a67b Use OPT_SET_INT_F() for cmdline option specification by Nguyễn Thái Ngọc Duy · 7 years ago
  44. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  45. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  46. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
  47. e5ec981 archive: convert sha1_file_to_archive to struct object_id by brian m. carlson · 7 years ago
  48. 015ff4f archive: convert write_archive_entry_fn_t to object_id by brian m. carlson · 7 years ago
  49. df46d77 tree: convert read_tree_recursive to struct object_id by brian m. carlson · 7 years ago
  50. cca5fa6 refs: convert dwim_ref and expand_ref to struct object_id by brian m. carlson · 7 years ago
  51. 62b1cb7 Merge branch 'rs/archive-excluded-directory' by Junio C Hamano · 7 years ago
  52. 4318094 archive: don't add empty directories to archives by René Scharfe · 8 years ago
  53. a7d7f12 Merge branch 'rs/archive-excluded-directory' by Junio C Hamano · 8 years ago
  54. 5ff247a archive: don't queue excluded directories by René Scharfe · 8 years ago
  55. c6c08f7 archive: factor out helper functions for handling attributes by René Scharfe · 8 years ago
  56. e82caf3 sha1_name: convert get_sha1* to get_oid* by brian m. carlson · 8 years ago
  57. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  58. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  59. a9dbc17 tree: convert parse_tree_indirect to struct object_id by brian m. carlson · 8 years ago
  60. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  61. 2aef63d attr: convert git_check_attrs() callers to use the new API by Junio C Hamano · 8 years ago
  62. 7bd1805 attr: rename function and struct related to checking attributes by Junio C Hamano · 8 years ago
  63. eb0224c archive: read local configuration by Junio C Hamano · 8 years ago
  64. 5a36d00 i18n: archive: mark errors for translation by Vasco Almeida · 9 years ago
  65. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
  66. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King · 9 years ago
  67. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  68. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  69. c7ab0ba avoid sprintf and strcpy with flex arrays by Jeff King · 9 years ago
  70. d939af1 Merge branch 'jk/date-mode-format' by Junio C Hamano · 10 years ago
  71. a5481a6 convert "enum date_mode" into a struct by Jeff King · 10 years ago
  72. fb58c8d refs: move the remaining ref module declarations to refs.h by Michael Haggerty · 10 years ago
  73. a916cb5 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  74. 1360967 archive.c: convert to use struct object_id by brian m. carlson · 10 years ago
  75. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  76. 6a0b0b6 tree.c: update read_tree_recursive callback to pass strbuf as base by Nguyễn Thái Ngọc Duy · 10 years ago
  77. b2c45f5 Merge branch 'nd/archive-pathspec' by Junio C Hamano · 10 years ago
  78. ed22b41 archive: support filtering paths with glob by Nguyễn Thái Ngọc Duy · 10 years ago
  79. 95790ff archive.c: replace `git_config()` with `git_config_get_bool()` family by Tanay Abhra · 11 years ago
  80. 6f75e48 Merge branch 'rm/strchrnul-not-strlen' by Junio C Hamano · 11 years ago
  81. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani · 11 years ago
  82. 7671b63 add uploadarchive.allowUnreachable option by Scott J. Goldman · 11 years ago
  83. b1cdfb5 archive.c: have SP around arithmetic operators by Junio C Hamano · 11 years ago
  84. f3e743a archive: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  85. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 12 years ago
  86. bd54cf1 archive: handle commits with an empty tree by Jeff King · 12 years ago
  87. 94bc671 Add directory pattern matching to attributes by Jean-Noël AVILA · 12 years ago
  88. b0ff965 Reduce translations by using same terminologies by Nguyễn Thái Ngọc Duy · 13 years ago
  89. 0012a38 i18n: archive: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  90. b83cfa5 Merge branch 'rs/archive-tree-in-tip-simplify' by Junio C Hamano · 13 years ago
  91. c51a351 archive: simplify refname handling by René Scharfe · 13 years ago
  92. 9cb513b archive: delegate blob reading to backend by Nguyễn Thái Ngọc Duy · 13 years ago
  93. bdb8cb5 Merge branch 'jk/maint-upload-archive' by Junio C Hamano · 13 years ago
  94. 0f544ee archive: re-allow HEAD:Documentation on a remote invocation by Carlos Martín Nieto · 13 years ago
  95. 3c4b5ad Merge branch 'jk/maint-upload-archive' by Junio C Hamano · 13 years ago
  96. 7b51c33 Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive by Junio C Hamano · 13 years ago
  97. ee27ca4 archive: don't let remote clients get unreachable commits by Jeff King · 13 years ago
  98. f858c64 archive.c: use OPT_BOOL() by Junio C Hamano · 13 years ago
  99. d932f4e Rename git_checkattr() to git_check_attr() by Michael Haggerty · 14 years ago
  100. 7b97730 upload-archive: allow user to turn off filters by Jeff King · 14 years ago