aboutsummaryrefslogtreecommitdiffstats
path: root/submodule_test.go
Commit message (Collapse)AuthorAgeFilesLines
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-0/+12
|
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-2/+3
|
* do not convert local paths to URLSantiago M. Mola2017-04-281-3/+2
| | | | | | | * Do not convert local paths to URLs, just keep them as they are. * This way we add support for Windows without taking care of Windows path-to-URL conversion.
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-151-0/+29
|
* worktree, status implementation based on merkletrie and reset and checkout ↵Máximo Cuadros2017-04-111-3/+2
| | | | implementations
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* submodule update implementationMáximo Cuadros2017-02-151-18/+68
|
* submodule init and update implementationMáximo Cuadros2017-02-141-0/+114