Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #513 from mcuadros/worktree-fs | Máximo Cuadros | 2017-07-27 | 1 | -60/+60 |
|\ | | | | | worktree: expose underlying filesystem | ||||
| * | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -60/+60 |
| | | |||||
* | | remote: pull refactor to match default behaviour | Máximo Cuadros | 2017-07-26 | 1 | -0/+60 |
|/ | |||||
* | *: package context support in Repository, Remote and Submodule | Máximo Cuadros | 2017-07-26 | 1 | -1/+2 |
| | |||||
* | move Repository.Pull to Worktree.Pull | Máximo Cuadros | 2017-07-24 | 1 | -0/+159 |
| | |||||
* | worktree: checkout, create branch | Máximo Cuadros | 2017-07-18 | 1 | -18/+67 |
| | |||||
* | remote: fix Worktree.Status on empty repository | Máximo Cuadros | 2017-07-13 | 1 | -0/+19 |
| | |||||
* | worktree: test improvemnts on empty worktree | Máximo Cuadros | 2017-07-13 | 1 | -32/+10 |
| | |||||
* | Adds test that checkout possible with untracked files under gitignore | Oleg Sklyar | 2017-06-21 | 1 | -4/+30 |
| | |||||
* | worktree: Add create and push the blob objects to the storer | Máximo Cuadros | 2017-06-19 | 1 | -0/+11 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | Merge pull request #436 from mcuadros/symlink | Máximo Cuadros | 2017-06-19 | 1 | -0/+51 |
|\ | | | | | worktree: symlink support | ||||
| * | worktree: support for symlinks | Máximo Cuadros | 2017-06-19 | 1 | -0/+51 |
| | | |||||
* | | Merge pull request #429 from silvertern/gitignore | Máximo Cuadros | 2017-06-19 | 1 | -0/+50 |
|\ \ | |/ |/| | Adds .gitignore support | ||||
| * | Adds gitignore support | Oleg Sklyar | 2017-06-19 | 1 | -0/+50 |
| | | |||||
* | | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -7/+7 |
|/ | |||||
* | worktree: Remove and Move methods | Máximo Cuadros | 2017-05-21 | 1 | -0/+110 |
| | |||||
* | worktree: Status return untracked for untracked files | Máximo Cuadros | 2017-05-04 | 1 | -0/+1 |
| | |||||
* | worktree: Status return empty status instead of nil | Máximo Cuadros | 2017-05-03 | 1 | -0/+17 |
| | |||||
* | worktree: add method | Máximo Cuadros | 2017-04-26 | 1 | -0/+94 |
| | |||||
* | worktree: reset and checkout support for submodules | Máximo Cuadros | 2017-04-15 | 1 | -1/+44 |
| | |||||
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -14/+99 |
| | |||||
* | worktree, status implementation based on merkletrie and reset and checkout ↵ | Máximo Cuadros | 2017-04-11 | 1 | -24/+182 |
| | | | | implementations | ||||
* | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -4/+4 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | replace os.FileMode use with filemode.FileMode | Alberto Cortés | 2017-03-01 | 1 | -3/+3 |
| | |||||
* | submodule init and update implementation | Máximo Cuadros | 2017-02-14 | 1 | -2/+30 |
| | |||||
* | submodule init implementation | Máximo Cuadros | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | git: make Storer public in Repository. | Santiago M. Mola | 2017-02-09 | 1 | -5/+5 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 1 | -7/+7 |
| | |||||
* | Worktree correct FileMode at index entries | Máximo Cuadros | 2017-01-30 | 1 | -3/+3 |
| | |||||
* | Repository.Clone made private | Máximo Cuadros | 2017-01-29 | 1 | -2/+0 |
| | |||||
* | worktree, status implementation | Máximo Cuadros | 2017-01-29 | 1 | -0/+129 |
| | |||||
* | new repository constructors and worktree | Máximo Cuadros | 2017-01-28 | 1 | -0/+39 |