summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-19credential: refuse to operate when missing host or protocolLibravatar Jeff King2-14/+40
2020-04-19credential: parse URL without host as empty host, not unsetLibravatar Jeff King3-2/+19
2020-04-19t0300: use more realistic inputsLibravatar Jeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticLibravatar Jeff King1-3/+13
2020-04-13Sync with v2.26.1Libravatar Junio C Hamano16-6/+158
2020-04-09config.txt: move closing "----" to cover entire listingLibravatar Martin Ågren1-5/+5
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks9-3/+85
2020-04-07sequencer: honor GIT_REFLOG_ACTIONLibravatar Elijah Newren2-10/+16
2020-04-05pull doc: correct outdated description of an exampleLibravatar Philippe Blain1-3/+3
2020-04-05pull doc: refer to a specific section in 'fetch' docLibravatar Philippe Blain1-1/+2
2020-04-05t0007: fix a typoLibravatar Johannes Schindelin1-1/+1
2020-04-03Documentation: document merge option --no-gpg-signLibravatar Đoàn Trần Công Danh1-1/+4
2020-04-03Documentation: merge commit-tree --[no-]gpg-signLibravatar Đoàn Trần Công Danh1-5/+3
2020-04-03Documentation: reword commit --no-gpg-signLibravatar Đoàn Trần Công Danh1-5/+4
2020-04-03Documentation: document am --no-gpg-signLibravatar Đoàn Trần Công Danh1-1/+4
2020-04-03cherry-pick/revert: honour --no-gpg-sign in all caseLibravatar Đoàn Trần Công Danh4-2/+96
2020-04-03rebase.c: honour --no-gpg-signLibravatar Đoàn Trần Công Danh3-4/+79
2020-04-01clone: use "quick" lookup while following tagsLibravatar Jeff King2-1/+11
2020-03-30t3432: test `--merge' with `rebase.abbreviateCommands = true', tooLibravatar Alban Gruin1-5/+19
2020-03-30sequencer: don't abbreviate a command if it doesn't have a short formLibravatar Alban Gruin1-3/+6
2020-03-30MyFirstObjectWalk: remove unnecessary conditional statementLibravatar Johannes Schindelin1-3/+0
2020-03-30oidset: stop referring to sha1-arrayLibravatar Jeff King1-1/+1
2020-03-30ref-filter: stop referring to "sha1 array"Libravatar Jeff King1-4/+3
2020-03-30bisect: stop referring to sha1_arrayLibravatar Jeff King1-3/+3
2020-03-30test-tool: rename sha1-array to oid-arrayLibravatar Jeff King5-14/+14
2020-03-30oid_array: rename source file from sha1-arrayLibravatar Jeff King27-28/+28
2020-03-30oid_array: use size_t for iterationLibravatar Jeff King1-3/+3
2020-03-30oid_array: use size_t for count and allocationLibravatar Jeff King1-2/+2
2020-03-30docs: add a FAQLibravatar brian m. carlson2-0/+338
2020-03-29connected: always use partial clone optimizationLibravatar Jonathan Tan4-23/+9
2020-03-29Merge branch 'ds/default-pack-use-sparse-to-true'Libravatar Junio C Hamano7-16/+18
2020-03-29gitweb: fix UTF-8 encoding when using CGI::FastLibravatar Julien Moutinho1-0/+16
2020-03-29test-lib-functions: simplify packetize() stdin codeLibravatar Jeff King1-5/+4
2020-03-29CodingGuidelines: allow ${#posix} == strlen($posix)Libravatar Junio C Hamano1-2/+0
2020-03-28git-rebase.txt: fix typoLibravatar Philippe Blain1-1/+1
2020-03-28pull: pass documented fetch options onLibravatar René Scharfe1-0/+18
2020-03-28pull: remove --update-head-ok from documentationLibravatar René Scharfe1-1/+1
2020-03-28sequencer: mark messages for translationLibravatar Alban Gruin1-3/+3
2020-03-28wrapper: indent with tabsLibravatar Denton Liu1-2/+2
2020-03-28midx.c: fix an integer underflowLibravatar Damien Robert3-4/+24
2020-03-27pull: avoid running both merge and rebaseLibravatar Elijah Newren1-1/+4
2020-03-27p5310: stop timing non-bitmap pack-to-diskLibravatar Jeff King1-4/+0
2020-03-27upload-pack: handle unexpected delim packetsLibravatar Jeff King3-2/+41
2020-03-27test-lib-functions: make packetize() more efficientLibravatar Jeff King2-14/+28
2020-03-27t/lib-*.sh: drop executable bitLibravatar Jeff King4-0/+0
2020-03-27t/lib-credential.sh: drop shebang lineLibravatar Jeff King1-1/+2
2020-03-27run-command: trigger PATH lookup properly on CygwinLibravatar Andras Kucsma3-5/+24
2020-03-27t5801: teach compare_refs() to accept !Libravatar Denton Liu1-2/+8
2020-03-27t5612: stop losing return codes of git commandsLibravatar Denton Liu1-12/+12
2020-03-27t5612: don't use `test_must_fail test_cmp`Libravatar Denton Liu1-1/+1