| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Worktree: Add, fix add removed files. Fixes #223 (#652)v5.5.2 | Taketoshi Fujiwara | 2023-01-05 | 2 | -16/+70 |
* | | | Merge pull request #653 from go-git/billy | Máximo Cuadros | 2023-01-05 | 2 | -4/+6 |
|\ \ \ |
|
| * | | | go.mod: update go-billy v5.4.0, removes races | Máximo Cuadros | 2023-01-05 | 2 | -4/+6 |
|/ / / |
|
* | | | .github: test, remove coverallsv5.5.1 | Máximo Cuadros | 2022-12-11 | 1 | -15/+0 |
* | | | Merge pull request #617 from doxsch/616-update-ssh-agent-to-master | Máximo Cuadros | 2022-12-11 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | fix: Upgrade github.com/xanzy/ssh-agent to v0.3.3 to fix panic | doxsch | 2022-12-05 | 2 | -3/+3 |
* | | | | Merge pull request #625 from pjbgf/bump-sha1cd-nocgo | Máximo Cuadros | 2022-12-11 | 3 | -3/+8 |
|\ \ \ \ |
|
| * | | | | build: Bump github.com/pjbgf/sha1cd to v0.2.3 | Paulo Gomes | 2022-12-03 | 2 | -3/+3 |
| * | | | | build: Add CI check for CGO_ENABLED=0 | Paulo Gomes | 2022-12-02 | 1 | -0/+5 |
| |/ / / |
|
* | | | | Merge pull request #623 from pjbgf/empty-commit | Máximo Cuadros | 2022-12-11 | 4 | -6/+75 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Return error instead of creating empty commits | Paulo Gomes | 2022-12-03 | 4 | -6/+75 |
|/ / / |
|
* | | | Merge pull request #620 from fluxcd/update-depsv5.5.0 | Máximo Cuadros | 2022-11-30 | 3 | -45/+71 |
|\ \ \ |
|
| * | | | build: bump git workflow to Go 1.19 | Paulo Gomes | 2022-11-30 | 1 | -1/+1 |
| * | | | Update dependencies | Paulo Gomes | 2022-11-30 | 2 | -44/+70 |
|/ / / |
|
* | | | Update test.yml | Máximo Cuadros | 2022-11-29 | 1 | -0/+1 |
* | | | Merge pull request #622 from go-git/test-1.19 | Máximo Cuadros | 2022-11-29 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | .github: update go version | Máximo Cuadros | 2022-11-29 | 1 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #618 from fluxcd/collision_detection | Máximo Cuadros | 2022-11-29 | 10 | -17/+184 |
|\ \ \ |
|
| * | | | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 10 | -17/+184 |
|/ / / |
|
* | | | 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 |
|\ \ \ \ |
|
| * | | | | plumbing: config, fix broken unit tests | Adrian Pronk | 2021-07-26 | 1 | -3/+13 |
| * | | | | plumbing: config, support correct escaping as per git-config rules | Adrian Pronk | 2021-07-25 | 2 | -13/+25 |
| * | | | | plumbing: config, remove duplicated character in set | Adrian Pronk | 2021-07-24 | 1 | -1/+1 |
| * | | | | plumbing: config, Branch name with hash can be cloned. Fixes #309 | Adrian Pronk | 2021-07-24 | 2 | -1/+19 |
* | | | | | Merge pull request #613 from fluxcd/unsupported | Máximo Cuadros | 2022-11-16 | 5 | -12/+97 |
|\ \ \ \ \ |
|
| * | | | | | Allow unsupported multi_ack capability | Paulo Gomes | 2022-11-16 | 5 | -12/+97 |
|/ / / / / |
|
* | | | | | Merge pull request #586 from blmayer/patch-1 | Miguel Molina | 2022-11-07 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | Fixed some little typos | Brian Mayer | 2022-09-27 | 1 | -5/+5 |
* | | | | | | Merge pull request #598 from To1ne/toon-fix-gitattr-crash | Máximo Cuadros | 2022-11-07 | 2 | -0/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | plumbing: gitattributes, Avoid index out of range | Toon Claes | 2022-10-12 | 2 | -0/+11 |
| |/ / / / / |
|
* | | | | | | Merge pull request #608 from pjbgf/optimise-zlib-reader | Máximo Cuadros | 2022-11-07 | 20 | -161/+417 |
|\ \ \ \ \ \ |
|
| * | | | | | | tests: Replace time.sleep with eventually | Paulo Gomes | 2022-11-07 | 1 | -8/+19 |
| * | | | | | | Optimize zlib reader and consolidate sync.pools | Paulo Gomes | 2022-11-07 | 19 | -153/+398 |
* | | | | | | | Merge pull request #602 from pjbgf/parse-optimisation | Máximo Cuadros | 2022-11-07 | 8 | -16/+111 |
|\| | | | | |
| |/ / / / /
|/| | | | | |
|
| * | | | | | Optimise Reference.String() | Paulo Gomes | 2022-11-07 | 2 | -3/+40 |
| * | | | | | Use Sync.Pool pointers to optimise memory usage | Paulo Gomes | 2022-11-07 | 6 | -13/+71 |
|/ / / / / |
|
* | | | | | *: fix typographical error | James Romeril | 2022-09-22 | 1 | -1/+1 |
* | | | | | *: fix some typos (#567) | cui fliter | 2022-09-22 | 2 | -3/+3 |
* | | | | | Fix typos (#532) | Quanyi Ma | 2022-09-22 | 1 | -2/+2 |
* | | | | | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`... | 🚀 Steven Ewing 🌌 | 2022-09-22 | 5 | -5/+40 |
* | | | | | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ... | Evan Elias | 2022-09-22 | 4 | -25/+55 |
* | | | | | minor grammatical fixes | Jon Eskin | 2022-09-22 | 7 | -12/+12 |
* | | | | | all: replace go-homedir with os.UserHomeDir | Daniel Martí | 2022-05-29 | 4 | -12/+7 |
* | | | | | plumbing: packp, Avoid duplicate encoding when overriding a Capability value.... | Tyler Christensen | 2022-05-01 | 2 | -1/+14 |
* | | | | | Worktree: use syscall.Timespec.Unix #437 | Tobias Klauser | 2022-04-09 | 3 | -3/+3 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #475 from michenriksen/revision-fix-endless-loop | Máximo Cuadros | 2022-02-24 | 2 | -2/+9 |
|\ \ \ \ |
|
| * | | | | revision: fix endless looping in revision parser | Michael Henriksen | 2022-02-19 | 2 | -2/+9 |
|/ / / / |
|
* | | | | Repository: don't crash accessing invalid pathinfo (#443) | Christian Muehlhaeuser | 2022-01-19 | 2 | -0/+8 |