summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2025-06-03Merge branch 'bs/total-ram-bsd'Junio C Hamano-1/+3
2025-06-01builtin/gc: correct physical memory detection for OpenBSD / NetBSDBrad Smith-1/+3
2025-05-28fast-export: --signed-commits is experimentalJunio C Hamano-6/+1
2025-05-28Merge branch 'jt/receive-pack-skip-connectivity-check'Junio C Hamano-18/+22
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano-2/+3
2025-05-27Merge branch 'ds/sparse-apply-add-p'Junio C Hamano-7/+13
2025-05-27Merge branch 'en/merge-tree-check'Junio C Hamano-0/+18
2025-05-27Merge branch 'jk/no-funny-object-types'Junio C Hamano-85/+28
2025-05-23Merge branch 'en/replay-wo-the-repository'Junio C Hamano-30/+35
2025-05-20builtin/receive-pack: add option to skip connectivity checkJustin Tobler-18/+22
2025-05-19Merge branch 'jk/oidmap-cleanup'Junio C Hamano-1/+1
2025-05-19Merge branch 'ly/am-split-stgit-leakfix'Junio C Hamano-1/+3
2025-05-16merge-tree: add a new --quiet flagElijah Newren-0/+18
2025-05-16reset: integrate sparse index with --patchDerrick Stolee-3/+3
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee-3/+4
2025-05-16apply: integrate with the sparse indexDerrick Stolee-1/+6
2025-05-16hash-object: handle --literally with OPT_NEGBITJeff King-16/+11
2025-05-16hash-object: merge HASH_* and INDEX_* flagsJeff King-17/+6
2025-05-16hash-object: stop allowing unknown typesJeff King-24/+5
2025-05-16fsck: stop using object_info->type_name strbufJeff King-11/+2
2025-05-16cat-file: use type enum instead of buffer for -t optionJeff King-9/+4
2025-05-16cat-file: make --allow-unknown-type a noopJeff King-13/+5
2025-05-15Merge branch 'ps/maintenance-missing-tasks'Junio C Hamano-31/+117
2025-05-15fetch: avoid unnecessary work when there is no current branchJohannes Schindelin-1/+1
2025-05-15fetch: carefully clear local variable's address after useJohannes Schindelin-0/+1
2025-05-15commit: simplify codeJohannes Schindelin-1/+1
2025-05-14replay: replace the_repository with repo parameter passed to cmd_replay ()Elijah Newren-30/+35
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano-26/+32
2025-05-12Merge branch 'ps/object-store-cleanup'Junio C Hamano-23/+26
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King-1/+1
2025-05-12builtin/am: fix memory leak in `split_mail_stgit_series`Lidong Yan-1/+3
2025-05-08Merge branch 'ps/mv-contradiction-fix'Junio C Hamano-3/+61
2025-05-07builtin/maintenance: introduce "rerere-gc" taskPatrick Steinhardt-0/+37
2025-05-07builtin/gc: move rerere garbage collection into separate functionPatrick Steinhardt-5/+11
2025-05-07builtin/maintenance: introduce "worktree-prune" taskPatrick Steinhardt-0/+45
2025-05-07builtin/gc: move pruning of worktrees into a separate functionPatrick Steinhardt-10/+15
2025-05-07builtin/gc: remove global variables where it is trivial to doPatrick Steinhardt-19/+12
2025-05-07builtin/gc: fix indentation of `cmd_gc()` parametersPatrick Steinhardt-3/+3
2025-04-30builtin/mv: convert assert(3p) into `BUG()`Patrick Steinhardt-1/+2
2025-04-30builtin/mv: bail out when trying to move child and its parentPatrick Steinhardt-2/+59
2025-04-29Merge branch 'jh/gc-launchctl-schedule-fix'Junio C Hamano-2/+2
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano-11/+11
2025-04-29Merge branch 'ua/call-repo-config-with-possibly-null-repository'Junio C Hamano-4/+2
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-19/+21
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt-2/+2
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt-2/+3
2025-04-28index-pack: allow revisiting REF_DELTA chainsDerrick Stolee-26/+32
2025-04-24Merge branch 'rj/build-tweaks'Junio C Hamano-2/+7
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano-151/+392
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano-87/+110