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