summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Merge branch 'jk/ref-paranoia'Junio C Hamano21-116/+142
2021-10-11Merge branch 'ab/http-pinned-public-key-mismatch'Junio C Hamano4-1/+11
2021-10-11Merge branch 'js/win-lazyload-buildfix'Junio C Hamano3-8/+20
2021-10-11Merge branch 'sg/test-split-index-fix'Junio C Hamano5-53/+118
2021-10-11Merge branch 'tb/midx-write-propagate-namehash'Junio C Hamano9-11/+118
2021-10-10userdiff-cpp: learn the C++ spaceship operatorJohannes Sixt2-2/+2
2021-10-10userdiff-cpp: permit the digit-separating single-quote in numbersJohannes Sixt2-7/+7
2021-10-10userdiff-cpp: prepare test cases with yet unsupported featuresJohannes Sixt3-18/+18
2021-10-08cat-file: use packed_object_info() for --batch-all-objectsJeff King1-14/+36
2021-10-08cat-file: split ordered/unordered batch-all-objects callbacksJeff King1-1/+3
2021-10-08cat-file: disable refs/replace with --batch-all-objectsJeff King3-1/+70
2021-10-08cat-file: mention --unordered along with --batch-all-objectsJeff King1-2/+3
2021-10-08t1006: clean up broken objectsJeff King1-0/+9
2021-10-08submodule: trace adding submodule ODB as alternateJonathan Tan2-5/+4
2021-10-08submodule: pass repo to check_has_commit()Jonathan Tan6-3/+28
2021-10-08object-file: only register submodule ODB if neededJonathan Tan1-1/+8
2021-10-08merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan5-40/+40
2021-10-08refs: peeling non-the_repository iterators is BUGJonathan Tan4-2/+17
2021-10-08refs: teach arbitrary repo support to iteratorsJonathan Tan4-4/+11
2021-10-08refs: plumb repo into ref storesJonathan Tan5-13/+40
2021-10-08pretty: colorize pattern matches in commit messagesHamza Mahfooz3-14/+145
2021-10-08parse-options: change OPT_{SHORT,UNSET} to an enumÆvar Arnfjörð Bjarmason1-9/+14
2021-10-08parse-options tests: test optname() outputÆvar Arnfjörð Bjarmason1-3/+39
2021-10-08parse-options.[ch]: make opt{bug,name}() "static"Ævar Arnfjörð Bjarmason2-5/+2
2021-10-08commit-graph: stop using optname()Ævar Arnfjörð Bjarmason1-2/+2
2021-10-08parse-options.c: move optname() earlier in the fileÆvar Arnfjörð Bjarmason1-15/+15
2021-10-08parse-options.h: make the "flags" in "struct option" an enumÆvar Arnfjörð Bjarmason1-1/+1
2021-10-08parse-options.c: use exhaustive "case" arms for "enum parse_opt_result"Ævar Arnfjörð Bjarmason1-1/+1
2021-10-08parse-options.[ch]: consistently use "enum parse_opt_result"Ævar Arnfjörð Bjarmason4-20/+30
2021-10-08parse-options.[ch]: consistently use "enum parse_opt_flags"Ævar Arnfjörð Bjarmason2-7/+12
2021-10-08blame: document --color-* optionsBagas Sanjaya3-17/+31
2021-10-08userdiff-cpp: tighten word regexJohannes Sixt2-9/+15
2021-10-08t4034: add tests showing problematic cpp tokenizationsJohannes Sixt3-7/+49
2021-10-08t4034/cpp: actually test that operator tokens are not splitJohannes Sixt3-60/+39
2021-10-08Add "test-tool dump-reftable" command.Han-Wen Nienhuys4-0/+8
2021-10-08reftable: add dump utilityHan-Wen Nienhuys1-0/+107
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys6-0/+2520
2021-10-08reftable: implement refname validationHan-Wen Nienhuys5-0/+342
2021-10-08reftable: add merged table viewHan-Wen Nienhuys6-0/+943
2021-10-08reftable: add a heap-based priority queue for reftable recordsHan-Wen Nienhuys6-0/+224
2021-10-08reftable: reftable file level testsHan-Wen Nienhuys4-1/+655
2021-10-08reftable: read reftable filesHan-Wen Nienhuys6-0/+1231
2021-10-08reftable: generic interface to tablesHan-Wen Nienhuys6-0/+405
2021-10-08reftable: write reftable filesHan-Wen Nienhuys4-0/+889
2021-10-08reftable: a generic binary tree implementationHan-Wen Nienhuys5-1/+162
2021-10-08reftable: reading/writing blocksHan-Wen Nienhuys5-0/+687
2021-10-08Provide zlib's uncompress2 from compat/zlib-compat.cHan-Wen Nienhuys6-0/+122
2021-10-08reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys7-1/+1901
2021-10-08reftable: add blocksource, an abstraction for random access readsHan-Wen Nienhuys4-0/+220
2021-10-08reftable: utility functionsHan-Wen Nienhuys16-7/+570