aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_commit.go
Commit message (Expand)AuthorAgeFilesLines
* git: worktree_commit, Modify checking empty commit. Fixes #723onee-only2024-04-111-7/+19
* git: worktree_commit, Fix amend commit to apply changes. Fixes #1024onee-only2024-03-101-16/+17
* git: signer, fix usage of crypto.Signer interfaceBilly Lynch2024-02-131-33/+4
* git: worktree_commit, Add crypto.Signer option to CommitOptions.Billy Lynch2024-01-181-10/+43
* git: worktree checkout tag hash id (#959)Ayman Bagabas2023-12-121-1/+1
* Merge branch 'master' into jc/commit-ammendPaulo Gomes2023-08-051-5/+16
|\
| * Return error instead of creating empty commitsPaulo Gomes2022-12-031-2/+13
* | Add Amend option to CommitOptionsJohn Cai2022-01-031-12/+29
|/
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-061-1/+1
* 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