summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-29l10n: de.po: Fix typo in the German translation of octopusJan Engelhardt1-1/+1
2020-05-29l10n: de.po: Update German translation for Git 2.27.0Matthias Rüster1-3444/+3684
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller2-13/+17
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller2-34/+63
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller2-6/+24
2020-05-28completion: improve handling of --detach in checkoutJacob Keller2-5/+8
2020-05-28completion: improve completion for git switch with no optionsJacob Keller2-25/+26
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller2-29/+83
2020-05-28completion: perform DWIM logic directly in __git_complete_refsJacob Keller1-1/+18
2020-05-28completion: extract function __git_dwim_remote_headsJacob Keller1-7/+21
2020-05-28completion: replace overloaded track term for __git_complete_refsJacob Keller1-13/+15
2020-05-28completion: add tests showing subpar switch/checkout --orphan logicJacob Keller1-0/+39
2020-05-28completion: add tests showing subpar -c/C argument completionJacob Keller1-0/+100
2020-05-28completion: add tests showing subpar -c/-C startpoint completionJacob Keller1-0/+140
2020-05-28completion: add tests showing subpar switch/checkout --track logicJacob Keller1-0/+34
2020-05-28completion: add tests showing subar checkout --detach logicJacob Keller1-0/+46
2020-05-28completion: add tests showing subpar DWIM logic for switch/checkoutJacob Keller1-0/+105
2020-05-28completion: add test showing subpar git switch completionJacob Keller1-0/+23
2020-05-28completion: use native ZSH array pattern matchingMarco Trevisan (Treviño)1-1/+1
2020-05-28l10n: it.po: update for Git 2.27.0 round #2Alessandro Menti1-122/+129
2020-05-28Merge branch 'fr_2.27.0rnd2' of github.com:jnavila/gitJiang Xin1-103/+107
2020-05-28Merge branch 'master' of github.com:bitigchi/git-poJiang Xin1-114/+116
2020-05-28Merge branch 'master' of github.com:alshopov/git-poJiang Xin1-1096/+976
2020-05-28Merge branch 'master' of github.com:Softcatala/git-poJiang Xin1-390/+179
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin3-9/+61
2020-05-27builtin/ls-remote: initialize repository based on fetchbrian m. carlson1-0/+4
2020-05-27t5500: make hash independentbrian m. carlson1-2/+3
2020-05-27serve: advertise object-format capability for protocol v2brian m. carlson3-0/+54
2020-05-27connect: parse v2 refs with correct hash algorithmbrian m. carlson1-5/+16
2020-05-27connect: pass full packet reader when parsing v2 refsbrian m. carlson1-2/+3
2020-05-27Documentation/technical: document object-format for protocol v2brian m. carlson1-0/+9
2020-05-27t1302: expect repo format version 1 for SHA-256brian m. carlson1-1/+5
2020-05-27builtin/show-index: provide options to determine hash algobrian m. carlson3-7/+35
2020-05-27t5302: modernize test formattingbrian m. carlson1-174/+182
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson3-5/+3
2020-05-27t3200: mark assertion with SHA1 prerequisitebrian m. carlson1-1/+1
2020-05-27setup: set the_repository's hash algo when checking formatbrian m. carlson1-0/+1
2020-05-27fetch-pack: parse and advertise the object-format capabilitybrian m. carlson1-0/+12
2020-05-27t5562: pass object-format in synthesized test databrian m. carlson1-2/+3
2020-05-27builtin/clone: initialize hash algorithm properlybrian m. carlson1-0/+9
2020-05-27remote-curl: implement object-format extensionsbrian m. carlson1-1/+18
2020-05-27transport-helper: implement object-format extensionsbrian m. carlson1-2/+22
2020-05-27docs: update remote helper docs for object-format extensionsbrian m. carlson1-4/+29
2020-05-27builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson1-0/+9
2020-05-27connect: detect algorithm when fetching refsbrian m. carlson1-4/+17
2020-05-27fetch-pack: detect when the server doesn't support our hashbrian m. carlson1-0/+2
2020-05-27connect: make parse_feature_value externbrian m. carlson2-2/+2
2020-05-27send-pack: detect when the server doesn't support our hashbrian m. carlson1-0/+6
2020-05-27connect: add function to detect supported v1 hash functionsbrian m. carlson2-0/+23
2020-05-27transport: add a hash algorithm memberbrian m. carlson2-0/+16