aboutsummaryrefslogtreecommitdiffstats
path: root/worktree.go
Commit message (Collapse)AuthorAgeFilesLines
...
| * worktree: submodules, missing err validation on load configMáximo Cuadros2017-07-191-0/+4
| |
| * worktree: close .gitmodule filesMáximo Cuadros2017-07-191-0/+1
| |
* | worktree: checkout, create branchMáximo Cuadros2017-07-181-4/+33
|/
* worktree: fix ioutil import pathMáximo Cuadros2017-06-191-1/+1
|
* worktree: support for symlinksMáximo Cuadros2017-06-191-14/+35
|
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-2/+3
|
* *: applying new index.Index changesMáximo Cuadros2017-04-261-3/+3
|
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-151-20/+93
|
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-11/+76
|
* worktree, status implementation based on merkletrie and reset and checkout ↵Máximo Cuadros2017-04-111-229/+157
| | | | implementations
* Merge pull request #296 from ajnavarro/improvement/repositorySantiago M. Mola2017-03-211-1/+1
|\ | | | | git: Repository methods changes
| * git: Repository methods changesAntonio Jesus Navarro Perez2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To have a more consistent public API, we decided to rename some methods, and add others: - Commit method renamed to CommitObject - Commits method renamed to CommitObjects - Tree method renamed to TreeObject - Trees method renamed to TreeObjects - Tags method renamed to TagObjects - Tag method renamed to TagObject - Added method Tags that returns tag references - Added method Branches that returns branch references - Added method Notes that returns note references - Added BlobObject method - Added BlobObjects method Also, we added more functionality related to references: - Added iterator to iterate References with a specific filter Some notes: - #298
* | use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-1/+1
| |
* | project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-6/+6
|/ | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* replace os.FileMode use with filemode.FileModeAlberto Cortés2017-03-011-25/+24
|
* documentation and API improvementsMáximo Cuadros2017-02-211-1/+0
|
* submodule update implementationMáximo Cuadros2017-02-151-26/+19
|
* submodule init and update implementationMáximo Cuadros2017-02-141-19/+60
|
* submodule init implementationMáximo Cuadros2017-02-131-10/+48
|
* submodule init implementationMáximo Cuadros2017-02-121-0/+62
|
* git: make Storer public in Repository.Santiago M. Mola2017-02-091-2/+2
|
* Fix compile-time error on Windows (#251)Mateusz Byczkowski2017-02-021-5/+3
| | | | | | syscall.Stat_t it not defined on Windows platform, and hence go-git won't compile on Windows. It's better to pass more generic output of FileInfo `Sys()` (of type interface{}) to `fillSystemInfo` and handle type assertion separately for each platform.
* fix worktree at non linux osMáximo Cuadros2017-01-311-7/+4
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-3/+3
|
* Worktree correct FileMode at index entriesMáximo Cuadros2017-01-301-2/+19
|
* worktree, status implementationMáximo Cuadros2017-01-291-4/+249
|
* new repository constructors and worktreeMáximo Cuadros2017-01-281-0/+49