summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Merge branch 'jc/advice-sans-trailing-whitespace'Junio C Hamano3-5/+6
2024-04-09Merge branch 'jc/apply-parse-diff-git-header-names-fix'Junio C Hamano2-1/+32
2024-04-09t0610: execute git-pack-refs(1) with specified umaskPatrick Steinhardt1-6/+14
2024-04-09t0610: make `--shared=` tests reusablePatrick Steinhardt1-27/+30
2024-04-08reftable/block: reuse compressed arrayPatrick Steinhardt2-9/+8
2024-04-08reftable/block: reuse zstream when writing log blocksPatrick Steinhardt2-24/+49
2024-04-08reftable/writer: reset `last_key` instead of releasing itPatrick Steinhardt1-2/+2
2024-04-08reftable/writer: unify releasing memoryPatrick Steinhardt1-8/+15
2024-04-08reftable/writer: refactorings for `writer_flush_nonempty_block()`Patrick Steinhardt1-28/+44
2024-04-08reftable/writer: refactorings for `writer_add_record()`Patrick Steinhardt1-11/+27
2024-04-08refs/reftable: don't recompute committer identPatrick Steinhardt1-18/+34
2024-04-08reftable: remove name checksPatrick Steinhardt12-462/+1
2024-04-08refs/reftable: skip duplicate name checksPatrick Steinhardt1-0/+5
2024-04-08refs/reftable: perform explicit D/F check when writing symrefsPatrick Steinhardt2-4/+18
2024-04-08refs/reftable: fix D/F conflict error message on ref copyPatrick Steinhardt2-1/+35
2024-04-08Makefile(s): do not enforce "all indents must be done with tab"Junio C Hamano1-0/+1
2024-04-08Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau4-135/+135
2024-04-08config: do not leak excludes_fileJunio C Hamano2-1/+4
2024-04-08reftable/stack: use geometric table compactionJustin Tobler4-130/+110
2024-04-08reftable/stack: add env to disable autocompactionJustin Tobler2-0/+24
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler4-7/+10
2024-04-05t1016: local VAR="VAL" fixJunio C Hamano1-6/+6
2024-04-05t0610: local VAR="VAL" fixJunio C Hamano1-1/+1
2024-04-05t: teach lint that RHS of 'local VAR=VAL' needs to be quotedJunio C Hamano1-0/+2
2024-04-05t: local VAR="VAL" (quote ${magic-reference})Junio C Hamano1-4/+4
2024-04-05t: local VAR="VAL" (quote command substitution)Junio C Hamano2-3/+3
2024-04-05t: local VAR="VAL" (quote positional parameters)Junio C Hamano4-5/+5
2024-04-05CodingGuidelines: quote assigned value in 'local var=$val'Junio C Hamano1-0/+12
2024-04-05CodingGuidelines: describe "export VAR=VAL" ruleJunio C Hamano1-0/+4
2024-04-05userdiff: better method/property matching for C#Steven Jeuris21-6/+352
2024-04-05date: make DATE_MODE thread-safeRené Scharfe12-44/+44
2024-04-05usage: report vsnprintf(3) failureRené Scharfe1-1/+4
2024-04-05remote-curl: add Transfer-Encoding header only for older curlJeff King2-0/+12
2024-04-05The fifteenth batchJunio C Hamano1-0/+7
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano26-136/+182
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano12-46/+152
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano14-125/+308
2024-04-05apply: don't leak fd on fdopen() errorRené Scharfe1-2/+5
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee1-0/+1
2024-04-05path: remove mksnpath()René Scharfe3-24/+0
2024-04-05apply: avoid fixed-size buffer in create_one_file()René Scharfe1-6/+9
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar2-1/+18
2024-04-03builtin/commit: error out when passing untracked path with -iGhanshyam Thakkar2-16/+7
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano7-10/+23
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer7-2/+50
2024-04-03The fourteenth batchJunio C Hamano1-0/+27
2024-04-03Merge branch 'bl/cherry-pick-empty'Junio C Hamano10-67/+285
2024-04-03Merge branch 'bl/pretty-shorthand-config-fix'Junio C Hamano2-17/+23
2024-04-03Merge branch 'rs/strbuf-expand-bad-format'Junio C Hamano5-26/+35
2024-04-03Merge branch 'rs/midx-use-strvec-pushf'Junio C Hamano1-6/+1