| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: format/gitattributes, close file in ReadAttributesFile | Peter Kurfer | 2024-02-05 | 2 | -6/+11 |
* | plumbing: fix variable defaultUtf8CommitMessageEncoding name spell error | Jerry-yz | 2024-01-15 | 2 | -6/+6 |
* | plumbing: check setAuth error. Fixes #185 | nodivbyzero | 2023-12-13 | 2 | -1/+26 |
* | Merge pull request #941 from djmoch/filestats-rename | Paulo Gomes | 2023-12-01 | 2 | -2/+56 |
|\ |
|
| * | plumbing: object, enable renames in getFileStatsFromFilePatches | Daniel Moch | 2023-11-27 | 2 | -2/+56 |
* | | git: validate reference names | Ayman Bagabas | 2023-11-30 | 2 | -0/+148 |
* | | plumbing: transport: use git-proto-request and decode error-line errors | Ayman Bagabas | 2023-11-23 | 5 | -114/+157 |
* | | plumbing: handle pktline erro-line as errors | Ayman Bagabas | 2023-11-23 | 3 | -0/+128 |
* | | plumbing: add git-proto-request type | Ayman Bagabas | 2023-11-23 | 2 | -0/+120 |
|/ |
|
* | plumbing: transport/git, Improve tests error message | Paulo Gomes | 2023-11-17 | 1 | -5/+15 |
* | Merge pull request #932 from aymanbagabas/fix-empty | Paulo Gomes | 2023-11-17 | 1 | -0/+6 |
|\ |
|
| * | plumbing: fix empty uploadpack request error | Ayman Bagabas | 2023-11-16 | 1 | -0/+6 |
* | | utils: move trace to utils | Ayman Bagabas | 2023-11-16 | 2 | -2/+2 |
|/ |
|
* | plumbing: format/pktline: trace packets | Ayman Bagabas | 2023-11-15 | 2 | -0/+7 |
* | utils: remove ioutil.Pipe and use std library io.Pipe | Ayman Bagabas | 2023-11-13 | 2 | -3/+2 |
* | 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 |