summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2023-10-05builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDETaylor Blau1-3/+3
2023-10-04Merge branch 'jk/commit-graph-verify-fix'Junio C Hamano1-7/+24
2023-10-03submodule--helper: return error from set-url when modifying failedJan Alexander Steffens (heftig)1-5/+7
2023-10-03submodule--helper: use submodule_from_path in set-{url,branch}Jan Alexander Steffens (heftig)1-4/+18
2023-10-03commit-graph: clear oidset after finishing writeJeff King1-0/+1
2023-10-03merge: free result of repo_get_merge_bases()Jeff King1-1/+4
2023-10-02builtin/ls-tree: let the oid determine the output algorithmEric W. Biederman1-1/+4
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman9-18/+24
2023-10-02builtin/cat-file: let the oid determine the output algorithmEric W. Biederman1-3/+9
2023-10-02rev-parse: add an --output-object-format parameterEric W. Biederman1-0/+23
2023-10-02object: factor out parse_mode out of fast-import and tree-walk into in object.hEric W. Biederman1-16/+2
2023-10-02tag: sign both hashesEric W. Biederman1-4/+41
2023-10-02object-names: support input of oids in any supported hashEric W. Biederman1-1/+1
2023-10-02gc: add `gc.repackFilterTo` config optionChristian Couder1-0/+4
2023-10-02repack: implement `--filter-to` for storing filtered out objectsChristian Couder1-1/+9
2023-10-02gc: add `gc.repackFilter` config optionChristian Couder1-0/+6
2023-10-02repack: add `--filter=<filter-spec>` optionChristian Couder1-0/+70
2023-10-02repack: refactor finding pack prefixChristian Couder1-6/+12
2023-10-02repack: refactor finishing pack-objects commandChristian Couder1-37/+33
2023-10-02pack-objects: allow `--filter` without `--stdout`Christian Couder1-6/+2
2023-10-02Merge branch 'jc/unresolve-removal'Junio C Hamano2-89/+22
2023-09-29diff --stat: set the width defaults in a helper functionDragan Simic4-13/+5
2023-09-29Merge branch 'ob/am-msgfix'Junio C Hamano1-1/+2
2023-09-29Merge branch 'ds/stat-name-width-configuration'Junio C Hamano4-0/+4
2023-09-29Merge branch 'jk/fsmonitor-unused-parameter'Junio C Hamano1-4/+6
2023-09-28commit-graph: report incomplete chains during verificationJeff King1-1/+9
2023-09-28commit-graph: detect read errors when verifying graph chainJeff King1-7/+16
2023-09-25merge-tree: add -X strategy optionTang Yuyi1-3/+15
2023-09-22Merge branch 'tb/repack-existing-packs-cleanup'Junio C Hamano1-113/+180
2023-09-21am: fix error message in parse_opt_show_current_patch()Oswald Buddenhagen1-1/+2
2023-09-20Merge branch 'jc/update-index-show-index-version'Junio C Hamano1-6/+13
2023-09-20Merge branch 'js/systemd-timers-wsl-fix'Junio C Hamano1-1/+1
2023-09-18run-command: mark unused parameters in start_bg_wait callbacksJeff King1-1/+2
2023-09-18fsmonitor: mark unused hashmap callback parametersJeff King1-2/+3
2023-09-18fsmonitor: mark some maybe-unused parametersJeff King1-1/+1
2023-09-18Merge branch 'rs/grep-no-no-or'Junio C Hamano1-1/+1
2023-09-18diff --stat: add config option to limit filename widthDragan Simic4-0/+4
2023-09-14Merge branch 'rs/name-rev-use-opt-hidden-bool'Junio C Hamano1-6/+2
2023-09-14Merge branch 'rs/grep-parseopt-simplify'Junio C Hamano1-3/+2
2023-09-13builtin/repack.c: extract common cruft pack loopTaylor Blau1-13/+18
2023-09-13builtin/repack.c: avoid directly inspecting "util"Taylor Blau1-4/+14
2023-09-13builtin/repack.c: store existing cruft packs separatelyTaylor Blau1-16/+23
2023-09-13builtin/repack.c: extract `has_existing_non_kept_packs()`Taylor Blau1-1/+7
2023-09-13builtin/repack.c: extract redundant pack cleanup for existing packsTaylor Blau1-17/+28
2023-09-13builtin/repack.c: extract redundant pack cleanup for --geometricTaylor Blau1-23/+29
2023-09-13builtin/repack.c: extract marking packs for deletionTaylor Blau1-18/+32
2023-09-13builtin/repack.c: extract structure to store existing packsTaylor Blau1-41/+49
2023-09-13Merge branch 'bc/more-git-var'Junio C Hamano1-1/+1
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano3-2/+9
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano12-105/+93