| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | plumbing: commitgraph, fix types and handle commit-graph-chains | Andrew Thornton | 2023-10-08 | 18 | -383/+1600 |
| |/
|/| |
|
* | | Merge pull request #761 from liwenqiu/parse-commit-encoding-header | Paulo Gomes | 2023-10-04 | 2 | -4/+25 |
|\ \
| |/
|/| |
|
| * | plumbing: parse the encoding header of the commit object | liwenqiu | 2023-10-04 | 2 | -4/+25 |
* | | Merge pull request #855 from 0x34d/fuzzing | Paulo Gomes | 2023-10-03 | 6 | -0/+66 |
|\ \
| |/
|/| |
|
| * | fuzzing : fuzz testing support for oss-fuzz integration | Arjun Singh | 2023-10-02 | 6 | -0/+66 |
* | | plumbing: commitgraph, allow SHA256 commit-graphs | Andrew Thornton | 2023-09-30 | 2 | -13/+31 |
|/ |
|
* | Merge pull request #836 from hezhizhen/typo | Paulo Gomes | 2023-09-28 | 8 | -252/+252 |
|\ |
|
| * | *: fix some typos | Zhizhen He | 2023-09-08 | 8 | -252/+252 |
* | | plumbing/object: Support mergetag in merge commits | Aditya Sirish | 2023-09-27 | 2 | -0/+83 |
|/ |
|
* | plumbing: Do not swallow http message coming from VCS providers. | matej.risek | 2023-09-05 | 4 | -4/+35 |
* | plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740 | merlin | 2023-07-26 | 2 | -1/+19 |
* | *: Handle paths starting with ~username | Arieh Schneier | 2023-07-09 | 1 | -16/+2 |
* | plumbing: blame, Complete rewrite. Fixes #603 | Arieh Schneier | 2023-07-06 | 2 | -0/+81 |
* | plumbing: packp, A request is not empty if it contains shallows. Fixes #328 | Arieh Schneier | 2023-07-02 | 3 | -4/+11 |
* | plumbing: http, Fix empty repos on Git v2.41+ | Paulo Gomes | 2023-07-01 | 3 | -0/+22 |
* | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any u... | Arieh Schneier | 2023-06-05 | 2 | -11/+57 |
* | plumbing: gitignore, fix incorrect parsing. Fixes #500 | Arieh Schneier | 2023-05-29 | 2 | -6/+40 |
* | plumbing: gitignore, Typo | Jleagle | 2023-05-25 | 1 | -1/+1 |
* | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ... | Jleagle | 2023-05-25 | 2 | -0/+47 |
* | git: enable fetch with unqualified references | Arieh Schneier | 2023-05-25 | 1 | -3/+4 |
* | Merge pull request #764 from techknowlogick/init-options | Paulo Gomes | 2023-05-23 | 1 | -0/+1 |
|\ |
|
| * | git: Allow Initial Branch to be configurable | techknowlogick | 2023-05-21 | 1 | -0/+1 |
* | | *: Add missing error checks | Paulo Gomes | 2023-05-11 | 2 | -14/+24 |
* | | *: Replace fmt.Sprintf with net.JoinHostPort | Paulo Gomes | 2023-05-11 | 2 | -4/+5 |
* | | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 32 | -93/+66 |
* | | *: Remove redudant err nil checks | Paulo Gomes | 2023-05-11 | 3 | -13/+3 |
|/ |
|
* | plumbing: transport/http, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 7 | -1/+307 |
* | plumbing: transport/http, refactor transport to cache underlying transport ob... | Sanskar Jaiswal | 2023-05-04 | 6 | -45/+230 |
* | plumbing: transport/ssh, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 5 | -14/+287 |
* | plumbing/transport: add ProxyOptions to specify proxy details | Sanskar Jaiswal | 2023-05-04 | 1 | -0/+31 |
* | Merge pull request #743 from fcharlie/improve-packed-refs | Paulo Gomes | 2023-04-26 | 1 | -1/+1 |
|\ |
|
| * | storage: filesystem/dotgit, Improve load packed-refs | Force Charlie | 2023-04-25 | 1 | -1/+1 |
* | | Merge pull request #715 from jotadrilo/fix/csp-like | Paulo Gomes | 2023-04-17 | 1 | -4/+16 |
|\ \
| |/
|/| |
|
| * | internal: Fix regression in csp-like match | Joseda Rios | 2023-04-15 | 1 | -4/+16 |
* | | Merge pull request #707 from pjbgf/experimental-sha256 | Paulo Gomes | 2023-04-11 | 15 | -31/+117 |
|\ \ |
|
| * | | *: Support variable length plumbing.Hash | Paulo Gomes | 2023-03-08 | 11 | -31/+31 |
| * | | config: Add Repository Format Extension | Paulo Gomes | 2023-03-08 | 1 | -0/+53 |
| * | | plumbing/hash: Add SHA256 as a supported algorithm | Paulo Gomes | 2023-03-07 | 3 | -0/+33 |
| |/ |
|
* / | plumbing: resolve non-external delta references | ZauberNerd | 2023-03-23 | 2 | -0/+22 |
|/ |
|
* | Merge pull request #655 from aymanbagabas/hostkeycallback | Paulo Gomes | 2023-03-06 | 4 | -43/+101 |
|\ |
|
| * | fix(ssh): unable to pass a custom HostKeyCallback func | Ayman Bagabas | 2023-03-05 | 4 | -43/+101 |
* | | Merge pull request #682 from ThinkChaos/fix/transport-empty-unknown-err | Paulo Gomes | 2023-03-02 | 2 | -1/+15 |
|\ \ |
|
| * | | fix: don't use the `firstErrLine` when it is empty | ThinkChaos | 2023-02-21 | 2 | -1/+15 |
| |/ |
|
* | | Merge pull request #690 from hiddeco/recognize-tag-signaturesv5.6.0 | Máximo Cuadros | 2023-02-28 | 4 | -32/+307 |
|\ \ |
|
| * | | plumbing: support SSH/X509 signed tags | Hidde Beydals | 2023-02-27 | 4 | -32/+307 |
| |/ |
|
* / | Remove need to build with CGO | Paulo Gomes | 2023-02-25 | 1 | -4/+2 |
|/ |
|
* | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 8 | -17/+181 |
* | Merge pull request #503 from jfontan/fix/similarity-matrix-too-big | Máximo Cuadros | 2022-11-17 | 1 | -1/+7 |
|\ |
|
| * | plumbing: object, rename calculation uses too much memory | Javi Fontan | 2022-03-30 | 1 | -1/+7 |
* | | Merge pull request #354 from dowy/issue/#309-clone-branch-with-hash-in-name | Máximo Cuadros | 2022-11-17 | 2 | -6/+46 |
|\ \ |
|