summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-16sequencer: make it clearer that commit descriptions are just commentsElijah Newren
2025-05-16p2000: add performance test for patch-mode commandsDerrick Stolee
2025-05-16reset: integrate sparse index with --patchDerrick Stolee
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee
2025-05-16apply: integrate with the sparse indexDerrick Stolee
2025-05-16userdiff: extend Bash pattern to cover more shell function formsMoumita Dhar
2025-05-16object-file: drop support for writing objects with unknown typesJeff King
2025-05-16hash-object: handle --literally with OPT_NEGBITJeff King
2025-05-16hash-object: merge HASH_* and INDEX_* flagsJeff King
2025-05-16hash-object: stop allowing unknown typesJeff King
2025-05-16t: add lib-loose.shJeff King
2025-05-16t/helper: add zlib test-toolJeff King
2025-05-16oid_object_info(): drop type_name strbufJeff King
2025-05-16fsck: stop using object_info->type_name strbufJeff King
2025-05-16oid_object_info_convert(): stop using string for object typeJeff King
2025-05-16cat-file: use type enum instead of buffer for -t optionJeff King
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King
2025-05-16cat-file: make --allow-unknown-type a noopJeff King
2025-05-16object-file.h: fix typo in variable declarationJeff King
2025-05-16json-writer: describe the usage of jw_* functionsLucas Seiki Oshiro
2025-05-16json-writer: add docstrings to jw_* functionsLucas Seiki Oshiro
2025-05-15The fifteenth batchJunio C Hamano
2025-05-15Merge branch 'tb/macos-false-but-the-compiler-does-not-know-it-fix'Junio C Hamano
2025-05-15Merge branch 'jc/t6011-mv-ro-fix'Junio C Hamano
2025-05-15Merge branch 'dd/meson-perl-custom-path'Junio C Hamano
2025-05-15Merge branch 'ps/maintenance-missing-tasks'Junio C Hamano
2025-05-15Merge branch 'cf/wrapper-bsd-eloop'Junio C Hamano
2025-05-15commit-graph: fix memory leak when `fill_oids_from_packs()` failsLidong Yan
2025-05-15sequencer: fix memory leak if `todo_list_rearrange_squash()` failedLidong Yan
2025-05-15mailinfo: fix pointential memory leak if `decode_header` failedLidong Yan
2025-05-15sequencer: stop pretending that an assignment is a conditionJohannes Schindelin
2025-05-15bundle-uri: avoid using undefined output of `sscanf()`Johannes Schindelin
2025-05-15commit-graph: avoid using stale stack addressesJohannes Schindelin
2025-05-15trace2: avoid "futile conditional"Johannes Schindelin
2025-05-15Avoid redundant conditionsJohannes Schindelin
2025-05-15fetch: avoid unnecessary work when there is no current branchJohannes Schindelin
2025-05-15has_dir_name(): make code more obviousJohannes Schindelin
2025-05-15upload-pack: rename `enum` to reflect the operationJohannes Schindelin
2025-05-15commit-graph: avoid malloc'ing a local variableJohannes Schindelin
2025-05-15fetch: carefully clear local variable's address after useJohannes Schindelin
2025-05-15commit: simplify codeJohannes Schindelin
2025-05-14replay: replace the_repository with repo parameter passed to cmd_replay ()Elijah Newren
2025-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo
2025-05-14scalar reconfigure: improve --maintenance docsDerrick Stolee
2025-05-13send-email: try to get fqdn by running hostname -f on Linux and macOSAditya Garg
2025-05-13The fourteenth batchJunio C Hamano
2025-05-13Merge branch 'kj/glob-path-with-special-char'Junio C Hamano
2025-05-13Merge branch 'kh/docfixes'Junio C Hamano