aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_commit.go
Commit message (Expand)AuthorAgeFilesLines
* git: worktree_commit, just store objects not already stored (#224)jsteuer2021-02-091-0/+4
* speed up commit with all: true optionAnton Kaymakchi2020-07-211-2/+8
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-6/+6
* worktree: solve merge conflictsv4.7.0Máximo Cuadros2018-09-061-0/+14
|\
| * worktree: address PR comments: sort imports appropriatelyMark Bartel2018-07-071-1/+1
| * worktree: sort the tree object. Fixes #881Mark Bartel2018-07-031-0/+14
* | git: Remove use of strings.BuilderChris Marchesi2018-08-161-1/+2
* | git: Add ability to PGP sign commitsChris Marchesi2018-08-161-0/+25
|/
* new methods Worktree.[AddGlob|AddDirectory]Máximo Cuadros2018-02-011-1/+0
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* worktree: expose underlying filesystemMáximo Cuadros2017-07-261-1/+1
* worktree: commit, use path package instead of filepathMáximo Cuadros2017-07-191-13/+13
* worktree: Add create and push the blob objects to the storerMáximo Cuadros2017-06-191-96/+12
* worktree: support for symlinksMáximo Cuadros2017-06-191-1/+31
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-1/+1
* worktree: Commit, tests improvementsMáximo Cuadros2017-05-041-2/+2
* worktree: Commit method implementationMáximo Cuadros2017-05-041-0/+243