Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree: solve merge conflictsv4.7.0 | Máximo Cuadros | 2018-09-06 | 1 | -0/+14 |
|\ | |||||
| * | worktree: address PR comments: sort imports appropriately | Mark Bartel | 2018-07-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Mark Bartel <github@spottybenny.ca> | ||||
| * | worktree: sort the tree object. Fixes #881 | Mark Bartel | 2018-07-03 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Mark Bartel <github@spottybenny.ca> | ||||
* | | git: Remove use of strings.Builder | Chris Marchesi | 2018-08-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This was added in Go 1.10 and is not supported on Go 1.9. Switched to bytes.Buffer to ensure compatibility. Signed-off-by: Chris Marchesi <chrism@vancluevertech.com> | ||||
* | | git: Add ability to PGP sign commits | Chris Marchesi | 2018-08-16 | 1 | -0/+25 |
|/ | | | | | | | | | | This adds the ability to sign commits by adding the SignKey field to CommitOptions. If present, the commit will be signed during the WorkTree.Commit call. The supplied SignKey must already be decrypted by the caller. Signed-off-by: Chris Marchesi <chrism@vancluevertech.com> | ||||
* | new methods Worktree.[AddGlob|AddDirectory] | Máximo Cuadros | 2018-02-01 | 1 | -1/+0 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | worktree: commit, use path package instead of filepath | Máximo Cuadros | 2017-07-19 | 1 | -13/+13 |
| | |||||
* | worktree: Add create and push the blob objects to the storer | Máximo Cuadros | 2017-06-19 | 1 | -96/+12 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | worktree: support for symlinks | Máximo Cuadros | 2017-06-19 | 1 | -1/+31 |
| | |||||
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | worktree: Commit, tests improvements | Máximo Cuadros | 2017-05-04 | 1 | -2/+2 |
| | |||||
* | worktree: Commit method implementation | Máximo Cuadros | 2017-05-04 | 1 | -0/+243 |