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-05-07attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-28Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-14pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt
2023-04-14pack-objects: fix error when packing same pack twicePatrick Steinhardt
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
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-30Merge branch 'sg/parse-options-h-users'Junio C Hamano
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24list-objects: mark unused callback parametersJeff King
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah 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
2023-02-16Merge branch 'rs/size-t-fixes'Junio C Hamano
2023-02-10Merge branch 'ew/free-island-marks'Junio C Hamano
2023-02-07pack-objects: use strcspn(3) in name_cmp_len()René Scharfe
2023-02-04delta-islands: free island_marks and bitmapsEric Wong
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2022-11-30pack-objects: simplify --filter handlingRené Scharfe
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: use "<options>", not "<options>..."Ævar Arnfjörð Bjarmason
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-26pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-06-04Merge branch 'tb/cruft-packs'Junio C Hamano
2022-06-04Merge branch 'tb/midx-race-in-pack-objects'Junio C Hamano
2022-05-27builtin/pack-objects.c: --cruft with expirationTaylor Blau
2022-05-27reachable: add options to add_unseen_recent_objects_to_traversalTaylor Blau
2022-05-27builtin/pack-objects.c: --cruft without expirationTaylor Blau
2022-05-27builtin/pack-objects.c: return from create_object_entry()Taylor Blau
2022-05-27pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau
2022-05-25builtin/pack-objects.c: ensure pack validity from MIDX bitmap objectsTaylor Blau
2022-05-25builtin/pack-objects.c: ensure included `--stdin-packs` existTaylor Blau