aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | plumbing: config, fix broken unit testsAdrian Pronk2021-07-261-3/+13
| * | plumbing: config, support correct escaping as per git-config rulesAdrian Pronk2021-07-252-13/+25
| * | plumbing: config, remove duplicated character in setAdrian Pronk2021-07-241-1/+1
| * | plumbing: config, Branch name with hash can be cloned. Fixes #309Adrian Pronk2021-07-242-1/+19
* | | Merge pull request #613 from fluxcd/unsupportedMáximo Cuadros2022-11-165-12/+97
|\ \ \
| * | | Allow unsupported multi_ack capabilityPaulo Gomes2022-11-165-12/+97
|/ / /
* | | Merge pull request #586 from blmayer/patch-1Miguel Molina2022-11-071-5/+5
|\ \ \
| * | | Fixed some little typosBrian Mayer2022-09-271-5/+5
* | | | Merge pull request #598 from To1ne/toon-fix-gitattr-crashMáximo Cuadros2022-11-072-0/+11
|\ \ \ \
| * | | | plumbing: gitattributes, Avoid index out of rangeToon Claes2022-10-122-0/+11
| |/ / /
* | | | Merge pull request #608 from pjbgf/optimise-zlib-readerMáximo Cuadros2022-11-0720-161/+417
|\ \ \ \
| * | | | tests: Replace time.sleep with eventuallyPaulo Gomes2022-11-071-8/+19
| * | | | Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-0719-153/+398
* | | | | Merge pull request #602 from pjbgf/parse-optimisationMáximo Cuadros2022-11-078-16/+111
|\| | | | | |/ / / |/| | |
| * | | Optimise Reference.String()Paulo Gomes2022-11-072-3/+40
| * | | Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-076-13/+71
|/ / /
* | | *: fix typographical errorJames Romeril2022-09-221-1/+1
* | | *: fix some typos (#567)cui fliter2022-09-222-3/+3
* | | Fix typos (#532)Quanyi Ma2022-09-221-2/+2
* | | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`...🚀 Steven Ewing 🌌2022-09-225-5/+40
* | | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ...Evan Elias2022-09-224-25/+55
* | | minor grammatical fixesJon Eskin2022-09-227-12/+12
* | | all: replace go-homedir with os.UserHomeDirDaniel Martí2022-05-294-12/+7
* | | plumbing: packp, Avoid duplicate encoding when overriding a Capability value....Tyler Christensen2022-05-012-1/+14
* | | Worktree: use syscall.Timespec.Unix #437 Tobias Klauser2022-04-093-3/+3
| |/ |/|
* | Merge pull request #475 from michenriksen/revision-fix-endless-loopMáximo Cuadros2022-02-242-2/+9
|\ \
| * | revision: fix endless looping in revision parserMichael Henriksen2022-02-192-2/+9
|/ /
* | Repository: don't crash accessing invalid pathinfo (#443)Christian Muehlhaeuser2022-01-192-0/+8