aboutsummaryrefslogtreecommitdiffstats
path: root/submodule.go
Commit message (Collapse)AuthorAgeFilesLines
* Worktree.Reset ignore untracked files on Merge modeMáximo Cuadros2017-09-011-4/+7
|
* Merge pull request #501 from smola/config-multiple-urlsMáximo Cuadros2017-08-021-1/+1
|\ | | | | config: multiple values in RemoteConfig (URLs and Fetch)
| * config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-1/+1
| | | | | | | | | | | | | | | | * Change `URL string` to `URL []string` in `RemoteConfig`, since git allows multiple URLs per remote. See: http://marc.info/?l=git&m=116231242118202&w=2 * Fix marshalling of multiple fetch refspecs.
* | Submodule.Update, add Auth to SubmoduleUpdateOption, fixes #520Máximo Cuadros2017-07-281-1/+1
|/
* worktree: expose underlying filesystemMáximo Cuadros2017-07-261-1/+1
|
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-7/+30
|
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-1/+11
|
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-151-7/+154
|
* worktree, status implementation based on merkletrie and reset and checkout ↵Máximo Cuadros2017-04-111-3/+3
| | | | implementations
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* documentation and API improvementsMáximo Cuadros2017-02-211-1/+1
|
* submodule update implementationMáximo Cuadros2017-02-151-18/+110
|
* submodule init and update implementationMáximo Cuadros2017-02-141-11/+57
|
* submodule init implementationMáximo Cuadros2017-02-131-1/+7
|
* submodule init implementationMáximo Cuadros2017-02-121-0/+30