| Commit message (Expand) | Author | Age | Files | Lines |
* | *: fix some typos | Zhizhen He | 2023-09-08 | 1 | -1/+1 |
* | git: worktree, reset ignored files that are part of the worktree: Fixes #819 | Stephan | 2023-09-04 | 1 | -2/+50 |
* | worktree: minor speedup for doAddDirectory | ThinkChaos | 2023-05-30 | 1 | -0/+90 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 1 | -6/+5 |
* | Merge pull request #719 from cbbm142/master | Paulo Gomes | 2023-05-03 | 1 | -0/+45 |
|\ |
|
| * | Worktree: Status, add check to see if file already checked in [Fixes 718] | John Pastore | 2023-05-01 | 1 | -0/+45 |
* | | fix: git grep bare repositories | Ayman Bagabas | 2023-04-26 | 1 | -0/+81 |
|/ |
|
* | tests: Avoid use of user's GPG keys during tests | Paulo Gomes | 2023-03-05 | 1 | -1/+1 |
* | git: worktree: check for empty parent dirs during Reset (Fixes #670) (#671) | mbohy | 2023-01-28 | 1 | -0/+51 |
* | Worktree: Add, fix add removed files. Fixes #223 (#652)v5.5.2 | Taketoshi Fujiwara | 2023-01-05 | 1 | -0/+45 |
* | Return error instead of creating empty commits | Paulo Gomes | 2022-12-03 | 1 | -3/+33 |
* | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 1 | -1/+2 |
|\ |
|
| * | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 1 | -1/+2 |
* | | simplified sparse checkout | John Cai | 2021-11-09 | 1 | -0/+32 |
|/ |
|
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 1 | -34/+40 |
* | worktree: Don't remove root directory when cleaning (#230) | hansmi | 2021-01-27 | 1 | -0/+32 |
* | Fix relative submodule resolution | Axel Christ | 2020-10-28 | 1 | -4/+19 |
* | git: worktree, Support relative submodule URL. | Mitsutaka Naito | 2020-10-13 | 1 | -1/+43 |
* | Report "Already up to date" when local repository ahead of remote | Mathias Rüdiger | 2020-06-22 | 1 | -0/+20 |
* | Support `.git/commondir` repository layout | Timofey Kirillov | 2020-06-15 | 1 | -0/+75 |
* | Worktree.AddWithOptions: improve documentation and interface | Máximo Cuadros | 2020-06-14 | 1 | -2/+2 |
* | feat: add file with using .gitignore, fixed src-d/go-git#1219 | jk2k | 2020-06-10 | 1 | -0/+46 |
* | Worktree: revert url change on test | Máximo Cuadros | 2020-03-16 | 1 | -1/+1 |
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 1 | -2/+2 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -1/+1 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -11/+11 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 1 | -0/+1 |
* | Keep local changes when checkout branch in worktree. | Linuxer Wang | 2019-05-15 | 1 | -0/+40 |
* | worktree: test hardcoded excludes when no gitignore is present | Fabian Sabau | 2019-03-04 | 1 | -0/+28 |
* | 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 |