summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-04-09The sixteenth batchJunio C Hamano-0/+33
2024-04-09Merge branch 'rj/use-adv-if-enabled'Junio C Hamano-15/+53
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano-125/+308
2024-04-09Merge branch 'es/test-cron-safety'Junio C Hamano-0/+1
2024-04-09Merge branch 'rj/add-p-explicit-reshow'Junio C Hamano-17/+27
2024-04-09Merge branch 'mg/editorconfig-makefile'Junio C Hamano-1/+1
2024-04-09Merge branch 'ja/doc-markup-updates'Junio C Hamano-185/+216
2024-04-09Merge branch 'dg/myfirstobjectwalk-updates'Junio C Hamano-16/+21
2024-04-09Merge branch 'jc/advice-sans-trailing-whitespace'Junio C Hamano-5/+6
2024-04-09Merge branch 'jc/apply-parse-diff-git-header-names-fix'Junio C Hamano-1/+32
2024-04-09t0610: execute git-pack-refs(1) with specified umaskPatrick Steinhardt-6/+14
2024-04-09t0610: make `--shared=` tests reusablePatrick Steinhardt-27/+30
2024-04-08reftable/block: reuse compressed arrayPatrick Steinhardt-9/+8
2024-04-08reftable/block: reuse zstream when writing log blocksPatrick Steinhardt-28/+53
2024-04-08reftable/writer: reset `last_key` instead of releasing itPatrick Steinhardt-2/+2
2024-04-08reftable/writer: unify releasing memoryPatrick Steinhardt-8/+15
2024-04-08reftable/writer: refactorings for `writer_flush_nonempty_block()`Patrick Steinhardt-28/+44
2024-04-08reftable/writer: refactorings for `writer_add_record()`Patrick Steinhardt-11/+27
2024-04-08refs/reftable: don't recompute committer identPatrick Steinhardt-18/+34
2024-04-08reftable: remove name checksPatrick Steinhardt-462/+1
2024-04-08refs/reftable: skip duplicate name checksPatrick Steinhardt-0/+5
2024-04-08refs/reftable: perform explicit D/F check when writing symrefsPatrick Steinhardt-4/+18
2024-04-08refs/reftable: fix D/F conflict error message on ref copyPatrick Steinhardt-1/+35
2024-04-08Makefile(s): do not enforce "all indents must be done with tab"Junio C Hamano-0/+1
2024-04-08Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau-135/+135
2024-04-08config: do not leak excludes_fileJunio C Hamano-1/+4
2024-04-08reftable/stack: use geometric table compactionJustin Tobler-131/+111
2024-04-08reftable/stack: add env to disable autocompactionJustin Tobler-0/+24
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler-7/+10
2024-04-05t1016: local VAR="VAL" fixJunio C Hamano-6/+6
2024-04-05t0610: local VAR="VAL" fixJunio C Hamano-1/+1
2024-04-05t: teach lint that RHS of 'local VAR=VAL' needs to be quotedJunio C Hamano-0/+2
2024-04-05t: local VAR="VAL" (quote ${magic-reference})Junio C Hamano-4/+4
2024-04-05t: local VAR="VAL" (quote command substitution)Junio C Hamano-3/+3
2024-04-05t: local VAR="VAL" (quote positional parameters)Junio C Hamano-5/+5
2024-04-05CodingGuidelines: quote assigned value in 'local var=$val'Junio C Hamano-0/+12
2024-04-05CodingGuidelines: describe "export VAR=VAL" ruleJunio C Hamano-0/+4
2024-04-05userdiff: better method/property matching for C#Steven Jeuris-6/+352
2024-04-05date: make DATE_MODE thread-safeRené Scharfe-44/+44
2024-04-05usage: report vsnprintf(3) failureRené Scharfe-1/+4
2024-04-05remote-curl: add Transfer-Encoding header only for older curlJeff King-0/+12
2024-04-05The fifteenth batchJunio C Hamano-0/+7
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano-136/+182
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano-46/+152
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano-125/+308
2024-04-05apply: don't leak fd on fdopen() errorRené Scharfe-2/+5
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee-0/+1
2024-04-05path: remove mksnpath()René Scharfe-24/+0
2024-04-05apply: avoid fixed-size buffer in create_one_file()René Scharfe-6/+9
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar-1/+18