| Commit message (Expand) | Author | Age | Files | Lines |
* | build: fix go-git binary build | Ayman Bagabas | 2023-11-07 | 1 | -2/+2 |
* | plumbing: format/packfile, Refactor patch delta | Paulo Gomes | 2023-11-06 | 2 | -113/+79 |
* | Merge pull request #799 from pjbgf/perf2 | Paulo Gomes | 2023-11-06 | 2 | -50/+247 |
|\ |
|
| * | plumbing: Optimise memory consumption for filesystem storage | Paulo Gomes | 2023-10-28 | 2 | -50/+247 |
* | | git: implement upload-server-info. Fixes #731 | Ayman Bagabas | 2023-11-03 | 2 | -0/+279 |
* | | plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachab... | Anand Francis Joseph | 2023-11-02 | 2 | -5/+27 |
|/ |
|
* | plumbing: commitgraph, Add generation v2 support | Andrew Thornton | 2023-10-12 | 15 | -55/+889 |
* | Merge pull request #866 from makkes/better-error-handling | Paulo Gomes | 2023-10-12 | 3 | -4/+124 |
|\ |
|
| * | plumbing: transport/common, Improve handling of remote errors | Max Jonas Werner | 2023-10-12 | 3 | -4/+124 |
* | | Merge pull request #868 from pjbgf/fix-fuzz | Paulo Gomes | 2023-10-09 | 2 | -5/+34 |
|\ \ |
|
| * | | plumbing: protocol/packp, Add validation for decodeLine | Paulo Gomes | 2023-10-07 | 2 | -5/+34 |
| |/ |
|
* | | Merge pull request #860 from enverbisevac/master | Paulo Gomes | 2023-10-08 | 2 | -0/+5 |
|\ \ |
|
| * | | git: clone --shared implemented | enverbisevac | 2023-10-08 | 2 | -0/+5 |
* | | | 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 |