| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-23 | streaming: move into object database subsystem | Patrick Steinhardt | 1 | -1/+1 |
| 2025-11-23 | streaming: get rid of `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-10-30 | Merge branch 'ps/remove-packfile-store-get-packs' | Junio C Hamano | 1 | -2/+1 |
| 2025-10-20 | Merge branch 'tb/cat-file-objectmode-update' | Junio C Hamano | 1 | -1/+1 |
| 2025-10-16 | packfile: introduce macro to iterate through packs | Patrick Steinhardt | 1 | -2/+1 |
| 2025-10-13 | builtin/cat-file.c: simplify calling `report_object_status()` | Taylor Blau | 1 | -1/+1 |
| 2025-09-24 | packfile: refactor `get_all_packs()` to work on packfile store | Patrick Steinhardt | 1 | -1/+2 |
| 2025-08-05 | Merge branch 'ps/object-file-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-16 | object-file: get rid of `the_repository` in loose object iterators | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -32/+30 |
| 2025-07-09 | Merge branch 'ps/object-store' into ps/object-file-wo-the-repository | Junio C Hamano | 1 | -32/+30 |
| 2025-07-01 | odb: rename `read_object_with_reference()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | odb: rename `has_object()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | odb: rename `repo_read_object_file()` | Patrick Steinhardt | 1 | -15/+11 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -12/+14 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-03 | cat-file.c: add batch handling for submodules | Victoria Dye | 1 | -1/+4 |
| 2025-06-03 | cat-file: add %(objectmode) atom | Victoria Dye | 1 | -2/+7 |
| 2025-05-16 | cat-file: use type enum instead of buffer for -t option | Jeff King | 1 | -9/+4 |
| 2025-05-16 | cat-file: make --allow-unknown-type a noop | Jeff King | 1 | -13/+5 |
| 2025-04-29 | treewide: convert users of `repo_has_object_file()` to `has_object()` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup | Junio C Hamano | 1 | -1/+1 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-07 | builtin/cat-file: use bitmaps to efficiently filter by object type | Patrick Steinhardt | 1 | -5/+37 |
| 2025-04-07 | builtin/cat-file: deduplicate logic to iterate over all objects | Patrick Steinhardt | 1 | -37/+48 |
| 2025-04-07 | builtin/cat-file: support "object:type=" objects filter | Patrick Steinhardt | 1 | -1/+11 |
| 2025-04-07 | builtin/cat-file: support "blob:limit=" objects filter | Patrick Steinhardt | 1 | -1/+14 |
| 2025-04-07 | builtin/cat-file: support "blob:none" objects filter | Patrick Steinhardt | 1 | -1/+14 |
| 2025-04-07 | builtin/cat-file: wire up an option to filter objects | Patrick Steinhardt | 1 | -4/+32 |
| 2025-04-07 | builtin/cat-file: introduce function to report object status | Patrick Steinhardt | 1 | -5/+13 |
| 2025-04-07 | builtin/cat-file: rename variable that tracks usage | Patrick Steinhardt | 1 | -22/+25 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+3 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+3 |
| 2024-12-04 | packfile: pass down repository to `for_each_packed_object` | Karthik Nayak | 1 | -3/+4 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -3/+6 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -2/+5 |
| 2024-09-04 | builtin/cat-file: mark 'git cat-file' sparse-index compatible | Kevin Lyles | 1 | -0/+3 |
| 2024-06-11 | object-name: free leaking object contexts | Patrick Steinhardt | 1 | -6/+11 |
| 2024-04-18 | builtin: stop using `the_index` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-04-03 | Merge branch 'rs/strbuf-expand-bad-format' | Junio C Hamano | 1 | -8/+8 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -3/+9 |
| 2024-03-25 | cat-file: use strbuf_expand_bad_format() | René Scharfe | 1 | -8/+8 |
| 2024-02-14 | Merge branch 'js/check-null-from-read-object-file' | Junio C Hamano | 1 | -2/+8 |
| 2024-02-06 | Always check the return value of `repo_read_object_file()` | Johannes Schindelin | 1 | -2/+8 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-10-09 | doc/cat-file: make synopsis and description less confusing | Štěpán Němec | 1 | -2/+2 |
| 2023-10-02 | builtin/cat-file: let the oid determine the output algorithm | Eric W. Biederman | 1 | -3/+9 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -2/+3 |
| 2023-07-06 | Merge branch 'rs/strbuf-expand-step' | Junio C Hamano | 1 | -18/+17 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -3/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-06-22 | Merge branch 'ps/cat-file-null-output' | Junio C Hamano | 1 | -42/+43 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -2/+1 |
| 2023-06-18 | replace strbuf_expand() with strbuf_expand_step() | René Scharfe | 1 | -18/+17 |
| 2023-06-12 | repository: create disable_replace_refs() | Derrick Stolee | 1 | -1/+1 |
| 2023-06-12 | cat-file: add option '-Z' that delimits input and output with NUL | Patrick Steinhardt | 1 | -21/+36 |
| 2023-06-12 | cat-file: simplify reading from standard input | Patrick Steinhardt | 1 | -23/+9 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on convert.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -10/+15 |
| 2023-03-28 | cocci: apply the "promisor-remote.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -9/+14 |
| 2023-03-21 | write-or-die.h: move declarations for write-or-die.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -4/+4 |
| 2023-02-24 | for_each_object: mark unused callback parameters | Jeff King | 1 | -4/+4 |
| 2023-02-23 | replace-object.h: move read_replace_refs declaration from cache.h to here | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | ident.h: move ident-related declarations out of cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-01-05 | Merge branch 'sa/cat-file-mailmap--batch-check' | Junio C Hamano | 1 | -0/+28 |
| 2022-12-20 | cat-file: add mailmap support to --batch-check option | Siddharth Asthana | 1 | -0/+15 |
| 2022-12-20 | cat-file: add mailmap support to -s option | Siddharth Asthana | 1 | -0/+13 |
| 2022-11-21 | {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-10-13 | doc txt & -h consistency: add "-z" to cat-file "-h" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-08-05 | Merge branch 'tb/cat-file-z' | Junio C Hamano | 1 | -3/+25 |
| 2022-08-03 | Merge branch 'sa/cat-file-mailmap' | Junio C Hamano | 1 | -1/+42 |
| 2022-07-22 | builtin/cat-file.c: support NUL-delimited input with `-z` | Taylor Blau | 1 | -3/+25 |
| 2022-07-18 | cat-file: add mailmap support | Siddharth Asthana | 1 | -1/+42 |
| 2022-07-01 | cat-file: fix a common "struct object_context" memory leak | Ævar Arnfjörð Bjarmason | 1 | -10/+22 |
| 2022-07-01 | cat-file: fix a memory leak in --batch-command mode | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-03-23 | Merge branch 'jc/cat-file-batch-default-format-optim' | Junio C Hamano | 1 | -6/+23 |
| 2022-03-16 | Merge branch 'ab/object-file-api-updates' | Junio C Hamano | 1 | -4/+7 |
| 2022-03-15 | cat-file: skip expanding default format | John Cai | 1 | -6/+23 |
| 2022-02-25 | object-file API: pass an enum to read_object_with_reference() | Ævar Arnfjörð Bjarmason | 1 | -4/+7 |
| 2022-02-18 | cat-file: add --batch-command mode | John Cai | 1 | -1/+143 |
| 2022-02-18 | cat-file: introduce batch_mode enum to replace print_contents | John Cai | 1 | -4/+16 |
| 2022-02-18 | cat-file: rename cmdmode to transform_mode | John Cai | 1 | -7/+7 |
| 2022-01-12 | cat-file: s/_/-/ in typo'd usage_msg_optf() message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-01-12 | cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2022-01-05 | i18n: turn even more messages into "cannot be used together" ones | Jean-Noël Avila | 1 | -1/+1 |
| 2021-12-30 | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters) | Ævar Arnfjörð Bjarmason | 1 | -10/+6 |
| 2021-12-30 | cat-file: correct and improve usage information | Ævar Arnfjörð Bjarmason | 1 | -20/+29 |
| 2021-12-30 | cat-file: fix remaining usage bugs | Ævar Arnfjörð Bjarmason | 1 | -32/+63 |
| 2021-12-30 | cat-file: make --batch-all-objects a CMDMODE | Ævar Arnfjörð Bjarmason | 1 | -14/+11 |
| 2021-12-30 | cat-file: move "usage" variable to cmd_cat_file() | Ævar Arnfjörð Bjarmason | 1 | -19/+18 |
| 2021-12-30 | cat-file docs: fix SYNOPSIS and "-h" output | Ævar Arnfjörð Bjarmason | 1 | -2/+8 |
| 2021-10-08 | cat-file: use packed_object_info() for --batch-all-objects | Jeff King | 1 | -14/+36 |
| 2021-10-08 | cat-file: split ordered/unordered batch-all-objects callbacks | Jeff King | 1 | -1/+3 |
| 2021-10-08 | cat-file: disable refs/replace with --batch-all-objects | Jeff King | 1 | -0/+2 |
| 2021-06-04 | cat-file: merge two block into one | ZheNing Hu | 1 | -4/+1 |
| 2021-06-04 | cat-file: handle trivial --batch format with --batch-all-objects | ZheNing Hu | 1 | -6/+7 |
| 2020-07-09 | Merge branch 'cc/cat-file-usage-update' into master | Junio C Hamano | 1 | -1/+1 |
| 2020-07-01 | cat-file: add missing [=<format>] to usage/synopsis | Christian Couder | 1 | -1/+1 |
| 2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -4/+4 |
| 2020-04-22 | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 1 | -1/+1 |
| 2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
| 2020-03-16 | convert: provide additional metadata to filters | brian m. carlson | 1 | -1/+4 |
| 2020-03-16 | convert: permit passing additional metadata to filter processes | brian m. carlson | 1 | -1/+1 |
| 2020-02-24 | packed_object_info(): use object_id for returning delta base | Jeff King | 1 | -1/+1 |
| 2019-09-18 | Merge branch 'cc/multi-promisor' | Junio C Hamano | 1 | -2/+3 |
| 2019-06-27 | sha1-file.c: remove the_repo from read_object_with_reference() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -2/+3 |
| 2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -3/+3 |
| 2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -2/+5 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2019-01-18 | Do not print 'dangling' for cat-file in case of ambiguity | David Turner | 1 | -1/+4 |
| 2019-01-14 | sha1-name.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2019-01-08 | update comment references to sha1_object_info() | Jeff King | 1 | -3/+3 |
| 2018-11-19 | Merge branch 'tb/print-size-t-with-uintmax-format' | Junio C Hamano | 1 | -2/+2 |
| 2018-11-18 | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 1 | -3/+7 |
| 2018-11-13 | Merge branch 'jk/detect-truncated-zlib-input' | Junio C Hamano | 1 | -4/+12 |
| 2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -2/+2 |
| 2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+2 |
| 2018-11-06 | cat-file: report an error on multiple --batch options | Jeff King | 1 | -1/+1 |
| 2018-11-06 | cat-file: mark batch options with NONEG | Jeff King | 1 | -2/+4 |
| 2018-10-31 | Adjust for 2.19.x series | Junio C Hamano | 1 | -4/+12 |
| 2018-10-31 | cat-file: handle streaming failures consistently | Jeff King | 1 | -4/+12 |
| 2018-09-21 | diff.c: remove the_index dependency in textconv() functions | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2018-08-20 | Merge branch 'nd/no-the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-14 | cat-file: use a single strbuf for all output | Jeff King | 1 | -11/+17 |
| 2018-08-14 | cat-file: split batch "buf" into two variables | Jeff King | 1 | -6/+8 |
| 2018-08-14 | cat-file: use oidset check-and-insert | Jeff King | 1 | -2/+1 |
| 2018-08-13 | convert.c: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-08-13 | cat-file: support "unordered" output for --batch-all-objects | Jeff King | 1 | -5/+51 |
| 2018-08-13 | cat-file: rename batch_{loose,packed}_object callbacks | Jeff King | 1 | -9/+9 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
| 2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -2/+2 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -3/+3 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info_extended | Stefan Beller | 1 | -3/+3 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -6/+8 |
| 2018-03-14 | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -7/+7 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -2/+2 |
| 2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
| 2018-02-14 | object_info: change member name from 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
| 2017-12-08 | sha1_file: support lazily fetching missing objects | Jonathan Tan | 1 | -0/+2 |
| 2017-09-28 | Merge branch 'jk/fallthrough' | Junio C Hamano | 1 | -0/+1 |
| 2017-09-28 | Merge branch 'jk/diff-blob' | Junio C Hamano | 1 | -2/+2 |
| 2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -0/+1 |
| 2017-09-22 | cat-file: handle NULL object_context.path | Jeff King | 1 | -2/+2 |
| 2017-08-23 | pack: move for_each_packed_object() | Jonathan Tan | 1 | -0/+1 |
| 2017-07-17 | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 1 | -2/+2 |
| 2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -3/+3 |
| 2017-07-05 | Merge branch 'jt/unify-object-info' | Junio C Hamano | 1 | -3/+4 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-21 | sha1_file: rename LOOKUP_REPLACE_OBJECT | Jonathan Tan | 1 | -2/+3 |
| 2017-06-21 | sha1_file: rename LOOKUP_UNKNOWN_OBJECT | Jonathan Tan | 1 | -1/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-05 | Merge branch 'js/blame-lib' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-02 | Merge branch 'jk/diff-blob' | Junio C Hamano | 1 | -1/+3 |
| 2017-05-24 | blame: move textconv_object with related functions | Jeff Smith | 1 | -0/+1 |
| 2017-05-24 | get_sha1_with_context: dynamically allocate oc->path | Jeff King | 1 | -1/+3 |
| 2017-05-08 | cat-file: fix memory leak | Johannes Schindelin | 1 | -0/+1 |
| 2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -5/+5 |
| 2017-03-31 | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 1 | -2/+2 |
| 2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -2/+2 |
| 2017-02-22 | Convert object iteration callbacks to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2016-10-10 | Merge branch 'jk/pack-objects-optim-mru' | Junio C Hamano | 1 | -3/+2 |
| 2016-09-26 | sha1_array: let callbacks interrupt iteration | Jeff King | 1 | -1/+2 |
| 2016-09-21 | Merge branch 'js/cat-file-filters' | Junio C Hamano | 1 | -8/+96 |
| 2016-09-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -34/+36 |
| 2016-09-11 | cat-file: support --textconv/--filters in batch mode | Johannes Schindelin | 1 | -5/+44 |
| 2016-09-11 | cat-file --textconv/--filters: allow specifying the path separately | Johannes Schindelin | 1 | -5/+21 |
| 2016-09-11 | cat-file: introduce the --filters option | Johannes Schindelin | 1 | -1/+35 |
| 2016-09-08 | cat-file: put spaces around pipes in usage string | Alex Henrie | 1 | -1/+1 |
| 2016-09-07 | streaming: make stream_blob_to_fd take struct object_id | brian m. carlson | 1 | -3/+3 |
| 2016-09-07 | builtin: convert textconv_object to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2016-09-07 | builtin/cat-file: convert some static functions to struct object_id | brian m. carlson | 1 | -25/+25 |
| 2016-09-07 | builtin/cat-file: convert struct expand_data to use struct object_id | brian m. carlson | 1 | -10/+12 |
| 2016-08-11 | provide an initializer for "struct object_info" | Jeff King | 1 | -3/+2 |
| 2016-07-28 | Merge branch 'nd/pack-ofs-4gb-limit' | Junio C Hamano | 1 | -2/+2 |
| 2016-07-13 | sha1_file.c: use type off_t* for object_info->disk_sizep | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2016-05-31 | Merge branch 'jk/cat-file-buffered-batch-all' | Junio C Hamano | 1 | -1/+20 |
| 2016-05-18 | cat-file: default to --buffer when --batch-all-objects is used | Jeff King | 1 | -0/+4 |
| 2016-05-18 | cat-file: avoid noop calls to sha1_object_info_extended | Jeff King | 1 | -1/+16 |
| 2016-01-15 | cat-file: read batch stream with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
| 2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
| 2015-06-26 | cat-file: sort and de-dup output of --batch-all-objects | Jeff King | 1 | -7/+15 |
| 2015-06-22 | cat-file: add --batch-all-objects option | Jeff King | 1 | -2/+42 |