| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | builtin/index-pack: fix deferred fsck outside repos | Patrick Steinhardt | 1 | -3/+18 |
| 2025-09-24 | packfile: introduce function to load and add packfiles | Patrick Steinhardt | 1 | -7/+3 |
| 2025-09-24 | packfile: refactor `install_packed_git()` to work on packfile store | Patrick Steinhardt | 1 | -1/+1 |
| 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-17 | Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository | Junio C Hamano | 1 | -1/+1 |
| 2025-07-16 | object-file: get rid of `the_repository` in `finalize_object_file()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | builtin: use default hash when outside a repository | brian m. carlson | 1 | -1/+1 |
| 2025-07-01 | odb: rename `has_object()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | odb: rename `repo_read_object_file()` | Patrick Steinhardt | 1 | -4/+4 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -6/+7 |
| 2025-07-01 | odb: get rid of `the_repository` in `odb_mkstemp()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-05-12 | Merge branch 'ds/fix-thin-fix' | Junio C Hamano | 1 | -26/+32 |
| 2025-04-29 | treewide: convert users of `repo_has_object_file()` to `has_object()` | Patrick Steinhardt | 1 | -3/+2 |
| 2025-04-29 | object-store: move and rename `odb_pack_keep()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-28 | index-pack: allow revisiting REF_DELTA chains | Derrick Stolee | 1 | -26/+32 |
| 2025-04-15 | Merge branch 'ps/object-wo-the-repository' | Junio C Hamano | 1 | -7/+9 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-08 | Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup | Junio C Hamano | 1 | -7/+9 |
| 2025-04-07 | Merge branch 'jh/hash-init-fixes' | Junio C Hamano | 1 | -0/+1 |
| 2025-03-18 | index-pack, unpack-objects: restore missing ->init_fn | Jensen Huang | 1 | -0/+1 |
| 2025-03-10 | environment: move access to "core.bigFileThreshold" into repo settings | Patrick Steinhardt | 1 | -2/+4 |
| 2025-03-10 | pack-write: stop depending on `the_repository` and `the_hash_algo` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-03-10 | object: stop depending on `the_repository` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-03-10 | csum-file: stop depending on `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-02-10 | Merge branch 'ps/hash-cleanup' | Junio C Hamano | 1 | -10/+9 |
| 2025-02-03 | Merge branch 'kn/pack-write-with-reduced-globals' | Junio C Hamano | 1 | -5/+6 |
| 2025-01-31 | global: adapt callers to use generic hash context helpers | Patrick Steinhardt | 1 | -7/+6 |
| 2025-01-31 | hash: stop typedeffing the hash context | Patrick Steinhardt | 1 | -3/+3 |
| 2025-01-28 | Merge branch 'jk/pack-header-parse-alignment-fix' | Junio C Hamano | 1 | -18/+12 |
| 2025-01-28 | Merge branch 'jc/show-usage-help' | Junio C Hamano | 1 | -2/+1 |
| 2025-01-21 | pack-write: pass hash_algo to `write_rev_file()` | Karthik Nayak | 1 | -3/+3 |
| 2025-01-21 | pack-write: pass hash_algo to `write_idx_file()` | Karthik Nayak | 1 | -1/+2 |
| 2025-01-21 | pack-write: pass hash_algo to `fixup_pack_header_footer()` | Karthik Nayak | 1 | -1/+1 |
| 2025-01-21 | Merge branch 'ps/the-repository' | Junio C Hamano | 1 | -2/+5 |
| 2025-01-21 | index-pack, unpack-objects: use skip_prefix to avoid magic number | Jeff King | 1 | -3/+3 |
| 2025-01-21 | index-pack, unpack-objects: use get_be32() for reading pack header | Jeff King | 1 | -5/+7 |
| 2025-01-21 | packfile: factor out --pack_header argument parsing | Jeff King | 1 | -11/+3 |
| 2025-01-17 | builtin: send usage() help text to standard output | Junio C Hamano | 1 | -2/+1 |
| 2025-01-01 | Revert barrier-based LSan threading race workaround | Junio C Hamano | 1 | -6/+0 |
| 2024-12-30 | index-pack: work around LSan threading race with barrier | Jeff King | 1 | -0/+6 |
| 2024-12-30 | Revert "index-pack: spawn threads atomically" | Jeff King | 1 | -2/+0 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+2 |
| 2024-12-18 | progress: stop using `the_repository` | Patrick Steinhardt | 1 | -2/+5 |
| 2024-12-18 | Merge branch 'ps/build-sign-compare' into ps/the-repository | Junio C Hamano | 1 | -0/+2 |
| 2024-12-15 | Merge branch 'jt/fix-fattening-promisor-fetch' | Junio C Hamano | 1 | -33/+72 |
| 2024-12-13 | Merge branch 'kn/midx-wo-the-repository' | Junio C Hamano | 1 | -7/+13 |
| 2024-12-10 | index-pack --promisor: also check commits' trees | Jonathan Tan | 1 | -0/+1 |
| 2024-12-10 | index-pack --promisor: don't check blobs | Jonathan Tan | 1 | -1/+30 |
| 2024-12-10 | index-pack --promisor: dedup before checking links | Jonathan Tan | 1 | -33/+42 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-12-04 | Merge branch 'kn/the-repository' into kn/midx-wo-the-repository | Junio C Hamano | 1 | -7/+13 |
| 2024-12-04 | config: make `delta_base_cache_limit` a non-global variable | Karthik Nayak | 1 | -3/+7 |
| 2024-12-04 | packfile: pass down repository to `odb_pack_name` | Karthik Nayak | 1 | -2/+2 |
| 2024-12-04 | packfile: add repository to struct `packed_git` | Karthik Nayak | 1 | -2/+4 |
| 2024-11-27 | Merge branch 'jt/index-pack-allow-promisor-only-while-fetching' | Junio C Hamano | 1 | -0/+2 |
| 2024-11-27 | Merge branch 'bc/c23' | Junio C Hamano | 1 | -5/+5 |
| 2024-11-20 | index-pack: teach --promisor to forbid pack name | Jonathan Tan | 1 | -0/+2 |
| 2024-11-18 | index-pack: rename struct thread_local | brian m. carlson | 1 | -5/+5 |
| 2024-11-12 | index-pack: repack local links into promisor packs | Jonathan Tan | 1 | -2/+109 |
| 2024-09-30 | pack-write: fix return parameter of `write_rev_file_order()` | Patrick Steinhardt | 1 | -4/+3 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -1/+5 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-04 | builtin/index-pack: fix segfaults when running outside of a repo | Patrick Steinhardt | 1 | -0/+9 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -2/+3 |
| 2024-06-14 | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` | Patrick Steinhardt | 1 | -3/+3 |
| 2024-03-02 | unpack: replace xwrite() loop with write_in_full() | Junio C Hamano | 1 | -14/+3 |
| 2024-02-08 | Merge branch 'jc/index-pack-fsck-levels' | Junio C Hamano | 1 | -2/+3 |
| 2024-02-01 | index-pack: --fsck-objects to take an optional argument for fsck msgs | John Cai | 1 | -2/+3 |
| 2024-02-01 | index-pack: test and document --strict=<msg-id>=<severity>... | John Cai | 1 | -1/+1 |
| 2024-01-16 | Merge branch 'jk/index-pack-lsan-false-positive-fix' | Junio C Hamano | 1 | -0/+2 |
| 2024-01-05 | index-pack: spawn threads atomically | Jeff King | 1 | -0/+2 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -2/+0 |
| 2023-09-13 | Merge branch 'ew/hash-with-openssl-evp' | Junio C Hamano | 1 | -1/+4 |
| 2023-08-31 | treewide: fix various bugs w/ OpenSSL 3+ EVP API | Eric Wong | 1 | -1/+4 |
| 2023-07-25 | Merge branch 'jk/unused-parameter' | Junio C Hamano | 1 | -1/+2 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -2/+0 |
| 2023-07-13 | fsck: mark unused parameters in various fsck callbacks | Jeff King | 1 | -1/+2 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -4/+5 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -1/+2 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -2/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+2 |
| 2023-06-12 | repository: create disable_replace_refs() | Derrick Stolee | 1 | -1/+1 |
| 2023-04-27 | Merge branch 'tb/pack-revindex-on-disk' | Junio C Hamano | 1 | -2/+3 |
| 2023-04-13 | t: invert `GIT_TEST_WRITE_REV_INDEX` | Taylor Blau | 1 | -2/+2 |
| 2023-04-13 | config: enable `pack.writeReverseIndex` by default | Taylor Blau | 1 | -0/+1 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on oid-array.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on pack-revindex.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+4 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -4/+7 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -4/+7 |
| 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 | -3/+6 |
| 2023-03-21 | setup.h: move declarations for setup.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 | wrapper.h: move declarations for wrapper.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-02-23 | replace-object.h: move read_replace_refs declaration from cache.h to here | 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 |
| 2022-06-17 | i18n: fix mismatched camelCase config variables | Jiang Xin | 1 | -1/+1 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -3/+3 |
| 2022-05-02 | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 1 | -3/+3 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -3/+3 |
| 2022-03-25 | Merge branch 'ns/core-fsyncmethod' | Junio C Hamano | 1 | -2/+2 |
| 2022-03-16 | Merge branch 'ab/string-list-count-in-size-t' | Junio C Hamano | 1 | -1/+1 |
| 2022-03-16 | Merge branch 'ab/object-file-api-updates' | Junio C Hamano | 1 | -6/+4 |
| 2022-03-13 | Merge branch 'ab/plug-random-leaks' | Junio C Hamano | 1 | -0/+5 |
| 2022-03-10 | core.fsync: introduce granular fsync control infrastructure | Neeraj Singh | 1 | -2/+2 |
| 2022-03-07 | gettext API users: don't explicitly cast ngettext()'s "n" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-03-04 | index-pack: fix memory leaks | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
| 2022-02-25 | object-file API: have hash_object_file() take "enum object_type" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-02-25 | object-file API: split up and simplify check_object_signature() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-02-25 | object API users + docs: check <0, not !0 with check_object_signature() | Ævar Arnfjörð Bjarmason | 1 | -3/+2 |
| 2022-02-25 | object-file API: add a format_object_header() function | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2022-02-23 | index-pack: clarify the breached limit | Matt Cooper | 1 | -2/+6 |
| 2022-01-05 | i18n: factorize "--foo requires --bar" and the like | Jean-Noël Avila | 1 | -1/+1 |
| 2022-01-05 | i18n: turn "options are incompatible" into "cannot be used together" | Jean-Noël Avila | 1 | -1/+1 |
| 2021-10-31 | i18n: fix typos found during l10n for git 2.34.0 | Jiang Xin | 1 | -1/+1 |
| 2021-10-25 | Merge branch 'ab/fsck-unexpected-type' | Junio C Hamano | 1 | -1/+1 |
| 2021-10-01 | fsck: report invalid object type-path combinations | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-09-23 | Merge branch 'rs/use-xopen-in-index-pack' | Junio C Hamano | 1 | -3/+1 |
| 2021-09-20 | Merge branch 'ab/unbundle-progress' | Junio C Hamano | 1 | -0/+6 |
| 2021-09-20 | Merge branch 'tb/pack-finalize-ordering' | Junio C Hamano | 1 | -25/+23 |
| 2021-09-10 | index-pack: use xopen in init_thread | René Scharfe | 1 | -3/+1 |
| 2021-09-09 | builtin/index-pack.c: move `.idx` files into place last | Taylor Blau | 1 | -2/+2 |
| 2021-09-09 | index-pack: refactor renaming in final() | Ævar Arnfjörð Bjarmason | 1 | -25/+23 |
| 2021-09-07 | index-pack: add --progress-title option | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
| 2021-08-25 | use xopen() to handle fatal open(2) failures | René Scharfe | 1 | -6/+2 |
| 2021-07-12 | *.c static functions: don't forward-declare __attribute__ | Ævar Arnfjörð Bjarmason | 1 | -3/+1 |
| 2021-04-27 | Use the final_oid_fn to finalize hashing of object IDs | brian m. carlson | 1 | -1/+1 |
| 2021-04-27 | Always use oidread to read into struct object_id | brian m. carlson | 1 | -2/+2 |
| 2021-04-07 | Merge branch 'ab/fsck-api-cleanup' | Junio C Hamano | 1 | -25/+5 |
| 2021-03-28 | fetch-pack: use new fsck API to printing dangling submodules | Ævar Arnfjörð Bjarmason | 1 | -20/+1 |
| 2021-03-28 | fetch-pack: don't needlessly copy fsck_options | Ævar Arnfjörð Bjarmason | 1 | -7/+3 |
| 2021-03-28 | fsck.c: pass along the fsck_msg_id in the fsck_error callback | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2021-03-28 | fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2021-03-28 | fsck.h: use "enum object_type" instead of "int" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -5/+5 |
| 2021-03-01 | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 1 | -2/+23 |
| 2021-02-22 | fetch-pack: print and use dangling .gitmodules | Jonathan Tan | 1 | -2/+23 |
| 2021-01-25 | t: support GIT_TEST_WRITE_REV_INDEX | Taylor Blau | 1 | -1/+4 |
| 2021-01-25 | builtin/index-pack.c: write reverse indexes | Taylor Blau | 1 | -3/+47 |
| 2021-01-25 | builtin/index-pack.c: allow stripping arbitrary extensions | Taylor Blau | 1 | -8/+8 |
| 2021-01-04 | object-file.c: rename from sha1-file.c | Martin Ågren | 1 | -1/+1 |
| 2020-11-16 | compute pack .idx byte offsets using size_t | Jeff King | 1 | -1/+1 |
| 2020-10-08 | Merge branch 'jk/index-pack-hotfixes' | Junio C Hamano | 1 | -17/+12 |
| 2020-10-07 | index-pack: make get_base_data() comment clearer | Jonathan Tan | 1 | -11/+8 |
| 2020-10-07 | index-pack: drop type_cas mutex | Jeff King | 1 | -6/+0 |
| 2020-10-07 | index-pack: restore "resolving deltas" progress meter | Jeff King | 1 | -0/+4 |
| 2020-09-22 | Merge branch 'jt/threaded-index-pack' | Junio C Hamano | 1 | -206/+250 |
| 2020-09-08 | index-pack: make quantum of work smaller | Jonathan Tan | 1 | -148/+200 |
| 2020-08-24 | index-pack: make resolve_delta() assume base data | Jonathan Tan | 1 | -3/+5 |
| 2020-08-24 | index-pack: calculate {ref,ofs}_{first,last} early | Jonathan Tan | 1 | -63/+60 |
| 2020-08-24 | index-pack: remove redundant child field | Jonathan Tan | 1 | -19/+22 |
| 2020-08-24 | index-pack: unify threaded and unthreaded code | Jonathan Tan | 1 | -9/+1 |
| 2020-08-24 | index-pack: remove redundant parameter | Jonathan Tan | 1 | -14/+12 |
| 2020-08-21 | index-pack: adjust default threading cap | Jeff King | 1 | -3/+16 |
| 2020-06-19 | builtin/index-pack: add option to specify hash algorithm | brian m. carlson | 1 | -0/+8 |
| 2020-05-27 | packfile: compute and use the index CRC offset | brian m. carlson | 1 | -5/+1 |
| 2020-04-02 | promisor-remote: accept 0 as oid_nr in function | Jonathan Tan | 1 | -3/+2 |
| 2020-02-14 | Merge branch 'jk/index-pack-dupfix' | Junio C Hamano | 1 | -1/+3 |
| 2020-02-04 | index-pack: downgrade twice-resolved REF_DELTA to die() | Jeff King | 1 | -1/+3 |
| 2020-01-31 | sha1-file: allow check_object_signature() to handle any repo | Matheus Tavares | 1 | -2/+3 |
| 2020-01-31 | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 1 | -1/+1 |
| 2020-01-31 | streaming: allow open_istream() to handle any repo | Matheus Tavares | 1 | -1/+2 |
| 2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -2/+2 |
| 2019-08-19 | builtin/index-pack: replace sha1_to_hex | brian m. carlson | 1 | -2/+2 |
| 2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -4/+4 |
| 2019-05-15 | index-pack: prefetch missing REF_DELTA bases | Jonathan Tan | 1 | -2/+24 |
| 2019-04-01 | index-pack: show progress while checking objects | SZEDER Gábor | 1 | -1/+9 |
| 2019-01-08 | convert has_sha1_file() callers to has_object_file() | Jeff King | 1 | -1/+1 |
| 2018-11-19 | Merge branch 'tb/print-size-t-with-uintmax-format' | Junio C Hamano | 1 | -4/+5 |
| 2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -4/+5 |
| 2018-11-05 | index-pack: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -49/+14 |
| 2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -2/+2 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
| 2018-08-15 | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 1 | -1/+1 |
| 2018-07-18 | check_replace_refs: rename to read_replace_refs | Jeff King | 1 | -1/+1 |
| 2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | object: add repository argument to parse_object_buffer | Stefan Beller | 1 | -1/+2 |
| 2018-06-13 | Merge branch 'jk/index-pack-maint' | Junio C Hamano | 1 | -2/+6 |
| 2018-06-11 | index-pack: correct install_packed_git() args | Junio C Hamano | 1 | -1/+1 |
| 2018-06-01 | index-pack: handle --strict checks of non-repo packs | Jeff King | 1 | -2/+6 |
| 2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+2 |
| 2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -2/+2 |
| 2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -1/+11 |
| 2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -2/+2 |
| 2018-05-21 | index-pack: check .gitmodules files with --strict | Jeff King | 1 | -0/+10 |
| 2018-05-21 | index-pack: make fsck error message more specific | Jeff King | 1 | -1/+1 |
| 2018-05-08 | Merge branch 'ds/commit-graph' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
| 2018-05-02 | index-pack: abstract away hash function constant | brian m. carlson | 1 | -1/+2 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -2/+2 |