summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-09-15pack-revindex.h: correct the time complexity descriptionsKyle Zhao-2/+2
2021-09-15The sixth batchJunio C Hamano-0/+30
2021-09-15Merge branch 'jc/prefix-filename-allocates'Junio C Hamano-1/+1
2021-09-15Merge branch 'rs/range-diff-avoid-segfault-with-I'Junio C Hamano-0/+3
2021-09-15Merge branch 'ab/reverse-midx-optim'Junio C Hamano-0/+3
2021-09-15Merge branch 'bs/install-strip'Junio C Hamano-3/+12
2021-09-15Merge branch 'pb/test-use-user-env'Junio C Hamano-21/+103
2021-09-15Merge branch 'jc/trivial-threeway-binary-merge'Junio C Hamano-0/+66
2021-09-15Merge branch 'bs/doc-bugreport-outdir'Junio C Hamano-2/+2
2021-09-15Merge branch 'ab/no-more-check-bindir'Junio C Hamano-15/+1
2021-09-15Merge branch 'ab/send-email-config-fix'Junio C Hamano-1/+16
2021-09-15Merge branch 'so/diff-index-regression-fix'Junio C Hamano-14/+8
2021-09-15t1400: avoid SIGPIPE race condition on fifoJeff King-3/+5
2021-09-15submodule: extract path to submodule gitdir funcJonathan Tan-27/+72
2021-09-15ls-refs: reject unknown argumentsJeff King-0/+15
2021-09-15serve: reject commands used as capabilitiesJeff King-1/+22
2021-09-15serve: reject bogus v2 "command=ls-refs=foo"Jeff King-1/+11
2021-09-15docs/protocol-v2: clarify some ls-refs ref-prefix detailsJeff King-1/+5
2021-09-15ls-refs: ignore very long ref-prefix countsJeff King-2/+49
2021-09-15serve: drop "keys" strvecJeff King-5/+3
2021-09-14serve: provide "receive" function for session-id capabilityJeff King-24/+9
2021-09-14serve: provide "receive" function for object-format capabilityJeff King-17/+17
2021-09-14p5326: don't set core.multiPackIndex unnecessarilyTaylor Blau-4/+0
2021-09-14p5326: create missing 'perf-tag' tagTaylor Blau-0/+6
2021-09-14midx.c: respect 'pack.writeBitmapHashcache' when writing bitmapsTaylor Blau-1/+31
2021-09-14pack-bitmap.c: propagate namehash values from existing bitmapsTaylor Blau-6/+8
2021-09-14t/helper/test-bitmap.c: add 'dump-hashes' modeTaylor Blau-1/+37
2021-09-14serve: add "receive" method for v2 capabilities tableJeff King-3/+18
2021-09-14serve: return capability "value" from get_capability()Jeff King-4/+14
2021-09-14serve: rename is_command() to parse_command()Jeff King-2/+2
2021-09-14Merge branch 'ab/serve-cleanup' into jk/reduce-malloc-in-v2-serversJunio C Hamano-128/+298
2021-09-14documentation: add documentation for 'git version'Matthias Aßhauer-0/+32
2021-09-14help: make sure local html page exists before calling external processesMatthias Aßhauer-3/+22
2021-09-14git-compat-util: include declaration for unix sockets in windowsCarlo Marcelo Arenas Belón-0/+3
2021-09-14credential-cache: check for windows specific errorsCarlo Marcelo Arenas Belón-2/+28
2021-09-14t0301: fixes for windows compatibilityCarlo Marcelo Arenas Belón-8/+24
2021-09-13doc: config, tell readers of `git help --config`Philip Oakley-0/+3
2021-09-13bisect--helper: retire `--bisect-next-check` subcommandMiriam Rubio-7/+0
2021-09-13bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane-61/+106
2021-09-13bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva-25/+48
2021-09-13run-command: make `exists_in_PATH()` non-staticPranit Bauva-2/+14
2021-09-13t6030-bisect-porcelain: add test for bisect visualizeMiriam Rubio-0/+7
2021-09-13t6030-bisect-porcelain: add tests to control bisect run exit casesMiriam Rubio-0/+11
2021-09-13t3407: rework rebase --quit testsPhillip Wood-22/+12
2021-09-13t3407: strengthen rebase --abort testsPhillip Wood-3/+10
2021-09-13t3407: use test_path_is_missingPhillip Wood-5/+5
2021-09-13t3407: rename a variablePhillip Wood-7/+7
2021-09-13t3407: use test_cmp_revPhillip Wood-7/+7
2021-09-13t3407: use test_commitPhillip Wood-12/+5
2021-09-13t3407: run tests in $TEST_DIRECTORYPhillip Wood-13/+0