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-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'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-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
2022-05-25builtin/pack-objects.c: avoid redundant NULL checkTaylor Blau
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-04Merge branch 'ds/partial-bundle-more'Junio C Hamano
2022-03-28pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason
2022-03-26Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-23pack-objects: parse --filter directly into revs.filterDerrick Stolee
2022-03-23pack-objects: move revs out of get_object_list()Derrick Stolee
2022-03-22Merge branch 'ds/partial-bundles'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee
2022-03-09pack-objects: use rev.filter when possibleDerrick Stolee
2022-02-26object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason