Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove] | Máximo Cuadros | 2018-02-26 | 1 | -63/+129 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | new methods Worktree.[AddGlob|AddDirectory] | Máximo Cuadros | 2018-02-01 | 1 | -34/+184 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -1/+1 |
| | | | | | | | | | | - no length for map initialization - don't check for boolean/error return - don't format string - use string method of bytes buffer instead of converting bytes to string - use `strings.Contains` instead of `strings.Index` - use `bytes.Equal` instead of `bytes.Compare` | ||||
* | Merge pull request #617 from blacksails/patch-1 | Ori Rawlings | 2017-10-09 | 1 | -1/+1 |
|\ | | | | | Fix spelling | ||||
| * | Fix spelling | Benjamin Nørgaard | 2017-10-09 | 1 | -1/+1 |
| | | |||||
* | | Worktree.Add: Support Add deleted files, fixes #571 (#577) | grunenwflorian | 2017-09-05 | 1 | -0/+3 |
|/ | |||||
* | Worktree.Reset ignore untracked files on Merge mode | Máximo Cuadros | 2017-09-01 | 1 | -13/+29 |
| | |||||
* | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -10/+10 |
| | |||||
* | remote: fix Worktree.Status on empty repository | Máximo Cuadros | 2017-07-13 | 1 | -14/+19 |
| | |||||
* | Fixes gitignore ignored on checkout | Oleg Sklyar | 2017-06-20 | 1 | -3/+5 |
| | |||||
* | worktree: Add create and push the blob objects to the storer | Máximo Cuadros | 2017-06-19 | 1 | -19/+33 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | Merge pull request #436 from mcuadros/symlink | Máximo Cuadros | 2017-06-19 | 1 | -6/+27 |
|\ | | | | | worktree: symlink support | ||||
| * | worktree: support for symlinks | Máximo Cuadros | 2017-06-19 | 1 | -6/+27 |
| | | |||||
* | | Adds gitignore support | Oleg Sklyar | 2017-06-19 | 1 | -0/+32 |
|/ | |||||
* | worktree: Remove and Move methods | Máximo Cuadros | 2017-05-21 | 1 | -0/+65 |
| | |||||
* | Merge branch 'master' of github.com:src-d/go-git into commit | Máximo Cuadros | 2017-05-04 | 1 | -21/+15 |
|\ | |||||
| * | worktree: Add, logic improvements | Máximo Cuadros | 2017-05-04 | 1 | -21/+15 |
| | | |||||
* | | worktree: Commit method implementation | Máximo Cuadros | 2017-05-04 | 1 | -6/+21 |
| | | |||||
* | | worktree: Status return untracked for untracked files | Máximo Cuadros | 2017-05-04 | 1 | -6/+4 |
| | | |||||
* | | worktree: Status return empty status instead of nil | Máximo Cuadros | 2017-05-03 | 1 | -2/+6 |
|/ | |||||
* | *: applying new index.Index changes | Máximo Cuadros | 2017-04-26 | 1 | -14/+11 |
| | |||||
* | worktree: add method | Máximo Cuadros | 2017-04-26 | 1 | -4/+110 |
| | |||||
* | worktree: reset and checkout support for submodules | Máximo Cuadros | 2017-04-15 | 1 | -12/+42 |
| | |||||
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -23/+21 |
| | |||||
* | worktree, status implementation based on merkletrie and reset and checkout ↵ | Máximo Cuadros | 2017-04-11 | 1 | -0/+133 |
implementations |