| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-19 | Merge branch 'ps/ref-peeled-tags' | Junio C Hamano | 1 | -7/+5 |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -7/+5 |
| 2025-10-16 | packfile: introduce macro to iterate through packs | Patrick Steinhardt | 1 | -2/+1 |
| 2025-09-24 | packfile: refactor `get_all_packs()` to work on packfile store | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: move `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-02-28 | path: adjust last remaining users of `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-18 | server-info: stop using `the_repository` | Patrick Steinhardt | 1 | -18/+22 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-09-12 | environment: make `get_object_directory()` accept a repository | Patrick Steinhardt | 1 | -2/+2 |
| 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 | -0/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-07 | server-info.c: remove temporary info files on exit | Taylor Blau | 1 | -16/+10 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -1/+2 |
| 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-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-04-24 | server-info.h: move declarations for server-info.c functions from cache.h | Elijah Newren | 1 | -1/+2 |
| 2023-04-11 | object-file.h: move declarations for object-file.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: remove unnecessary cache.h inclusion from a few headers | Elijah Newren | 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-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -1/+2 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -1/+2 |
| 2021-07-13 | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
| 2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -1/+1 |
| 2019-06-17 | Merge branch 'ew/server-info-remove-crufts' | Junio C Hamano | 1 | -11/+7 |
| 2019-05-28 | server-info: do not list unlinked packs | Eric Wong | 1 | -11/+7 |
| 2019-05-15 | update-server-info: avoid needless overwrites | Eric Wong | 1 | -24/+116 |
| 2019-04-16 | update_info_refs(): drop unused force parameter | Jeff King | 1 | -2/+2 |
| 2019-04-16 | server-info: drop objdirlen pointer arithmetic | Jeff King | 1 | -8/+2 |
| 2019-04-16 | server-info: drop nr_alloc struct member | Jeff King | 1 | -1/+1 |
| 2019-04-16 | server-info: use strbuf to read old info/packs file | Jeff King | 1 | -10/+8 |
| 2019-04-16 | server-info: simplify cleanup in parse_pack_def() | Jeff King | 1 | -3/+4 |
| 2019-04-16 | server-info: fix blind pointer arithmetic | Jeff King | 1 | -10/+12 |
| 2018-08-20 | treewide: use get_all_packs | Derrick Stolee | 1 | -2/+2 |
| 2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+1 |
| 2018-05-02 | server-info: remove unused members from struct pack_info | brian m. carlson | 1 | -7/+2 |
| 2018-03-26 | packfile: keep prepare_packed_git() private | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
| 2018-03-26 | packfile: add repository argument to prepare_packed_git | Stefan Beller | 1 | -1/+1 |
| 2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -2/+4 |
| 2017-08-23 | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 1 | -0/+1 |
| 2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -1/+1 |
| 2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-04-17 | server-info: avoid calling fclose(3) twice in update_info_file() | René Scharfe | 1 | -3/+5 |
| 2016-09-29 | use QSORT | René Scharfe | 1 | -1/+1 |
| 2016-05-09 | server-info.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -1/+1 |
| 2015-05-25 | add_info_ref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -7/+5 |
| 2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -1/+4 |
| 2015-01-06 | update-server-info: create info/* with mode 0666 | Jeff King | 1 | -1/+1 |
| 2014-09-15 | server-info: clean up after writing info/packs | Jeff King | 1 | -0/+9 |
| 2014-09-15 | make update-server-info more robust | Jeff King | 1 | -45/+71 |
| 2010-07-19 | update-server-info: Shorten read_pack_info_file() | Ralf Thielow | 1 | -3/+0 |
| 2009-05-18 | Merge branch 'ar/unlink-err' | Junio C Hamano | 1 | -1/+1 |
| 2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -2/+2 |
| 2009-04-29 | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 1 | -1/+1 |
| 2008-10-30 | Use git_pathdup instead of xstrdup(git_path(...)) | Alex Riesen | 1 | -1/+1 |
| 2008-01-04 | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 1 | -1/+1 |
| 2007-11-25 | Print the real filename that we failed to open. | André Goddard Rosa | 1 | -1/+1 |
| 2007-07-11 | Fix core.sharedRepository = 2 | Johannes Schindelin | 1 | -0/+2 |
| 2007-01-31 | Don't coredump on bad refs in update-server-info. | Shawn O. Pearce | 1 | -0/+2 |
| 2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
| 2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -2/+2 |
| 2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -1/+1 |
| 2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -1/+1 |
| 2006-07-09 | Assorted typo fixes | Pavel Roskin | 1 | -1/+1 |
| 2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -1/+1 |
| 2005-12-21 | server-info: skip empty lines. | Junio C Hamano | 1 | -1/+4 |
| 2005-12-21 | objects/info/packs: work around bug in http-fetch.c::fetch_indices() | Junio C Hamano | 1 | -0/+1 |
| 2005-12-08 | qsort(): ptrdiff_t may be larger than int | Junio C Hamano | 1 | -1/+6 |
| 2005-12-05 | server-info.c: and two functions are not used anymore. | Junio C Hamano | 1 | -33/+0 |
| 2005-12-05 | server-info.c: use pack_local like everybody else. | Junio C Hamano | 1 | -4/+2 |
| 2005-12-04 | server-info: throw away T computation as well. | Junio C Hamano | 1 | -130/+3 |
| 2005-12-04 | server-info: stop sorting packs by latest date. | Junio C Hamano | 1 | -36/+3 |
| 2005-12-04 | server-info.c: drop unused D lines. | Junio C Hamano | 1 | -110/+10 |
| 2005-11-15 | Rework object refs tracking to reduce memory usage | Sergey Vlasov | 1 | -7/+18 |
| 2005-11-02 | Be careful when dereferencing tags. | Junio C Hamano | 1 | -3/+4 |
| 2005-10-15 | Show peeled onion from upload-pack and server-info. | Junio C Hamano | 1 | -0/+7 |
| 2005-10-08 | Reduce memory usage in git-update-server-info. | robfitz@273k.net | 1 | -0/+10 |
| 2005-09-15 | Unoptimize info/refs creation. | Junio C Hamano | 1 | -26/+0 |
| 2005-09-15 | Retire info/rev-cache | Junio C Hamano | 1 | -41/+0 |
| 2005-08-29 | Revert "Replace zero-length array decls with []." | Junio C Hamano | 1 | -1/+1 |
| 2005-08-23 | Replace zero-length array decls with []. | Jason Riedy | 1 | -1/+1 |
| 2005-08-01 | [PATCH] Fix sparse warnings | Linus Torvalds | 1 | -1/+1 |
| 2005-07-29 | server-info: do not complain if a tag points at a non-commit. | Junio C Hamano | 1 | -4/+11 |
| 2005-07-23 | [PATCH] Add update-server-info. | Junio C Hamano | 1 | -0/+565 |