Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21khash: name the structs that khash declaresElijah Newren
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-24object-store.h: reduce unnecessary includesElijah Newren
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-02-24object-store.h: move struct object_info from cache.hElijah Newren
2023-01-08repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King
2023-01-08read_object_file_extended(): drop lookup_replace optionJeff King
2023-01-08object-file: inline calls to read_object()Jeff King
2022-12-15object-file: emit corruption errors when detectedJonathan Tan
2022-12-15object-file: remove OBJECT_INFO_IGNORE_LOOSEJonathan Tan
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-06-13object-file.c: add "stream_loose_object()" to handle large objectHan Xin
2022-06-04Merge branch 'tb/cruft-packs'Junio C Hamano
2022-05-27builtin/pack-objects.c: --cruft without expirationTaylor Blau
2022-05-27pack-mtimes: support reading .mtimes filesTaylor Blau
2022-04-01object-store.h: remove unused has_sha1_file*()Ævar Arnfjörð Bjarmason
2022-02-26object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-26object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-26object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason
2022-02-26object-file API: return "void", not "int" from hash_object_file()Ævar Arnfjörð Bjarmason
2022-01-04Merge branch 'ns/tmp-objdir'Junio C Hamano
2021-12-09tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh
2021-12-09tmp-objdir: new API for creating temporary writable databasesNeeraj Singh
2021-10-26Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano
2021-10-26Merge branch 'ab/fsck-unexpected-type'Junio C Hamano
2021-10-12commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason
2021-10-02fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason
2021-10-02fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason
2021-09-28*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason
2021-09-23Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano
2021-09-21Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano
2021-09-13packfile: use oidset for bad objectsRené Scharfe
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau
2021-08-30object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau
2021-08-09object-store: avoid extra ';' from KHASH_INITCarlo Marcelo Arenas Belón
2021-07-08oidtree: a crit-bit tree for odb_loose_cacheEric Wong
2021-07-08make object_directory.loose_objects_subdir_seen a bitmapEric Wong
2021-07-08speed up alt_odb_usable() with many alternatesEric Wong
2021-02-23packfile: add kept-pack cache for find_kept_pack_entry()Jeff King
2021-01-26packfile: prepare for the existence of '*.rev' filesTaylor Blau
2020-08-06sha1-file: introduce no-lazy-fetch has_object()Jonathan Tan
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson