aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano1-4/+17
2023-07-21pack-objects: fix --no-quietRené Scharfe1-2/+15
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe1-2/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-9/+10
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+1
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-7/+7
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai1-1/+1
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano1-2/+3
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano1-5/+5
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-14pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt1-5/+3
2023-04-14pack-objects: fix error when packing same pack twicePatrick Steinhardt1-0/+2
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau1-2/+2
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-8/+16
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-8/+16
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-0/+1
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-7/+15
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-12/+14
2023-02-24for_each_object: mark unused callback parametersJeff King1-7/+8
2023-02-24list-objects: mark unused callback parametersJeff King1-5/+6
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+1
2023-02-15Merge branch 'rs/size-t-fixes'Junio C Hamano1-8/+5
2023-02-09Merge branch 'ew/free-island-marks'Junio C Hamano1-1/+3
2023-02-06pack-objects: use strcspn(3) in name_cmp_len()René Scharfe1-8/+5
2023-02-03delta-islands: free island_marks and bitmapsEric Wong1-1/+3
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak1-1/+1
2022-11-30pack-objects: simplify --filter handlingRené Scharfe1-22/+6
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe1-1/+2
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-2/+2
2022-10-13doc txt & -h consistency: use "<options>", not "<options>..."Ævar Arnfjörð Bjarmason1-2/+2
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-6/+6
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-5/+7
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-6/+6