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