Commit Graph

17 Commits

Author SHA1 Message Date
Máximo Cuadros
2bdfd91f04 *: migration from gopkg to go modules 2020-03-10 00:40:56 +01:00
Máximo Cuadros
caa4dc4729 update to go-billy.v4 and go-git-fixtures.v3
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
2017-11-23 07:19:39 +01:00
Máximo Cuadros
f1e58e0d30 Worktree.Reset ignore untracked files on Merge mode 2017-09-01 17:26:52 +02:00
Máximo Cuadros
9befb514d8 Merge pull request #501 from smola/config-multiple-urls
config: multiple values in RemoteConfig (URLs and Fetch)
2017-08-02 08:12:44 +02:00
Santiago M. Mola
9488c59834 config: multiple values in RemoteConfig (URLs and Fetch)
* 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.
2017-08-01 13:01:54 +02:00
Máximo Cuadros
11a403e8af Submodule.Update, add Auth to SubmoduleUpdateOption, fixes #520 2017-07-28 21:26:17 +02:00
Máximo Cuadros
ab590eb898 worktree: expose underlying filesystem 2017-07-26 21:46:49 +02:00
Máximo Cuadros
064051f972 *: package context support in Repository, Remote and Submodule 2017-07-26 06:24:47 +02:00
Máximo Cuadros
abb9ec0f3e *: upgrade to go-billy.v3, merge 2017-06-18 12:15:40 +02:00
Máximo Cuadros
4b0fc1eb69 worktree: reset and checkout support for submodules 2017-04-15 23:13:45 +02:00
Máximo Cuadros
116fed7ea7 worktree, status implementation based on merkletrie and reset and checkout implementations 2017-04-11 04:41:16 +02:00
Antonio Jesus Navarro Perez
33e7c165c9 project: move imports from srcd.works to gopkg.in
To be able to fix #261 we will move again to gopkg.in before v4 stable release.
2017-03-07 12:58:18 +01:00
Máximo Cuadros
ed288b30de documentation and API improvements 2017-02-21 16:03:39 +01:00
Máximo Cuadros
d6a6decd1b submodule update implementation 2017-02-15 09:30:05 +01:00
Máximo Cuadros
7e990a811d submodule init and update implementation 2017-02-14 00:25:09 +01:00
Máximo Cuadros
c551c29a93 submodule init implementation 2017-02-13 00:40:14 +01:00
Máximo Cuadros
b3b6e51565 submodule init implementation 2017-02-12 23:04:00 +01:00