summaryrefslogtreecommitdiffstats
path: root/chunk-format.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-23The eighth batchJunio C Hamano1-0/+27
2021-09-21The seventh batchJunio C Hamano1-0/+52
2021-09-20merge-ort: fix completely wrong commentElijah Newren1-1/+1
2021-09-20trace2.h: fix trivial comment typoElijah Newren1-1/+1
2021-09-18unicode: update the width tables to Unicode 14Carlo Marcelo Arenas Belón1-15/+29
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-16pack-revindex.h: correct the time complexity descriptionsKyle Zhao1-2/+2
2021-09-15The sixth batchJunio C Hamano1-0/+30
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-15serve: provide "receive" function for session-id capabilityJeff King1-24/+9
2021-09-15serve: provide "receive" function for object-format capabilityJeff King1-17/+17
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-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-13http: don't hardcode the value of CURL_SOCKOPT_OKÆvar Arnfjörð Bjarmason2-1/+12
2021-09-13http: centralize the accounting of libcurl dependenciesÆvar Arnfjörð Bjarmason3-15/+133
2021-09-13http: correct curl version check for CURLOPT_PINNEDPUBLICKEYÆvar Arnfjörð Bjarmason1-4/+4
2021-09-13http: correct version check for CURL_HTTP_VERSION_2Ævar Arnfjörð Bjarmason1-2/+2
2021-09-13http: drop support for curl < 7.18.0 (again)Ævar Arnfjörð Bjarmason1-2/+0
2021-09-13Makefile: drop support for curl < 7.9.8 (again)Ævar Arnfjörð Bjarmason1-9/+2
2021-09-13INSTALL: mention that we need libcurl 7.19.4 or newer to buildÆvar Arnfjörð Bjarmason1-0/+4
2021-09-13parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason6-28/+3
2021-09-13difftool: use run_command() API in run_file_diff()Ævar Arnfjörð Bjarmason1-7/+6
2021-09-13difftool: prepare "diff" cmdline in cmd_difftool()Jeff King1-8/+7
2021-09-13difftool: prepare "struct child_process" in cmd_difftool()Ævar Arnfjörð Bjarmason1-14/+15
2021-09-13gc: remove unused launchctl_get_uid() callÆvar Arnfjörð Bjarmason1-7/+1
2021-09-13test-tool run-command: fix flip-flop init patternÆvar Arnfjörð Bjarmason1-4/+1
2021-09-13tests: remove leftover untracked filesElijah Newren12-4/+18
2021-09-13strvec: use size_t to store nr and allocJeff King1-2/+2
2021-09-13compression: drop write-only core_compression_* variablesRené Scharfe3-5/+0