| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #937 from matejrisek/feature/rename-short-fields | Paulo Gomes | 2024-03-16 | 3 | -17/+17 |
|\ |
|
| * | plumbing: Replace short field names with more descriptive ones. | Matej Risek | 2023-11-19 | 3 | -17/+17 |
* | | Merge pull request #1047 from avoidalone/master | Paulo Gomes | 2024-03-12 | 1 | -2/+2 |
|\ \ |
|
| * | | *: fix some comments | avoidalone | 2024-03-12 | 1 | -2/+2 |
* | | | Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-stats | Paulo Gomes | 2024-03-11 | 3 | -55/+152 |
|\ \ \
| |/ /
|/| | |
|
| * | | plumbing: no panic in printStat function. Fixes #177 | nodivbyzero | 2024-03-11 | 3 | -55/+152 |
* | | | plumbing: object, Apply memoization in (*treeNoder).Children. | onee-only | 2024-03-10 | 1 | -1/+3 |
* | | | plumbing: object, Optimize getNextFileCommit to reuse parent tree. | onee-only | 2024-03-10 | 1 | -5/+11 |
* | | | plumbing: object, check entry order in (*Tree).Encode, export TreeEntrySorter | yiteng.nyt | 2024-03-08 | 2 | -0/+55 |
* | | | plumbing: object, check filename in (*Tree).Encode | yiteng.nyt | 2024-03-08 | 1 | -0/+3 |
* | | | plumbing: object, Make first commit visible on logs filtered with filename. F... | onee-only | 2024-03-05 | 2 | -1/+28 |
* | | | 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 |