aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
...
* plumbing: packp, A request is not empty if it contains shallows. Fixes #328Arieh Schneier2023-07-023-4/+11
* plumbing: http, Fix empty repos on Git v2.41+Paulo Gomes2023-07-013-0/+22
* plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any u...Arieh Schneier2023-06-052-11/+57
* plumbing: gitignore, fix incorrect parsing. Fixes #500Arieh Schneier2023-05-292-6/+40
* plumbing: gitignore, TypoJleagle2023-05-251-1/+1
* plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ...Jleagle2023-05-252-0/+47
* git: enable fetch with unqualified referencesArieh Schneier2023-05-251-3/+4
* Merge pull request #764 from techknowlogick/init-optionsPaulo Gomes2023-05-231-0/+1
|\
| * git: Allow Initial Branch to be configurabletechknowlogick2023-05-211-0/+1
* | *: Add missing error checksPaulo Gomes2023-05-112-14/+24
* | *: Replace fmt.Sprintf with net.JoinHostPortPaulo Gomes2023-05-112-4/+5
* | *: Remove use of deprecated io/utilPaulo Gomes2023-05-1132-93/+66
* | *: Remove redudant err nil checksPaulo Gomes2023-05-113-13/+3
|/
* plumbing: transport/http, add support for custom proxy URLsSanskar Jaiswal2023-05-047-1/+307
* plumbing: transport/http, refactor transport to cache underlying transport ob...Sanskar Jaiswal2023-05-046-45/+230
* plumbing: transport/ssh, add support for custom proxy URLsSanskar Jaiswal2023-05-045-14/+287
* plumbing/transport: add ProxyOptions to specify proxy detailsSanskar Jaiswal2023-05-041-0/+31
* Merge pull request #743 from fcharlie/improve-packed-refsPaulo Gomes2023-04-261-1/+1
|\
| * storage: filesystem/dotgit, Improve load packed-refsForce Charlie2023-04-251-1/+1
* | Merge pull request #715 from jotadrilo/fix/csp-likePaulo Gomes2023-04-171-4/+16
|\ \ | |/ |/|
| * internal: Fix regression in csp-like matchJoseda Rios2023-04-151-4/+16
* | Merge pull request #707 from pjbgf/experimental-sha256Paulo Gomes2023-04-1115-31/+117
|\ \
| * | *: Support variable length plumbing.HashPaulo Gomes2023-03-0811-31/+31
| * | config: Add Repository Format ExtensionPaulo Gomes2023-03-081-0/+53
| * | plumbing/hash: Add SHA256 as a supported algorithmPaulo Gomes2023-03-073-0/+33
| |/
* / plumbing: resolve non-external delta referencesZauberNerd2023-03-232-0/+22
|/
* Merge pull request #655 from aymanbagabas/hostkeycallbackPaulo Gomes2023-03-064-43/+101
|\
| * fix(ssh): unable to pass a custom HostKeyCallback funcAyman Bagabas2023-03-054-43/+101
* | Merge pull request #682 from ThinkChaos/fix/transport-empty-unknown-errPaulo Gomes2023-03-022-1/+15
|\ \
| * | fix: don't use the `firstErrLine` when it is emptyThinkChaos2023-02-212-1/+15
| |/
* | Merge pull request #690 from hiddeco/recognize-tag-signaturesv5.6.0Máximo Cuadros2023-02-284-32/+307
|\ \
| * | plumbing: support SSH/X509 signed tagsHidde Beydals2023-02-274-32/+307
| |/
* / Remove need to build with CGOPaulo Gomes2023-02-251-4/+2
|/
* sha1: Add collision resistent implementationPaulo Gomes2022-11-258-17/+181
* Merge pull request #503 from jfontan/fix/similarity-matrix-too-bigMáximo Cuadros2022-11-171-1/+7
|\
| * plumbing: object, rename calculation uses too much memoryJavi Fontan2022-03-301-1/+7
* | Merge pull request #354 from dowy/issue/#309-clone-branch-with-hash-in-nameMáximo Cuadros2022-11-172-6/+46
|\ \
| * | plumbing: config, fix broken unit testsAdrian Pronk2021-07-261-3/+13
| * | plumbing: config, support correct escaping as per git-config rulesAdrian Pronk2021-07-252-13/+25
| * | plumbing: config, remove duplicated character in setAdrian Pronk2021-07-241-1/+1
| * | plumbing: config, Branch name with hash can be cloned. Fixes #309Adrian Pronk2021-07-242-1/+19
* | | Allow unsupported multi_ack capabilityPaulo Gomes2022-11-164-12/+41
* | | Merge pull request #586 from blmayer/patch-1Miguel Molina2022-11-071-5/+5
|\ \ \
| * | | Fixed some little typosBrian Mayer2022-09-271-5/+5
* | | | Merge pull request #598 from To1ne/toon-fix-gitattr-crashMáximo Cuadros2022-11-072-0/+11
|\ \ \ \
| * | | | plumbing: gitattributes, Avoid index out of rangeToon Claes2022-10-122-0/+11
| |/ / /
* | | | Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-0712-141/+91
* | | | Optimise Reference.String()Paulo Gomes2022-11-072-3/+40
* | | | Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-074-9/+53
|/ / /
* | | *: fix some typos (#567)cui fliter2022-09-221-1/+1