summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-03-25t/README: mention test files are make targetsPhilippe Blain-0/+7
2024-03-25cat-file: use strbuf_expand_bad_format()René Scharfe-8/+8
2024-03-25factor out strbuf_expand_bad_format()René Scharfe-18/+27
2024-03-25grep: improve errors for unmatched ( and )Ahelenia Ziemiańska-2/+2
2024-03-25builtin/gc: pack refs when using `git maintenance run --auto`Patrick Steinhardt-2/+22
2024-03-25builtin/gc: forward git-gc(1)'s `--auto` flag when packing refsPatrick Steinhardt-12/+28
2024-03-25t6500: extract objects with "17" prefixPatrick Steinhardt-23/+19
2024-03-25builtin/gc: move `struct maintenance_run_opts`Patrick Steinhardt-27/+26
2024-03-25builtin/pack-refs: introduce new "--auto" flagPatrick Steinhardt-2/+57
2024-03-25builtin/pack-refs: release allocated memoryPatrick Steinhardt-8/+15
2024-03-25refs/reftable: expose auto compaction via new flagPatrick Steinhardt-2/+9
2024-03-25refs: remove `PACK_REFS_ALL` flagPatrick Steinhardt-4/+3
2024-03-25refs: move `struct pack_refs_opts` to where it's usedPatrick Steinhardt-6/+6
2024-03-25t/helper: drop pack-refs wrapperPatrick Steinhardt-24/+9
2024-03-25refs/reftable: print errors on compaction failurePatrick Steinhardt-1/+17
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt-1/+76
2024-03-25reftable/stack: use error codes when locking fails during compactionPatrick Steinhardt-5/+13
2024-03-25reftable/error: discern locked/outdated errorsPatrick Steinhardt-6/+11
2024-03-25reftable/stack: fix error handling in `reftable_stack_init_addition()`Patrick Steinhardt-6/+1
2024-03-23editorconfig: add Makefiles to "text files"Max Gautier-1/+1
2024-03-22rebase: use child_process_clear() to cleanJeff King-3/+12
2024-03-22format-patch: fix leak of empty header stringJeff King-1/+1
2024-03-22t/README: document how to loop around test casesPatrick Steinhardt-0/+20
2024-03-22t7800: use single quotes for test bodiesPatrick Steinhardt-20/+20
2024-03-22t7800: improve test descriptions with empty argumentsPatrick Steinhardt-8/+8
2024-03-21config.txt: describe handling of whitespace furtherDragan Simic-13/+15
2024-03-21t1300: add more tests for whitespace and inline commentsDragan Simic-3/+111
2024-03-21config: really keep value-internal whitespace verbatimDragan Simic-4/+9
2024-03-21config: minor addition of whitespaceDragan Simic-1/+1
2024-03-21The tenth batchJunio C Hamano-0/+35
2024-03-21Merge branch 'bb/iso-strict-utc'Junio C Hamano-5/+10
2024-03-21Merge branch 'bb/t0006-negative-tz-offset'Junio C Hamano-0/+8
2024-03-21Merge branch 'jw/doc-show-untracked-files-fix'Junio C Hamano-1/+1
2024-03-21Merge branch 'dg/user-manual-hash-example'Junio C Hamano-2/+34
2024-03-21Merge branch 'ja/doc-markup-fixes'Junio C Hamano-48/+57
2024-03-21Merge branch 'pb/ci-win-artifact-names-fix'Junio C Hamano-2/+2
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano-211/+154
2024-03-21Merge branch 'jc/safe-implicit-bare'Junio C Hamano-5/+49
2024-03-21Merge branch 'fs/find-end-of-log-message-fix'Junio C Hamano-2/+19
2024-03-21Merge branch 'ps/reftable-block-search-fix'Junio C Hamano-1/+3
2024-03-21Merge branch 'ps/reftable-stack-tempfile'Junio C Hamano-183/+178
2024-03-21Merge branch 'rs/opt-parse-long-fixups'Junio C Hamano-64/+100
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt-1/+11
2024-03-20contrib: drop hg-to-git scriptJeff King-275/+0
2024-03-20transport-helper: send "true" value for object-format optionJeff King-6/+5
2024-03-20transport-helper: drop "object-format <algo>" optionJeff King-12/+4
2024-03-20transport-helper: use write helpers more consistentlyJeff King-3/+3
2024-03-20doc/gitremote-helpers: fix more missing single-quotesJeff King-3/+3
2024-03-19format-patch: simplify after-subject MIME header handlingJeff King-8/+6
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King-7/+9