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-10-03pack-objects: allow `--filter` without `--stdout`Christian Couder
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano
2023-09-06parse-options: mark unused "opt" parameter in callbacksJeff King
2023-09-06parse-options: prefer opt->value to globals in callbacksJeff King
2023-08-29builtin/pack-objects.c: support `--max-pack-size` with `--cruft`Taylor Blau
2023-08-29builtin/pack-objects.c: remove unnecessary strbuf_reset()Taylor Blau
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano
2023-07-21pack-objects: fix --no-quietRené Scharfe
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-23Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
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