summaryrefslogtreecommitdiffstats
path: root/delta.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-27submodule-config.h: remove unused SUBMODULE_INIT macroÆvar Arnfjörð Bjarmason1-4/+0
2021-09-23The eighth batchJunio C Hamano1-0/+27
2021-09-21The seventh batchJunio C Hamano1-0/+52
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-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
2021-09-13test-lib: remove unused $_x40 and $_z40 variablesÆvar Arnfjörð Bjarmason1-4/+2
2021-09-13git-bisect: remove unused SHA-1 $x40 shell variableÆvar Arnfjörð Bjarmason1-2/+0
2021-09-13git-sh-setup: remove unused "pull with rebase" messageÆvar Arnfjörð Bjarmason1-6/+0
2021-09-13git-submodule: remove unused is_zero_oid() functionÆvar Arnfjörð Bjarmason1-5/+0
2021-09-13packfile: use oidset for bad objectsRené Scharfe3-31/+11
2021-09-13packfile: convert has_packed_and_bad() to object_idRené Scharfe3-4/+4
2021-09-13packfile: convert mark_bad_packed_object() to object_idRené Scharfe3-8/+8
2021-09-13midx: inline nth_midxed_pack_entry()René Scharfe1-20/+9
2021-09-13oidset: make oidset_size() an inline functionRené Scharfe2-6/+4
2021-09-12INSTALL: reword and copy-edit the "libcurl" sectionÆvar Arnfjörð Bjarmason1-5/+5
2021-09-12INSTALL: don't mention the "curl" executable at allÆvar Arnfjörð Bjarmason1-2/+1
2021-09-11am: fix incorrect exit status on am fail to abortElijah Newren2-2/+3
2021-09-11t4151: add a few am --abort testsElijah Newren1-0/+39