summaryrefslogtreecommitdiff
path: root/object-store.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-4/+4
|\
| * object-store.h: reduce unnecessary includesElijah Newren2023-04-241-4/+4
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-9/+2
| |\
* | \ Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano2023-04-251-0/+1
|\ \ \
| * | | repack: disable writing bitmaps when doing a local repackPatrick Steinhardt2023-04-141-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-9/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-2/+2
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-7/+0
| |/
* | object-store.h: move struct object_info from cache.hElijah Newren2023-02-231-64/+64
|/
* repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King2023-01-081-13/+5
* read_object_file_extended(): drop lookup_replace optionJeff King2023-01-081-2/+2
* object-file: inline calls to read_object()Jeff King2023-01-081-1/+1
* object-file: emit corruption errors when detectedJonathan Tan2022-12-151-0/+3
* object-file: remove OBJECT_INFO_IGNORE_LOOSEJonathan Tan2022-12-151-3/+1
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* object-file.c: add "stream_loose_object()" to handle large objectHan Xin2022-06-131-0/+8
* Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-1/+11
|\
| * builtin/pack-objects.c: --cruft without expirationTaylor Blau2022-05-261-0/+2
| * pack-mtimes: support reading .mtimes filesTaylor Blau2022-05-261-1/+9
* | object-store.h: remove unused has_sha1_file*()Ævar Arnfjörð Bjarmason2022-04-011-4/+0
|/
* object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
* object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason2022-02-251-3/+3
* object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-2/+2
* object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-251-0/+8
* object-file API: return "void", not "int" from hash_object_file()Ævar Arnfjörð Bjarmason2022-02-251-3/+3
* Merge branch 'ns/tmp-objdir'Junio C Hamano2022-01-031-0/+26
|\
| * tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh2021-12-081-0/+7
| * tmp-objdir: new API for creating temporary writable databasesNeeraj Singh2021-12-081-0/+19
* | Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano2021-10-251-2/+8
|\ \
| * | commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason2021-10-121-2/+8
* | | Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-251-3/+4
|\ \ \
| * | | fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-011-0/+1
| * | | fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason2021-10-011-3/+3
* | | | *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-271-1/+1
| |_|/ |/| |
* | | Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano2021-09-231-2/+2
|\ \ \
| * | | packfile: use oidset for bad objectsRené Scharfe2021-09-121-2/+2
* | | | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-201-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | midx: avoid opening multiple MIDXs when writingTaylor Blau2021-09-011-0/+1
| | |/ | |/|
* | | object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau2021-08-291-0/+6
|/ /
* | object-store: avoid extra ';' from KHASH_INITCarlo Marcelo Arenas Belón2021-08-091-1/+1
* | oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-071-2/+3
* | make object_directory.loose_objects_subdir_seen a bitmapEric Wong2021-07-071-1/+1
* | speed up alt_odb_usable() with many alternatesEric Wong2021-07-071-0/+7
|/
* packfile: add kept-pack cache for find_kept_pack_entry()Jeff King2021-02-221-0/+5
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-251-0/+3
* sha1-file: introduce no-lazy-fetch has_object()Jonathan Tan2020-08-061-2/+23
* packfile: compute and use the index CRC offsetbrian m. carlson2020-05-271-0/+1
* oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
* packed_object_info(): use object_id for returning delta baseJeff King2020-02-241-1/+1