summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-19credential: die() when parsing invalid urlsLibravatar Jeff King2-6/+3
2020-04-19fsck: convert gitmodules url to URL passed to curlLibravatar Jonathan Nieder2-5/+118
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-10mingw: help debugging by optionally executing bash with straceLibravatar Johannes Schindelin1-0/+26
2020-04-09repository: mark the "refs" pointer as privateLibravatar Jeff King3-7/+11
2020-04-09sha1-name: do not assume that the ref store is initializedLibravatar Junio C Hamano2-1/+5
2020-04-09config.txt: move closing "----" to cover entire listingLibravatar Martin Ågren1-5/+5
2020-04-08mingw: do not treat `COM0` as a reserved file nameLibravatar Johannes Schindelin2-3/+7
2020-04-08mingw: use modern strftime implementation if possibleLibravatar Matthias Aßhauer1-1/+10
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