summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-14git-compat-util: include declaration for unix sockets in windowsCarlo Marcelo Arenas Belón
2021-09-14credential-cache: check for windows specific errorsCarlo Marcelo Arenas Belón
2021-09-14t0301: fixes for windows compatibilityCarlo Marcelo Arenas Belón
2021-09-13doc: config, tell readers of `git help --config`Philip Oakley
2021-09-13bisect--helper: retire `--bisect-next-check` subcommandMiriam Rubio
2021-09-13bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane
2021-09-13bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva
2021-09-13run-command: make `exists_in_PATH()` non-staticPranit Bauva
2021-09-13t6030-bisect-porcelain: add test for bisect visualizeMiriam Rubio
2021-09-13t6030-bisect-porcelain: add tests to control bisect run exit casesMiriam Rubio
2021-09-13http: don't hardcode the value of CURL_SOCKOPT_OKÆvar Arnfjörð Bjarmason
2021-09-13http: centralize the accounting of libcurl dependenciesÆvar Arnfjörð Bjarmason
2021-09-13http: correct curl version check for CURLOPT_PINNEDPUBLICKEYÆvar Arnfjörð Bjarmason
2021-09-13http: correct version check for CURL_HTTP_VERSION_2Ævar Arnfjörð Bjarmason
2021-09-13http: drop support for curl < 7.18.0 (again)Ævar Arnfjörð Bjarmason
2021-09-13Makefile: drop support for curl < 7.9.8 (again)Ævar Arnfjörð Bjarmason
2021-09-13INSTALL: mention that we need libcurl 7.19.4 or newer to buildÆvar Arnfjörð Bjarmason
2021-09-13parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason
2021-09-13difftool: use run_command() API in run_file_diff()Ævar Arnfjörð Bjarmason
2021-09-13difftool: prepare "diff" cmdline in cmd_difftool()Jeff King
2021-09-13difftool: prepare "struct child_process" in cmd_difftool()Ævar Arnfjörð Bjarmason
2021-09-12gc: remove unused launchctl_get_uid() callÆvar Arnfjörð Bjarmason
2021-09-12test-tool run-command: fix flip-flop init patternÆvar Arnfjörð Bjarmason
2021-09-12tests: remove leftover untracked filesElijah Newren
2021-09-12strvec: use size_t to store nr and allocJeff King
2021-09-12compression: drop write-only core_compression_* variablesRené Scharfe
2021-09-12test-lib: remove unused $_x40 and $_z40 variablesÆvar Arnfjörð Bjarmason
2021-09-12git-bisect: remove unused SHA-1 $x40 shell variableÆvar Arnfjörð Bjarmason
2021-09-12git-sh-setup: remove unused "pull with rebase" messageÆvar Arnfjörð Bjarmason
2021-09-12git-submodule: remove unused is_zero_oid() functionÆvar Arnfjörð Bjarmason
2021-09-12packfile: use oidset for bad objectsRené Scharfe
2021-09-12packfile: convert has_packed_and_bad() to object_idRené Scharfe
2021-09-12packfile: convert mark_bad_packed_object() to object_idRené Scharfe
2021-09-12midx: inline nth_midxed_pack_entry()René Scharfe
2021-09-12oidset: make oidset_size() an inline functionRené Scharfe
2021-09-12INSTALL: reword and copy-edit the "libcurl" sectionÆvar Arnfjörð Bjarmason
2021-09-12INSTALL: don't mention the "curl" executable at allÆvar Arnfjörð Bjarmason
2021-09-10am: fix incorrect exit status on am fail to abortElijah Newren
2021-09-10t4151: add a few am --abort testsElijah Newren
2021-09-10git-am.txt: clarify --abort behaviorElijah Newren
2021-09-10docs/protocol-v2: point readers transport config discussionJeff King
2021-09-10docs/git: discuss server-side config for GIT_PROTOCOLJeff King
2021-09-10docs/http-backend: mention v2 protocolJeff King
2021-09-10http-backend: handle HTTP_GIT_PROTOCOL CGI variableJeff King
2021-09-10t5551: test v2-to-v0 http protocol fallbackJeff King
2021-09-10The fifth batchJunio C Hamano
2021-09-10Merge branch 'ab/help-autocorrect-prompt'Junio C Hamano
2021-09-10Merge branch 'cb/ci-build-pedantic'Junio C Hamano
2021-09-10Merge branch 'gh/gitweb-branch-sort'Junio C Hamano
2021-09-10Merge branch 'rs/archive-use-object-id'Junio C Hamano