| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | storage: filesystem, add support for git alternates (#663) | Sunny | 2017-12-06 | 1 | -0/+30 |
* | test: git, Worktree.Clean() | Sunny | 2017-12-04 | 1 | -0/+35 |
* | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 1 | -0/+12 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -6/+5 |
* | Fix spelling Unstagged -> Unstaged | Benjamin Nørgaard | 2017-10-08 | 1 | -1/+1 |
* | Worktree.Add: Support Add deleted files, fixes #571 (#577) | grunenwflorian | 2017-09-05 | 1 | -0/+4 |
* | Worktree.Reset ignore untracked files on Merge mode | Máximo Cuadros | 2017-09-01 | 1 | -35/+114 |
* | *: windows support, some more fixes (2) (#536) | Manuel Carmona | 2017-08-07 | 1 | -0/+4 |
* | *: windows support, some more fixes (#533) | Manuel Carmona | 2017-08-03 | 1 | -4/+11 |
* | Merge pull request #526 from joshbetz/fix/filename-form | Máximo Cuadros | 2017-08-02 | 1 | -0/+43 |
|\ |
|
| * | worktree: normalized string comparison tests | Máximo Cuadros | 2017-08-02 | 1 | -0/+43 |
* | | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #513 from mcuadros/worktree-fs | Máximo Cuadros | 2017-07-27 | 1 | -60/+60 |
|\ |
|
| * | 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 |
* | Merge pull request #436 from mcuadros/symlink | Máximo Cuadros | 2017-06-19 | 1 | -0/+51 |
|\ |
|
| * | 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 | 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 im... | Máximo Cuadros | 2017-04-11 | 1 | -24/+182 |
* | 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 |
* | 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 |