aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https/socket.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-11The ninth batchJunio C Hamano1-0/+19
2023-04-11clone: error specifically with --local and symlinked objectsGlen Choo3-2/+17
2023-04-10t2024: fix loose/strict local base branch DWIM testAndrei Rybak1-2/+5
2023-04-10rebase: remove a couple of redundant strategy testsPhillip Wood2-53/+0
2023-04-10rebase -m: fix serialization of strategy optionsPhillip Wood5-41/+49
2023-04-10rebase -m: cleanup --strategy-option handlingPhillip Wood4-24/+19
2023-04-10sequencer: use struct strvec to store merge strategy optionsPhillip Wood5-47/+58
2023-04-10rebase: stop reading and writing unnecessary strategy statePhillip Wood2-25/+0
2023-04-10get-tar-commit-id: use TYPEFLAG_GLOBAL_HEADER instead of magic valueRené Scharfe1-1/+1
2023-04-10date: remove approxidate_relative()René Scharfe3-17/+2
2023-04-07mailmap: change primary address for Emily ShafferEmily Shaffer1-0/+1
2023-04-07userdiff: support regexec(3) with multi-byte supportRené Scharfe3-2/+34
2023-04-06MyFirstContribution: render literal *Linus Arver1-1/+1
2023-04-06The eighth batchJunio C Hamano1-0/+22
2023-04-06branch: improve error log on branch not found by checking remotes refsClement Mabileau1-4/+21
2023-04-06t/lib-httpd: pass PERL_PATH to CGI scriptsJeff King2-1/+3
2023-04-05doc: asciidoc: remove custom header macroFelipe Contreras1-19/+0
2023-04-05mergetool: new config guiDefault supports auto-toggling gui by DISPLAYTao Klerks10-14/+179
2023-04-05SubmittingPatches: clarify MUA discussion with "the"Daniel Watson1-1/+1
2023-04-05doc: remove manpage-base-url workaroundFelipe Contreras3-18/+2
2023-04-05clone: propagate object-format when cloning from voidJunio C Hamano2-5/+17
2023-04-04The seventh batchJunio C Hamano1-0/+24
2023-04-04write-tree: integrate with sparse indexShuqi Liang3-0/+32
2023-04-03object-info: init request_info before reading argJiang Xin1-1/+1
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano15-75/+75
2023-03-31The sixth batchJunio C Hamano1-0/+4
2023-03-31t2107: fix mention of the_index.cache_changedAndrei Rybak1-1/+1
2023-03-31t3060: fix mention of function prune_indexAndrei Rybak1-2/+2
2023-03-31fetch: download bundles once, even with --allDerrick Stolee3-1/+49
2023-03-31t5563: prevent "ambiguous redirect"Johannes Schindelin1-14/+12
2023-03-30The fifth batchJunio C Hamano1-0/+13
2023-03-30tests: skip test_eval_ in internal chain-lintJeff King1-11/+6
2023-03-30tests: drop here-doc check from internal chain-linterJeff King1-2/+3
2023-03-30tests: diagnose unclosed here-doc in chainlint.plEric Sunshine5-3/+34
2023-03-30tests: replace chainlint subshell with a functionJeff King1-1/+5
2023-03-30tests: run internal chain-linter under "make test"Jeff King2-3/+4
2023-03-30unicode: update the width tables to Unicode 15Beat Bolli1-12/+21
2023-03-30hashmap.h: fix minor typoSiddharth Singh1-1/+1
2023-03-30ref-filter: remove unused ref_format memberØystein Walle2-2/+0
2023-03-30pack-redundant: document deprecationJeff King1-0/+14
2023-03-28parse-options: drop parse_opt_unknown_cb()Jeff King2-18/+0
2023-03-28t/helper: mark unused argv/argc argumentsJeff King27-32/+33
2023-03-28mark "argv" as unused when we check argcJeff King3-5/+5
2023-03-28builtins: mark unused prefix parametersJeff King12-12/+12
2023-03-28builtins: annotate always-empty prefix parametersJeff King7-0/+22
2023-03-28builtins: always pass prefix to parse_options()Jeff King2-5/+6
2023-03-28fast-import: fix file access when run from subdirJeff King2-2/+37
2023-03-28p2000: remove stray '--sparse' flag from testDerrick Stolee1-1/+1
2023-03-28config.c: rename "struct config_source cf"Glen Choo1-131/+131
2023-03-28config: report cached filenames in die_bad_number()Glen Choo4-20/+72