aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_test.go
Commit message (Expand)AuthorAgeFilesLines
* worktree: Don't remove root directory when cleaning (#230)hansmi2021-01-271-0/+32
* Fix relative submodule resolutionAxel Christ2020-10-281-4/+19
* git: worktree, Support relative submodule URL.Mitsutaka Naito2020-10-131-1/+43
* Report "Already up to date" when local repository ahead of remoteMathias Rüdiger2020-06-221-0/+20
* Support `.git/commondir` repository layoutTimofey Kirillov2020-06-151-0/+75
* Worktree.AddWithOptions: improve documentation and interfaceMáximo Cuadros2020-06-141-2/+2
* feat: add file with using .gitignore, fixed src-d/go-git#1219jk2k2020-06-101-0/+46
* Worktree: revert url change on testMáximo Cuadros2020-03-161-1/+1
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-2/+2
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-1/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-11/+11
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-291-1/+1
* *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-0/+1
* Keep local changes when checkout branch in worktree.Linuxer Wang2019-05-151-0/+40
* worktree: test hardcoded excludes when no gitignore is presentFabian Sabau2019-03-041-0/+28
* Merge pull request #1065 from vmarkovtsev/fix-unicodev4.10.0Máximo Cuadros2019-02-141-4/+31
|\
| * Remove Unicode normalization in difftreeVadim Markovtsev2019-02-111-4/+31
* | worktree: add sentinel error for non-fast-forward pullAlexey Smirnov2019-02-071-1/+1
|/
* Remove empty dirs when cleaning with Dir opt.kuba--2018-08-291-0/+9
* Worktree: Provide ability to add excludes (#825)Alan D. Cabrera2018-05-111-0/+30
* git: worktree, Skip special git directory. Fixes #814kuba--2018-04-181-0/+38
* *: skip time consuming testsMáximo Cuadros2018-03-211-0/+9
* new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove]Máximo Cuadros2018-02-261-14/+125
* new methods Worktree.[AddGlob|AddDirectory]Máximo Cuadros2018-02-011-0/+160
* Merge pull request #695 from darkowlzz/grep-multiple-patterns-pathspecMáximo Cuadros2017-12-201-8/+59
|\
| * git: Worktree.Grep() support multiple patterns and pathspecsSunny2017-12-201-8/+59
* | *: simplicationferhat elmas2017-12-181-2/+2
|/
* git: worktree, add Grep() method for git grep (#686)Sunny2017-12-121-0/+185
* storage: filesystem, add support for git alternates (#663)Sunny2017-12-061-0/+30
* test: git, Worktree.Clean()Sunny2017-12-041-0/+35
* all: fixes for ineffective assignferhat elmas2017-11-261-0/+12
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-6/+5
* Fix spelling Unstagged -> UnstagedBenjamin Nørgaard2017-10-081-1/+1
* Worktree.Add: Support Add deleted files, fixes #571 (#577)grunenwflorian2017-09-051-0/+4
* Worktree.Reset ignore untracked files on Merge modeMáximo Cuadros2017-09-011-35/+114
* *: windows support, some more fixes (2) (#536)Manuel Carmona2017-08-071-0/+4
* *: windows support, some more fixes (#533)Manuel Carmona2017-08-031-4/+11
* Merge pull request #526 from joshbetz/fix/filename-formMáximo Cuadros2017-08-021-0/+43
|\
| * worktree: normalized string comparison testsMáximo Cuadros2017-08-021-0/+43
* | config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-4/+4
|/
* Merge pull request #513 from mcuadros/worktree-fsMáximo Cuadros2017-07-271-60/+60
|\
| * worktree: expose underlying filesystemMáximo Cuadros2017-07-261-60/+60
* | remote: pull refactor to match default behaviourMáximo Cuadros2017-07-261-0/+60
|/
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-1/+2
* move Repository.Pull to Worktree.PullMáximo Cuadros2017-07-241-0/+159
* worktree: checkout, create branchMáximo Cuadros2017-07-181-18/+67
* remote: fix Worktree.Status on empty repositoryMáximo Cuadros2017-07-131-0/+19
* worktree: test improvemnts on empty worktreeMáximo Cuadros2017-07-131-32/+10
* Adds test that checkout possible with untracked files under gitignoreOleg Sklyar2017-06-211-4/+30
* worktree: Add create and push the blob objects to the storerMáximo Cuadros2017-06-191-0/+11