- eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 1 month ago
- 9eb5419 bulk-checkin: only support blobs in index_bulk_checkin by Eric W. Biederman · 1 year, 4 months ago
- c5fcd34 Merge branch 'jk/unused-parameter' by Junio C Hamano · 1 year, 6 months ago
- 0b4e901 fsck: mark unused parameters in various fsck callbacks by Jeff King · 1 year, 7 months ago
- 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 7 months ago
- da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 7 months ago
- c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 8 months ago
- ccd12a3 Merge branch 'en/header-split-cache-h-part-2' by Junio C Hamano · 1 year, 9 months ago
- 36628c5 Merge branch 'ps/fix-geom-repack-with-alternates' by Junio C Hamano · 1 year, 9 months ago
- e3d2f20 object-store.h: reduce unnecessary includes by Elijah Newren · 1 year, 9 months ago
- 5e3f94d treewide: remove cache.h inclusion due to previous changes by Elijah Newren · 1 year, 9 months ago
- d85cd18 repack: disable writing bitmaps when doing a local repack by Patrick Steinhardt · 1 year, 9 months ago
- 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- 73359a9 treewide: be explicit about dependence on convert.h by Elijah Newren · 1 year, 10 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 10 months ago
- c7c33f5 post-cocci: adjust comments for recent repo_* migration by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
- bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
- ec2f026 csum-file.h: remove unnecessary inclusion of cache.h by Elijah Newren · 1 year, 10 months ago
- e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- 0b027f6 abspath.h: move absolute path functions from cache.h by Elijah Newren · 1 year, 10 months ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
- d0732a8 Merge branch 'jk/unused-post-2.39-part2' by Junio C Hamano · 1 year, 10 months ago
- be252d3 for_each_object: mark unused callback parameters by Jeff King · 1 year, 11 months ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 1 year, 11 months ago
- abf2bb8 Merge branch 'jk/hash-object-fsck' by Junio C Hamano · 2 years ago
- 69bbbe4 hash-object: use fsck for object checks by Jeff King · 2 years ago
- 15b6368 object-file: fix indent-with-space by Jeff King · 2 years ago
- 0ba05cf repo_read_object_file(): stop wrapping read_object_file_extended() by Jeff King · 2 years, 1 month ago
- 7be13f5 read_object_file_extended(): drop lookup_replace option by Jeff King · 2 years, 1 month ago
- b25562e object-file: inline calls to read_object() by Jeff King · 2 years, 1 month ago
- 1f9b02b Merge branch 'jt/avoid-lazy-fetch-commits' by Junio C Hamano · 2 years, 1 month ago
- 9e59b38 object-file: emit corruption errors when detected by Jonathan Tan · 2 years, 1 month ago
- ae285ac object-file: refactor map_loose_object_1() by Jonathan Tan · 2 years, 1 month ago
- acd6f0d object-file: remove OBJECT_INFO_IGNORE_LOOSE by Jonathan Tan · 2 years, 1 month ago
- d422d06 object-file: inline write_buffer() by René Scharfe · 2 years, 1 month ago
- 199337d object-file: use real paths when adding alternates by Glen Choo · 2 years, 2 months ago
- 2206040 Merge branch 'jk/unused-anno-more' by Junio C Hamano · 2 years, 3 months ago
- 9eb6cda object-file: mark unused parameters in hash_unknown functions by Jeff King · 2 years, 3 months ago
- a2e618c Merge branch 'jt/promisor-remote-fetch-tweak' by Junio C Hamano · 2 years, 3 months ago
- 301f1e3 promisor-remote: die upon failing fetch by Jonathan Tan · 2 years, 4 months ago
- 73b9ef6 Merge branch 'hx/unpack-streaming' by Junio C Hamano · 2 years, 6 months ago
- 2b6070a object-file.c: add "stream_loose_object()" to handle large object by Han Xin · 2 years, 8 months ago
- 21e7d88 object-file.c: factor out deflate part of write_loose_object() by Ævar Arnfjörð Bjarmason · 2 years, 8 months ago
- 97a9db6 object-file.c: refactor write_loose_object() to several steps by Han Xin · 2 years, 8 months ago
- c21fa3b Merge branch 'ab/env-array' by Junio C Hamano · 2 years, 8 months ago
- a50036d Merge branch 'tb/cruft-packs' by Junio C Hamano · 2 years, 8 months ago
- d8c8dcc Merge branch 'ds/object-file-unpack-loose-header-fix' by Junio C Hamano · 2 years, 8 months ago
- 83937e9 Merge branch 'ns/batch-fsync' by Junio C Hamano · 2 years, 8 months ago
- 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 2 years, 8 months ago
- a613164 sha1-file.c: don't freshen cruft packs by Taylor Blau · 2 years, 8 months ago
- b757353 builtin/pack-objects.c: --cruft without expiration by Taylor Blau · 2 years, 8 months ago
- 1b8138f Merge branch 'ab/valgrind-fixes' by Junio C Hamano · 2 years, 8 months ago
- 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 8 months ago
- 8a50571 object-file: convert 'switch' back to 'if' by Derrick Stolee · 2 years, 8 months ago
- 4627c67 object-file: fix a unpack_loose_header() regression in 3b6a8db3b03 by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
- 2b0a58d Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 by Junio C Hamano · 2 years, 9 months ago
- afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 9 months ago
- c0f4752 core.fsyncmethod: batched disk flushes for loose-objects by Neeraj Singh · 2 years, 10 months ago
- c4e707f object-file: pass filename to fsync_or_die by Neeraj Singh · 2 years, 10 months ago
- 3d8046a Merge branch 'ab/refs-various-fixes' by Junio C Hamano · 2 years, 10 months ago
- eb804cd Merge branch 'ns/core-fsyncmethod' by Junio C Hamano · 2 years, 10 months ago
- 5010364 misc *.c: use designated initializers for struct assignments by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
- 430883a Merge branch 'ab/object-file-api-updates' by Junio C Hamano · 2 years, 10 months ago
- 020406e core.fsync: introduce granular fsync control infrastructure by Neeraj Singh · 2 years, 11 months ago
- 6aea6ba object-file API: pass an enum to read_object_with_reference() by Ævar Arnfjörð Bjarmason · 3 years ago
- 2bbb28a object-file.c: add a literal version of write_object_file_prepare() by Ævar Arnfjörð Bjarmason · 3 years ago
- 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years ago
- 0ff7b4f object API: rename hash_object_file_literally() to write_*() by Ævar Arnfjörð Bjarmason · 3 years ago
- 0f156db object-file API: split up and simplify check_object_signature() by Ævar Arnfjörð Bjarmason · 3 years ago
- ee213de object API users + docs: check <0, not !0 with check_object_signature() by Ævar Arnfjörð Bjarmason · 3 years ago
- cdcaaec object API docs: move check_object_signature() docs to cache.h by Ævar Arnfjörð Bjarmason · 3 years ago
- 73182b2 object API: correct "buf" v.s. "map" mismatch in *.c and *.h by Ævar Arnfjörð Bjarmason · 3 years ago
- c80d226 object-file API: have write_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years ago
- b04cdea object-file API: add a format_object_header() function by Ævar Arnfjörð Bjarmason · 3 years ago
- 63e05f9 object-file API: return "void", not "int" from hash_object_file() by Ævar Arnfjörð Bjarmason · 3 years ago
- bbea0dd object-file.c: split up declaration of unrelated variables by Ævar Arnfjörð Bjarmason · 3 years ago
- 0cb9872 object-file: use designated initializers for "struct git_hash_algo" by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
- 0dc90d9 Merge branch 'ns/tmp-objdir' by Junio C Hamano · 3 years, 1 month ago
- 832ec72 Merge branch 'ab/run-command' by Junio C Hamano · 3 years, 1 month ago
- a4bbd13 Merge branch 'hn/reftable' by Junio C Hamano · 3 years, 1 month ago
- cb136bd Merge branch 'po/size-t-for-vs' by Junio C Hamano · 3 years, 1 month ago
- ecd81df tmp-objdir: disable ref updates when replacing the primary odb by Neeraj Singh · 3 years, 2 months ago
- b3cecf4 tmp-objdir: new API for creating temporary writable databases by Neeraj Singh · 3 years, 2 months ago
- 26de1fc object-file.c: LLP64 compatibility, upcast unity for left shift by Philip Oakley · 3 years, 2 months ago
- f9ba6ac Merge branch 'mc/clean-smudge-with-llp64' by Junio C Hamano · 3 years, 2 months ago
- c7c4bde run-command API: remove "env" member, always use "env_array" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
- 2c0fa66 Merge branch 'ab/fsck-unexpected-type' by Junio C Hamano · 3 years, 2 months ago
- 16235e3 object-file: free(*contents) only in read_loose_object() caller by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
- 168a937 object-file: fix SEGV on free() regression in v2.34.0-rc2 by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
- d6a09e7 odb: guard against data loss checking out a huge file by Matt Cooper · 3 years, 3 months ago
- 2c428e4 Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store' by Junio C Hamano · 3 years, 3 months ago
- 162a13b Merge branch 'jt/no-abuse-alternate-odb-for-submodules' by Junio C Hamano · 3 years, 3 months ago
- 061a21d Merge branch 'ab/fsck-unexpected-type' by Junio C Hamano · 3 years, 3 months ago
- 4ef91a2 commit: fix duplication regression in permission error output by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
- eef7190 object-file: only register submodule ODB if needed by Jonathan Tan · 3 years, 4 months ago
- 92382d1 Merge branch 'hn/refs-errno-cleanup' by Junio C Hamano · 3 years, 4 months ago
- 96e41f5 fsck: report invalid object type-path combinations by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago