summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-05-19fetch: use batched reference updatesKarthik Nayak-54/+73
2025-05-19refs: add function to translate errors to stringsKarthik Nayak-24/+26
2025-05-19docs: replace git_config to repo_configK Jayatheerth-9/+10
2025-05-19docs: clarify cmd_psuh signature and explain UNUSED macroK Jayatheerth-5/+23
2025-05-19docs: remove unused mentoring mailing list referenceK Jayatheerth-8/+0
2025-05-16merge-tree: add a new --quiet flagElijah Newren-0/+62
2025-05-16merge-ort: add a new mergeability_only optionElijah Newren-7/+32
2025-05-16sequencer: make it clearer that commit descriptions are just commentsElijah Newren-88/+94
2025-05-16pack-objects: allow --shallow and --path-walkDerrick Stolee-4/+11
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee-1/+42
2025-05-16pack-objects: thread the path-based compressionDerrick Stolee-2/+164
2025-05-16pack-objects: refactor path-walk delta phaseDerrick Stolee-34/+75
2025-05-16scalar: enable path-walk during push via configDerrick Stolee-0/+1
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee-1/+32
2025-05-16repack: add --path-walk optionDerrick Stolee-12/+18
2025-05-16t5538: add tests to confirm deltas in shallow pushesDerrick Stolee-0/+33
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee-7/+58
2025-05-16p5313: add performance tests for --path-walkDerrick Stolee-14/+23
2025-05-16pack-objects: update usage to match docsDerrick Stolee-10/+15
2025-05-16pack-objects: add --path-walk optionDerrick Stolee-9/+168
2025-05-16pack-objects: extract should_attempt_deltas()Derrick Stolee-24/+32
2025-05-16p2000: add performance test for patch-mode commandsDerrick Stolee-0/+3
2025-05-16reset: integrate sparse index with --patchDerrick Stolee-5/+43
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee-3/+64
2025-05-16apply: integrate with the sparse indexDerrick Stolee-1/+59
2025-05-16userdiff: extend Bash pattern to cover more shell function formsMoumita Dhar-8/+128
2025-05-16object-file: drop support for writing objects with unknown typesJeff King-80/+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-33/+7
2025-05-16t: add lib-loose.shJeff King-5/+38
2025-05-16t/helper: add zlib test-toolJeff King-0/+66
2025-05-16oid_object_info(): drop type_name strbufJeff King-12/+2
2025-05-16fsck: stop using object_info->type_name strbufJeff King-40/+14
2025-05-16oid_object_info_convert(): stop using string for object typeJeff King-11/+4
2025-05-16cat-file: use type enum instead of buffer for -t optionJeff King-9/+4
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King-49/+10
2025-05-16cat-file: make --allow-unknown-type a noopJeff King-179/+56
2025-05-16object-file.h: fix typo in variable declarationJeff King-1/+1
2025-05-16json-writer: describe the usage of jw_* functionsLucas Seiki Oshiro-0/+28
2025-05-16json-writer: add docstrings to jw_* functionsLucas Seiki Oshiro-4/+143
2025-05-15The fifteenth batchJunio C Hamano-0/+8
2025-05-15Merge branch 'tb/macos-false-but-the-compiler-does-not-know-it-fix'Junio C Hamano-1/+1
2025-05-15Merge branch 'jc/t6011-mv-ro-fix'Junio C Hamano-0/+1
2025-05-15Merge branch 'dd/meson-perl-custom-path'Junio C Hamano-10/+19
2025-05-15Merge branch 'ps/maintenance-missing-tasks'Junio C Hamano-31/+257
2025-05-15Merge branch 'cf/wrapper-bsd-eloop'Junio C Hamano-1/+20
2025-05-15commit-graph: fix memory leak when `fill_oids_from_packs()` failsLidong Yan-0/+2
2025-05-15sequencer: fix memory leak if `todo_list_rearrange_squash()` failedLidong Yan-3/+5
2025-05-15mailinfo: fix pointential memory leak if `decode_header` failedLidong Yan-21/+21