aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Worktree: Status, add check to see if file already checked in [Fixes 718]John Pastore2023-05-012-1/+48
* Merge pull request #659 from MichaelMure/dotgit-racev5.6.1Paulo Gomes2023-03-072-0/+73
|\
| * dotgit: fix deleted references test in windowsJavi Fontan2023-03-071-2/+3
| * dotgit: test skip deleted referencesJavi Fontan2023-03-071-0/+67
| * dotgit: fix a filesystem race in Refs/walkReferencesTreeMichael Muré2023-01-141-0/+5
* | Merge pull request #655 from aymanbagabas/hostkeycallbackPaulo Gomes2023-03-064-43/+101
|\ \
| * | fix(ssh): unable to pass a custom HostKeyCallback funcAyman Bagabas2023-03-054-43/+101
| |/
* | Merge pull request #701 from pjbgf/buildPaulo Gomes2023-03-064-6/+6
|\ \
| * | ci: Enable race detection for go testsPaulo Gomes2023-03-051-1/+1
| * | ci: Bump GitHub actionsPaulo Gomes2023-03-052-4/+4
| * | tests: Avoid use of user's GPG keys during testsPaulo Gomes2023-03-051-1/+1
|/ /
* | Merge pull request #696 from pjbgf/fix-panic-rrPaulo Gomes2023-03-022-35/+50
|\ \
| * | *: Fix panic for empty revisionsPaulo Gomes2023-03-022-35/+50
|/ /
* | Merge pull request #697 from pjbgf/bump-depsPaulo Gomes2023-03-024-17/+21
|\ \
| * | build: Reduce git token permissionsPaulo Gomes2023-03-022-0/+6
| * | Bump dependenciesPaulo Gomes2023-03-022-17/+15
|/ /
* | Merge pull request #682 from ThinkChaos/fix/transport-empty-unknown-errPaulo Gomes2023-03-022-1/+15
|\ \
| * | fix: don't use the `firstErrLine` when it is emptyThinkChaos2023-02-212-1/+15
* | | Merge pull request #684 from go-git/dependabot/go_modules/golang.org/x/net-0.7.0Paulo Gomes2023-03-022-7/+11
|\ \ \
| * | | build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0dependabot[bot]2023-03-022-7/+11
|/ / /
* | | Merge pull request #692 from pat-nel87/masterMáximo Cuadros2023-03-011-1/+0
|\ \ \
| * | | _examples: README.md , Remove broken Config link. pat-nel872023-02-271-1/+0
| |/ /
* | | Merge pull request #690 from hiddeco/recognize-tag-signaturesv5.6.0Máximo Cuadros2023-02-284-32/+307
|\ \ \
| * | | plumbing: support SSH/X509 signed tagsHidde Beydals2023-02-274-32/+307
| |/ /
* | | Merge pull request #688 from pjbgf/bump-sha1cdMáximo Cuadros2023-02-283-7/+14
|\ \ \ | |/ / |/| |
| * | Remove need to build with CGOPaulo Gomes2023-02-253-7/+14
|/ /
* | ci: update go versionMaximo Cuadros2023-02-052-2/+2
* | git: worktree: check for empty parent dirs during Reset (Fixes #670) (#671)mbohy2023-01-282-10/+90
|/
* Worktree: Add, fix add removed files. Fixes #223 (#652)v5.5.2Taketoshi Fujiwara2023-01-052-16/+70
* Merge pull request #653 from go-git/billyMáximo Cuadros2023-01-052-4/+6
|\
| * go.mod: update go-billy v5.4.0, removes racesMáximo Cuadros2023-01-052-4/+6
|/
* .github: test, remove coverallsv5.5.1Máximo Cuadros2022-12-111-15/+0
* Merge pull request #617 from doxsch/616-update-ssh-agent-to-masterMáximo Cuadros2022-12-112-3/+3
|\
| * fix: Upgrade github.com/xanzy/ssh-agent to v0.3.3 to fix panicdoxsch2022-12-052-3/+3
* | Merge pull request #625 from pjbgf/bump-sha1cd-nocgoMáximo Cuadros2022-12-113-3/+8
|\ \
| * | build: Bump github.com/pjbgf/sha1cd to v0.2.3Paulo Gomes2022-12-032-3/+3
| * | build: Add CI check for CGO_ENABLED=0Paulo Gomes2022-12-021-0/+5
| |/
* | Merge pull request #623 from pjbgf/empty-commitMáximo Cuadros2022-12-114-6/+75
|\ \ | |/ |/|
| * Return error instead of creating empty commitsPaulo Gomes2022-12-034-6/+75
|/
* Merge pull request #620 from fluxcd/update-depsv5.5.0Máximo Cuadros2022-11-303-45/+71
|\
| * build: bump git workflow to Go 1.19Paulo Gomes2022-11-301-1/+1
| * Update dependenciesPaulo Gomes2022-11-302-44/+70
|/
* Update test.ymlMáximo Cuadros2022-11-291-0/+1
* Merge pull request #622 from go-git/test-1.19Máximo Cuadros2022-11-291-3/+3
|\
| * .github: update go versionMáximo Cuadros2022-11-291-3/+3
|/
* Merge pull request #618 from fluxcd/collision_detectionMáximo Cuadros2022-11-2910-17/+184
|\
| * sha1: Add collision resistent implementationPaulo Gomes2022-11-2510-17/+184
|/
* Merge pull request #503 from jfontan/fix/similarity-matrix-too-bigMáximo Cuadros2022-11-171-1/+7
|\
| * plumbing: object, rename calculation uses too much memoryJavi Fontan2022-03-301-1/+7
* | Merge pull request #354 from dowy/issue/#309-clone-branch-with-hash-in-nameMáximo Cuadros2022-11-172-6/+46
|\ \