summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2025-06-03builtin/maintenance: stop modifying global array of tasksPatrick Steinhardt1-94/+112
2025-06-03builtin/maintenance: mark "--task=" and "--schedule=" as incompatiblePatrick Steinhardt1-2/+4
2025-06-03builtin/maintenance: centralize configuration of explicit tasksPatrick Steinhardt1-23/+24
2025-06-03builtin/gc: drop redundant local variablePatrick Steinhardt1-6/+5
2025-06-03builtin/gc: use designated field initializers for maintenance tasksPatrick Steinhardt1-27/+27
2025-06-01builtin/gc: correct physical memory detection for OpenBSD / NetBSDBrad Smith1-1/+3
2025-05-28fast-export: --signed-commits is experimentalJunio C Hamano1-6/+1
2025-05-28Merge branch 'jt/receive-pack-skip-connectivity-check'Junio C Hamano1-18/+22
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano2-2/+3
2025-05-27Merge branch 'ds/sparse-apply-add-p'Junio C Hamano3-7/+13
2025-05-27Merge branch 'en/merge-tree-check'Junio C Hamano1-0/+18
2025-05-27Merge branch 'jk/no-funny-object-types'Junio C Hamano3-85/+28
2025-05-23Merge branch 'en/replay-wo-the-repository'Junio C Hamano1-30/+35
2025-05-22diff --no-index: support limiting by pathspecJacob Keller1-1/+1
2025-05-20builtin/receive-pack: add option to skip connectivity checkJustin Tobler1-18/+22
2025-05-19Merge branch 'jk/oidmap-cleanup'Junio C Hamano1-1/+1
2025-05-19Merge branch 'ly/am-split-stgit-leakfix'Junio C Hamano1-1/+3
2025-05-19receive-pack: use batched reference updatesKarthik Nayak1-16/+48
2025-05-19fetch: use batched reference updatesKarthik Nayak1-54/+73
2025-05-19refs: add function to translate errors to stringsKarthik Nayak1-24/+1
2025-05-16merge-tree: add a new --quiet flagElijah Newren1-0/+18
2025-05-16pack-objects: allow --shallow and --path-walkDerrick Stolee1-3/+2
2025-05-16pack-objects: thread the path-based compressionDerrick Stolee1-2/+164
2025-05-16pack-objects: refactor path-walk delta phaseDerrick Stolee1-26/+57
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee1-1/+10
2025-05-16repack: add --path-walk optionDerrick Stolee1-1/+6
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee1-2/+10
2025-05-16pack-objects: update usage to match docsDerrick Stolee1-2/+8
2025-05-16pack-objects: add --path-walk optionDerrick Stolee1-8/+140
2025-05-16pack-objects: extract should_attempt_deltas()Derrick Stolee1-24/+32
2025-05-16reset: integrate sparse index with --patchDerrick Stolee1-3/+3
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee1-3/+4
2025-05-16apply: integrate with the sparse indexDerrick Stolee1-1/+6
2025-05-16hash-object: handle --literally with OPT_NEGBITJeff King1-16/+11
2025-05-16hash-object: merge HASH_* and INDEX_* flagsJeff King1-17/+6
2025-05-16hash-object: stop allowing unknown typesJeff King1-24/+5
2025-05-16fsck: stop using object_info->type_name strbufJeff King1-11/+2
2025-05-16cat-file: use type enum instead of buffer for -t optionJeff King1-9/+4
2025-05-16cat-file: make --allow-unknown-type a noopJeff King1-13/+5
2025-05-15Merge branch 'ps/maintenance-missing-tasks'Junio C Hamano1-31/+117
2025-05-15fetch: avoid unnecessary work when there is no current branchJohannes Schindelin1-1/+1
2025-05-15fetch: carefully clear local variable's address after useJohannes Schindelin1-0/+1
2025-05-15commit: simplify codeJohannes Schindelin1-1/+1
2025-05-14replay: replace the_repository with repo parameter passed to cmd_replay ()Elijah Newren1-30/+35
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano1-0/+6
2025-05-12whatchanged: require --i-still-use-thisJunio C Hamano1-0/+13
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano1-26/+32
2025-05-12Merge branch 'ps/object-store-cleanup'Junio C Hamano11-23/+26
2025-05-12you-still-use-that??: help deprecating commands for removalJunio C Hamano1-8/+2
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King1-1/+1