| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1065 from vmarkovtsev/fix-unicodev4.10.0 | Máximo Cuadros | 2019-02-14 | 1 | -4/+31 |
|\ |
|
| * | Remove Unicode normalization in difftree | Vadim Markovtsev | 2019-02-11 | 1 | -4/+31 |
* | | worktree: add sentinel error for non-fast-forward pull | Alexey Smirnov | 2019-02-07 | 1 | -1/+1 |
|/ |
|
* | Remove empty dirs when cleaning with Dir opt. | kuba-- | 2018-08-29 | 1 | -0/+9 |
* | Worktree: Provide ability to add excludes (#825) | Alan D. Cabrera | 2018-05-11 | 1 | -0/+30 |
* | git: worktree, Skip special git directory. Fixes #814 | kuba-- | 2018-04-18 | 1 | -0/+38 |
* | *: skip time consuming tests | Máximo Cuadros | 2018-03-21 | 1 | -0/+9 |
* | new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove] | Máximo Cuadros | 2018-02-26 | 1 | -14/+125 |
* | new methods Worktree.[AddGlob|AddDirectory] | Máximo Cuadros | 2018-02-01 | 1 | -0/+160 |
* | Merge pull request #695 from darkowlzz/grep-multiple-patterns-pathspec | Máximo Cuadros | 2017-12-20 | 1 | -8/+59 |
|\ |
|
| * | git: Worktree.Grep() support multiple patterns and pathspecs | Sunny | 2017-12-20 | 1 | -8/+59 |
* | | *: simplication | ferhat elmas | 2017-12-18 | 1 | -2/+2 |
|/ |
|
* | git: worktree, add Grep() method for git grep (#686) | Sunny | 2017-12-12 | 1 | -0/+185 |
* | 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 |