summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-25builtin/pack-refs: introduce new "--auto" flagPatrick Steinhardt4-2/+57
2024-03-25builtin/pack-refs: release allocated memoryPatrick Steinhardt1-8/+15
2024-03-25refs/reftable: expose auto compaction via new flagPatrick Steinhardt2-2/+9
2024-03-25refs: remove `PACK_REFS_ALL` flagPatrick Steinhardt2-4/+3
2024-03-25refs: move `struct pack_refs_opts` to where it's usedPatrick Steinhardt1-6/+6
2024-03-25t/helper: drop pack-refs wrapperPatrick Steinhardt2-24/+9
2024-03-25refs/reftable: print errors on compaction failurePatrick Steinhardt2-1/+17
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt3-1/+76
2024-03-25reftable/stack: use error codes when locking fails during compactionPatrick Steinhardt1-5/+13
2024-03-25reftable/error: discern locked/outdated errorsPatrick Steinhardt4-6/+11
2024-03-25reftable/stack: fix error handling in `reftable_stack_init_addition()`Patrick Steinhardt1-6/+1
2024-03-23editorconfig: add Makefiles to "text files"Max Gautier1-1/+1
2024-03-22rebase: use child_process_clear() to cleanJeff King2-3/+12
2024-03-22format-patch: fix leak of empty header stringJeff King1-1/+1
2024-03-22t/README: document how to loop around test casesPatrick Steinhardt1-0/+20
2024-03-22t7800: use single quotes for test bodiesPatrick Steinhardt1-20/+20
2024-03-22t7800: improve test descriptions with empty argumentsPatrick Steinhardt1-8/+8
2024-03-21config.txt: describe handling of whitespace furtherDragan Simic1-12/+14
2024-03-21t1300: add more tests for whitespace and inline commentsDragan Simic1-3/+111
2024-03-21config: really keep value-internal whitespace verbatimDragan Simic1-4/+9
2024-03-21config: minor addition of whitespaceDragan Simic1-1/+1
2024-03-21The tenth batchJunio C Hamano1-0/+35
2024-03-21Merge branch 'bb/iso-strict-utc'Junio C Hamano2-5/+10
2024-03-21Merge branch 'bb/t0006-negative-tz-offset'Junio C Hamano1-0/+8
2024-03-21Merge branch 'jw/doc-show-untracked-files-fix'Junio C Hamano1-1/+1
2024-03-21Merge branch 'dg/user-manual-hash-example'Junio C Hamano1-2/+34
2024-03-21Merge branch 'ja/doc-markup-fixes'Junio C Hamano4-48/+57
2024-03-21Merge branch 'pb/ci-win-artifact-names-fix'Junio C Hamano1-2/+2
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano10-211/+154
2024-03-21Merge branch 'jc/safe-implicit-bare'Junio C Hamano2-5/+49
2024-03-21Merge branch 'fs/find-end-of-log-message-fix'Junio C Hamano2-2/+19
2024-03-21Merge branch 'ps/reftable-block-search-fix'Junio C Hamano2-1/+3
2024-03-21Merge branch 'ps/reftable-stack-tempfile'Junio C Hamano5-181/+176
2024-03-21Merge branch 'rs/opt-parse-long-fixups'Junio C Hamano3-64/+100
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt1-1/+11
2024-03-20contrib: drop hg-to-git scriptJeff King2-275/+0
2024-03-20transport-helper: send "true" value for object-format optionJeff King2-6/+5
2024-03-20transport-helper: drop "object-format <algo>" optionJeff King2-12/+4
2024-03-20transport-helper: use write helpers more consistentlyJeff King1-3/+3
2024-03-20doc/gitremote-helpers: fix more missing single-quotesJeff King1-3/+3
2024-03-19format-patch: simplify after-subject MIME header handlingJeff King1-8/+6
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King4-7/+9
2024-03-19log: do not set up extra_headers for non-email formatsJeff King1-3/+1
2024-03-19pretty: drop print_email_subject flagJeff King5-16/+9
2024-03-19pretty: split oneline and email subject printingJeff King3-15/+17
2024-03-19shortlog: stop setting pp.print_email_subjectJeff King1-1/+0
2024-03-19apply: parse names out of "diff --git" more carefullyJunio C Hamano2-1/+30
2024-03-18Merge branch 'ps/reftable-stack-tempfile' into ps/pack-refs-autoJunio C Hamano5-181/+176
2024-03-18The ninth batchJunio C Hamano1-0/+8
2024-03-18Merge branch 'jk/doc-remote-helpers-markup-fix'Junio C Hamano1-1/+1