aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_commit_test.go
Commit message (Expand)AuthorAgeFilesLines
* git: worktree, Fix tests affected by changed Commit method.onee-only2024-04-121-3/+122
* git: worktree_commit, Fix amend commit to apply changes. Fixes #1024onee-only2024-03-101-1/+22
* git: Worktree.AddWithOptions, add skipStatus option. #993Moran Cohen2024-01-171-1/+112
* Merge branch 'master' into jc/commit-ammendPaulo Gomes2023-08-051-1/+25
|\
| * Return error instead of creating empty commitsPaulo Gomes2022-12-031-1/+25
* | Add Amend option to CommitOptionsJohn Cai2022-01-031-0/+31
|/
* Remove unused variables/types/functionsAbhinav Gupta2021-11-271-2/+3
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-12/+9
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-061-3/+3
* *: fix flaky testMáximo Cuadros2021-03-261-1/+1
* transport: ssh, fix cloning large repositories (#272)David Cuadrado2021-03-261-0/+4
* git: worktree_commit, just store objects not already stored (#224)jsteuer2021-02-091-0/+59
* Repository.ConfigScoped and Repository.Commit with empty author supportMáximo Cuadros2020-05-241-4/+8
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-10/+10
* *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-1/+1
* Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-supportMáximo Cuadros2018-09-101-3/+56
|\
| * Expose Storage cache.kuba--2018-09-071-2/+2
| * worktree: solve merge conflictsv4.7.0Máximo Cuadros2018-09-061-3/+56
| |\
| | * worktree: address PR comments: sort imports appropriatelyMark Bartel2018-07-071-5/+5
| | * worktree: add test for correct tree sorting (issue #881)Mark Bartel2018-07-031-0/+54
* | | git: Replace test signing key with one with longer expiryChris Marchesi2018-08-211-53/+53
|/ /
* | git: Add extra test for testing bad key error caseChris Marchesi2018-08-161-55/+85
* | git: Remove old hash validation codeChris Marchesi2018-08-161-5/+0
* | git: Remove use of strings.BuilderChris Marchesi2018-08-161-1/+2
* | git: Add ability to PGP sign commitsChris Marchesi2018-08-161-0/+115
|/
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-2/+2
* Worktree.Add: Support Add deleted files, fixes #571 (#577)grunenwflorian2017-09-051-0/+36
* worktree: expose underlying filesystemMáximo Cuadros2017-07-261-4/+4
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-6/+6
* worktree: Commit, tests improvementsMáximo Cuadros2017-05-041-0/+13
* worktree: Commit method implementationMáximo Cuadros2017-05-041-0/+126