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
2024-01-13Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-15pack-bitmap-write: deep-clear the `bb_commit` slabTaylor Blau
2023-10-03pack-bitmap-write: rebuild using new bitmap when remappingChristian Couder
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-10-13pack-bitmap-write.c: instrument number of reused bitmapsTaylor Blau
2022-08-28pack-bitmap-write: drop unused pack_idx_entry parametersJeff King
2022-08-26pack-bitmap-write.c: write lookup table extensionAbhradeep Chakraborty
2022-08-26bitmap: move `get commit positions` code to `bitmap_writer_finish`Abhradeep Chakraborty
2022-07-19pack-bitmap-write: use const for hashesDerrick Stolee
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-02-26Merge branch 'ab/only-single-progress-at-once'Junio C Hamano
2022-02-04pack-bitmap-write.c: don't return without stop_progress()Ævar Arnfjörð Bjarmason
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau
2021-08-24pack-bitmap-write.c: free existing bitmapsTaylor Blau
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau
2021-01-28oid_pos(): access table through const pointersJeff King
2021-01-28hash_pos(): convert to oid_pos()Jeff King
2021-01-16Merge branch 'ma/sha1-is-a-hash'Junio C Hamano
2021-01-05hash-lookup: rename from sha1-lookupMartin Ågren
2021-01-05sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren
2020-12-09pack-bitmap-write: better reuse bitmapsDerrick Stolee
2020-12-09pack-bitmap-write: relax unique revwalk conditionDerrick Stolee
2020-12-09pack-bitmap-write: use existing bitmapsDerrick Stolee
2020-12-09pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King
2020-12-09pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee
2020-12-09pack-bitmap-write: rename children to reverse_edgesDerrick Stolee
2020-12-09pack-bitmap-write: fill bitmap with commit historyDerrick Stolee
2020-12-09pack-bitmap-write: pass ownership of intermediate bitmapsJeff King
2020-12-09pack-bitmap-write: reimplement bitmap writingJeff King
2020-09-06pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King
2019-06-20pack-bitmap-write: convert some helpers to use object_idJeff King
2019-04-01pack-bitmap: replace sha1_to_hexbrian m. carlson