| Age | Commit message (Expand) | Author | Files | Lines |
| 14 days | Merge branch 'ps/object-source-management' | Junio C Hamano | 1 | -1/+1 |
| 14 days | Merge branch 'jc/optional-path' | Junio C Hamano | 1 | -2/+3 |
| 2025-11-24 | config: really treat missing optional path as not configured | Junio C Hamano | 1 | -2/+3 |
| 2025-11-19 | path: move `enter_repo()` into "setup.c" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -7/+6 |
| 2025-09-24 | packfile: split up responsibilities of `reprepare_packed_git()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-08-05 | Merge branch 'ps/object-file-wo-the-repository' | Junio C Hamano | 1 | -2/+2 |
| 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 | odb: introduce `odb_write_object()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -4/+5 |
| 2025-07-09 | Merge branch 'ps/object-store' into ps/object-file-wo-the-repository | Junio C Hamano | 1 | -4/+5 |
| 2025-07-08 | Merge branch 'kn/fetch-push-bulk-ref-update' | Junio C Hamano | 1 | -16/+82 |
| 2025-07-01 | Use legacy hash for legacy formats | brian m. carlson | 1 | -1/+1 |
| 2025-07-01 | odb: rename `has_object()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | odb: get rid of `the_repository` in `for_each()` functions | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-25 | receive-pack: handle reference deletions separately | Karthik Nayak | 1 | -34/+68 |
| 2025-05-20 | builtin/receive-pack: add option to skip connectivity check | Justin Tobler | 1 | -18/+22 |
| 2025-05-19 | receive-pack: use batched reference updates | Karthik Nayak | 1 | -16/+48 |
| 2025-04-29 | treewide: convert users of `repo_has_object_file()` to `has_object()` | Patrick Steinhardt | 1 | -1/+3 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: split out functions relating to object store subsystem | Patrick Steinhardt | 1 | -0/+1 |
| 2025-03-10 | hash: stop depending on `the_repository` in `null_oid()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-03-05 | Merge branch 'ps/path-sans-the-repository' | Junio C Hamano | 1 | -1/+3 |
| 2025-02-10 | Merge branch 'ps/hash-cleanup' | Junio C Hamano | 1 | -9/+9 |
| 2025-02-07 | worktree: return allocated string from `get_worktree_git_dir()` | Patrick Steinhardt | 1 | -1/+3 |
| 2025-02-03 | Merge branch 'kn/pack-write-with-reduced-globals' | Junio C Hamano | 1 | -1/+1 |
| 2025-01-31 | global: adapt callers to use generic hash context helpers | Patrick Steinhardt | 1 | -8/+8 |
| 2025-01-31 | hash: stop typedeffing the hash context | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-21 | pack-write: pass repository to `index_pack_lockfile()` | Karthik Nayak | 1 | -1/+1 |
| 2025-01-21 | Merge branch 'ps/the-repository' | Junio C Hamano | 1 | -2/+2 |
| 2025-01-07 | fsck: reject misconfigured fsck.skipList | Justin Tobler | 1 | -1/+1 |
| 2024-12-18 | tmp-objdir: stop using `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-18 | server-info: stop using `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-11-21 | refs: allow passing flags when setting up a transaction | Patrick Steinhardt | 1 | -2/+2 |
| 2024-09-30 | remote: fix leaking push reports | Patrick Steinhardt | 1 | -1/+4 |
| 2024-09-25 | Merge branch 'ak/typofix-builtins' | Junio C Hamano | 1 | -1/+1 |
| 2024-09-25 | Merge branch 'ps/reftable-exclude' | Junio C Hamano | 1 | -2/+16 |
| 2024-09-24 | builtin: fix typos | Andrew Kreimer | 1 | -1/+1 |
| 2024-09-16 | builtin/receive-pack: fix exclude patterns when announcing refs | Patrick Steinhardt | 1 | -2/+16 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+2 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-08-23 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -5/+5 |
| 2024-08-13 | hooks: remove implicit dependency on `the_repository` | Patrick Steinhardt | 1 | -5/+5 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -1/+1 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -2/+2 |
| 2024-06-20 | Merge branch 'kn/update-ref-symref' | Junio C Hamano | 1 | -1/+2 |
| 2024-06-14 | hash: require hash algorithm in `empty_tree_oid_hex()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -2/+2 |
| 2024-06-07 | update-ref: add support for 'symref-delete' command | Karthik Nayak | 1 | -1/+2 |
| 2024-05-27 | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-27 | config: clarify memory ownership in `git_config_pathname()` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-05-23 | Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symref | Junio C Hamano | 1 | -0/+1 |
| 2024-05-20 | Merge branch 'kn/ref-transaction-symref' | Junio C Hamano | 1 | -0/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -5/+10 |
| 2024-05-07 | refs: accept symref values in `ref_transaction_update()` | Karthik Nayak | 1 | -0/+1 |
| 2024-04-23 | Merge branch 'ps/run-auto-maintenance-in-receive-pack' | Junio C Hamano | 1 | -11/+10 |
| 2024-04-17 | builtin/receive-pack: convert to use git-maintenance(1) | Patrick Steinhardt | 1 | -11/+10 |
| 2024-02-28 | commit-reach(repo_in_merge_bases_many): report missing commits | Johannes Schindelin | 1 | -1/+5 |
| 2024-02-12 | receive-pack: use find_commit_header() in check_nonce() | René Scharfe | 1 | -23/+7 |
| 2024-02-09 | receive-pack: use find_commit_header() in check_cert_push_options() | René Scharfe | 1 | -15/+9 |
| 2024-02-08 | Merge branch 'en/header-cleanup' into maint-2.43 | Junio C Hamano | 1 | -1/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-09 | fsck: handle NULL value when parsing message config | Jeff King | 1 | -4/+7 |
| 2023-08-30 | Merge branch 'ts/unpacklimit-config-fix' | Junio C Hamano | 1 | -3/+3 |
| 2023-08-22 | transfer.unpackLimit: fetch/receive.unpackLimit takes precedence | Junio C Hamano | 1 | -3/+3 |
| 2023-07-21 | Merge branch 'tb/refs-exclusion-and-packed-refs' | Junio C Hamano | 1 | -3/+5 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-10 | builtin/receive-pack.c: avoid enumerating hidden references | Taylor Blau | 1 | -1/+3 |
| 2023-07-10 | revision.h: store hidden refs in a `strvec` | Taylor Blau | 1 | -2/+2 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -7/+8 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -5/+5 |
| 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/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+1 |
| 2023-04-25 | Merge branch 'jk/protocol-cap-parse-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -0/+3 |
| 2023-04-24 | server-info.h: move declarations for server-info.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-14 | v0 protocol: use size_t for capability length/offset | Jeff King | 1 | -1/+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 trace.h & trace2.h | Elijah Newren | 1 | -0/+2 |
| 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 | -7/+7 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -7/+7 |
| 2023-03-30 | Merge branch 'sg/parse-options-h-users' | Junio C Hamano | 1 | -0/+1 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "commit-reach.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
| 2023-03-21 | Merge branch 'ps/receive-pack-unlock-before-die' | Junio C Hamano | 1 | -4/+10 |
| 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 | abspath.h: move absolute path 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-20 | treewide: include parse-options.h in source files | SZEDER Gábor | 1 | -0/+1 |
| 2023-03-19 | Merge branch 'zh/push-to-delete-onelevel-ref' | Junio C Hamano | 1 | -2/+4 |
| 2023-03-17 | Merge branch 'jc/gpg-lazy-init' | Junio C Hamano | 1 | -4/+0 |
| 2023-03-10 | receive-pack: fix stale packfile locks when dying | Patrick Steinhardt | 1 | -4/+10 |
| 2023-03-01 | push: allow delete single-level ref | ZheNing Hu | 1 | -1/+3 |
| 2023-03-01 | receive-pack: fix funny ref error messsage | ZheNing Hu | 1 | -1/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-09 | gpg-interface: lazily initialize and read the configuration | Junio C Hamano | 1 | -4/+0 |
| 2023-02-06 | receive-pack: release the linked "struct command *" list | Ævar Arnfjörð Bjarmason | 1 | -0/+11 |
| 2022-11-17 | receive-pack: only use visible refs for connectivity check | Patrick Steinhardt | 1 | -0/+2 |
| 2022-11-17 | refs: get rid of global list of hidden refs | Patrick Steinhardt | 1 | -3/+5 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-08-19 | run-command: mark unused async callback parameters | Jeff King | 1 | -1/+1 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -1/+1 |
| 2022-06-10 | Merge branch 'ab/bug-if-bug' | Junio C Hamano | 1 | -10/+6 |
| 2022-06-10 | Merge branch 'ab/env-array' | Junio C Hamano | 1 | -16/+16 |
| 2022-06-02 | run-command API: rename "env_array" to "env" | Ævar Arnfjörð Bjarmason | 1 | -16/+16 |
| 2022-06-02 | receive-pack: use bug() and BUG_if_bug() | Ævar Arnfjörð Bjarmason | 1 | -10/+6 |
| 2022-05-25 | Merge branch 'tb/receive-pack-code-cleanup' | Junio C Hamano | 1 | -2/+1 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -2/+2 |
| 2022-05-18 | builtin/receive-pack.c: remove redundant 'if' | Taylor Blau | 1 | -2/+1 |
| 2022-05-02 | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 1 | -2/+2 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -2/+2 |
| 2022-03-16 | Merge branch 'ab/string-list-count-in-size-t' | Junio C Hamano | 1 | -4/+5 |
| 2022-03-16 | Merge branch 'ab/racy-hooks' | Junio C Hamano | 1 | -3/+5 |
| 2022-03-16 | Merge branch 'ab/object-file-api-updates' | Junio C Hamano | 1 | -1/+1 |
| 2022-03-07 | hooks: fix an obscure TOCTOU "did we just run a hook?" race | Ævar Arnfjörð Bjarmason | 1 | -3/+5 |
| 2022-03-07 | string-list API: change "nr" and "alloc" to "size_t" | Ævar Arnfjörð Bjarmason | 1 | -4/+5 |
| 2022-02-25 | object-file API: have write_object_file() take "enum object_type" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-02-18 | Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors' | Junio C Hamano | 1 | -0/+9 |
| 2022-02-09 | Merge branch 'ab/config-based-hooks-2' | Junio C Hamano | 1 | -2/+5 |
| 2022-02-05 | Merge branch 'jc/find-header' | Junio C Hamano | 1 | -23/+10 |
| 2022-02-01 | receive-pack: purge temporary data if no command is ready to run | Chen Bojun | 1 | -0/+9 |
| 2022-01-07 | receive-pack: convert push-to-checkout hook to hook.h | Emily Shaffer | 1 | -2/+5 |
| 2022-01-06 | receive-pack.c: consolidate find header logic | John Cai | 1 | -23/+10 |
| 2022-01-03 | Merge branch 'ns/tmp-objdir' | Junio C Hamano | 1 | -1/+1 |
| 2021-12-21 | Merge branch 'ak/protect-any-current-branch' | Junio C Hamano | 1 | -42/+50 |
| 2021-12-21 | Merge branch 'fs/ssh-signing-key-lifetime' | Junio C Hamano | 1 | -2/+4 |
| 2021-12-15 | Merge branch 'rj/receive-pack-avoid-sigpipe-during-status-reporting' | Junio C Hamano | 1 | -0/+2 |
| 2021-12-09 | ssh signing: use sigc struct to pass payload | Fabian Stelzer | 1 | -2/+4 |
| 2021-12-08 | tmp-objdir: new API for creating temporary writable databases | Neeraj Singh | 1 | -1/+1 |
| 2021-12-01 | receive-pack: protect current branch for bare repository worktree | Anders Kaseorg | 1 | -5/+3 |
| 2021-12-01 | receive-pack: clean dead code from update_worktree() | Anders Kaseorg | 1 | -16/+7 |
| 2021-12-01 | worktree: simplify find_shared_symref() memory ownership model | Anders Kaseorg | 1 | -22/+41 |
| 2021-12-01 | receive-pack: lowercase error messages | Anders Kaseorg | 1 | -5/+5 |
| 2021-11-25 | run-command API: remove "env" member, always use "env_array" | Ævar Arnfjörð Bjarmason | 1 | -5/+6 |
| 2021-11-25 | run-command API users: use strvec_push(), not argv construction | Ævar Arnfjörð Bjarmason | 1 | -19/+12 |
| 2021-11-25 | run-command API users: use strvec_pushl(), not argv construction | Ævar Arnfjörð Bjarmason | 1 | -25/+13 |
| 2021-11-10 | receive-pack: ignore SIGPIPE while reporting status to client | Robin Jarry | 1 | -0/+2 |
| 2021-10-25 | Merge branch 'fs/ssh-signing' | Junio C Hamano | 1 | -0/+4 |
| 2021-09-27 | hook.c users: use "hook_exists()" instead of "find_hook()" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-09-27 | hook.[ch]: move find_hook() from run-command.c to hook.c | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-09-20 | Merge branch 'js/run-command-close-packs' | Junio C Hamano | 1 | -2/+1 |
| 2021-09-20 | Merge branch 'ab/serve-cleanup' | Junio C Hamano | 1 | -1/+2 |
| 2021-09-10 | ssh signing: verify signatures using ssh-keygen | Fabian Stelzer | 1 | -0/+4 |
| 2021-09-09 | Close object store closer to spawning child processes | Johannes Schindelin | 1 | -2/+1 |
| 2021-09-01 | connected: refactor iterator to return next object ID directly | Patrick Steinhardt | 1 | -10/+7 |
| 2021-08-05 | upload-pack: document and rename --advertise-refs | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2021-07-12 | *.c static functions: don't forward-declare __attribute__ | Ævar Arnfjörð Bjarmason | 1 | -3/+2 |
| 2021-04-27 | hash: provide per-algorithm null OIDs | brian m. carlson | 1 | -1/+1 |
| 2021-03-19 | Merge branch 'rs/calloc-array' | Junio C Hamano | 1 | -2/+2 |
| 2021-03-19 | Merge branch 'jc/calloc-fix' | Junio C Hamano | 1 | -5/+3 |
| 2021-03-15 | xcalloc: use CALLOC_ARRAY() when applicable | Junio C Hamano | 1 | -5/+3 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2021-03-01 | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 1 | -1/+1 |
| 2021-02-22 | fetch-pack: print and use dangling .gitmodules | Jonathan Tan | 1 | -1/+1 |
| 2021-02-10 | gpg-interface: improve interface for parsing tags | brian m. carlson | 1 | -2/+2 |
| 2020-12-08 | Merge branch 'js/trace2-session-id' | Junio C Hamano | 1 | -0/+15 |
| 2020-11-11 | receive-pack: log received client session ID | Josh Steadmon | 1 | -0/+7 |
| 2020-11-11 | receive-pack: advertise session ID in v0 capabilities | Josh Steadmon | 1 | -0/+8 |
| 2020-11-11 | receive-pack: use default version 0 for proc-receive | Jiang Xin | 1 | -1/+6 |
| 2020-11-11 | receive-pack: gently write messages to proc-receive | Jiang Xin | 1 | -24/+63 |
| 2020-09-25 | Merge branch 'jx/proc-receive-hook' | Junio C Hamano | 1 | -9/+463 |
| 2020-08-27 | receive-pack: new config receive.procReceiveRefs | Jiang Xin | 1 | -7/+99 |
| 2020-08-27 | New capability "report-status-v2" for git-push | Jiang Xin | 1 | -2/+52 |
| 2020-08-27 | receive-pack: feed report options to post-receive | Jiang Xin | 1 | -4/+26 |
| 2020-08-27 | receive-pack: add new proc-receive hook | Jiang Xin | 1 | -3/+293 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -7/+7 |
| 2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -21/+21 |
| 2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -34/+34 |
| 2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
| 2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -0/+10 |
| 2020-05-27 | builtin/receive-pack: detect when the server doesn't support our hash | brian m. carlson | 1 | -0/+9 |
| 2020-05-27 | remote: advertise the object-format capability on the server side | brian m. carlson | 1 | -0/+1 |
| 2020-05-13 | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 1 | -1/+2 |
| 2020-05-08 | Merge branch 'cb/avoid-colliding-with-netbsd-hmac' | Junio C Hamano | 1 | -3/+3 |
| 2020-05-05 | builtin/receive-pack: avoid generic function name hmac() | Carlo Marcelo Arenas Belón | 1 | -3/+3 |
| 2020-05-01 | Merge branch 'tb/reset-shallow' | Junio C Hamano | 1 | -2/+2 |
| 2020-04-30 | shallow: use struct 'shallow_lock' for additional safety | Taylor Blau | 1 | -1/+1 |
| 2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -0/+1 |
| 2020-04-28 | Merge branch 'bc/constant-memequal' | Junio C Hamano | 1 | -1/+22 |
| 2020-04-24 | shallow.c: use '{commit,rollback}_shallow_file' | Taylor Blau | 1 | -2/+2 |
| 2020-04-22 | receive-pack: compilation fix | Junio C Hamano | 1 | -1/+3 |
| 2020-04-09 | builtin/receive-pack: use constant-time comparison for HMAC value | brian m. carlson | 1 | -1/+20 |
| 2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
| 2020-02-24 | receive.denyCurrentBranch: respect all worktrees | Hariom Verma | 1 | -17/+19 |
| 2019-08-19 | builtin/receive-pack: replace sha1_to_hex | brian m. carlson | 1 | -4/+4 |
| 2019-08-19 | builtin/receive-pack: switch to use the_hash_algo | brian m. carlson | 1 | -23/+21 |
| 2019-07-19 | Merge branch 'jk/check-connected-with-alternates' | Junio C Hamano | 1 | -1/+0 |
| 2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -1/+1 |
| 2019-07-01 | object-store.h: move for_each_alternate_ref() from transport.h | Jeff King | 1 | -1/+0 |
| 2019-06-12 | packfile: rename close_all_packs to close_object_store | Derrick Stolee | 1 | -1/+1 |