aboutsummaryrefslogtreecommitdiffstats
path: root/worktree.go
Commit message (Expand)AuthorAgeFilesLines
* simplified sparse checkoutJohn Cai2021-11-091-7/+18
* Add RemoteURL to {Fetch,Pull,Push}OptionsNorwin2021-09-151-0/+1
* Minor doc fixes (#287)Jeff Widman2021-04-161-1/+1
* worktree: Don't remove root directory when cleaning (#230)hansmi2021-01-271-1/+1
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-271-5/+7
* Fix relative submodule resolutionAxel Christ2020-10-281-22/+0
* git: worktree, Support relative submodule URL.Mitsutaka Naito2020-10-131-1/+27
* fix goreportcard warningsOleg Kovalov2020-07-011-2/+1
* Report "Already up to date" when local repository ahead of remoteMathias Rüdiger2020-06-221-1/+7
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-12/+12
* Worktree: improve build index performance. (#1179)Nao YONASHIRO2019-07-251-17/+56
* use constant instead of literal stringnoonehereplzgo2019-06-111-1/+1
* Keep local changes when checkout branch in worktree.Linuxer Wang2019-05-151-0/+2
* git: remove potentially duplicate check for unstaged filesTobias Meinhardt2019-03-051-11/+0
* worktree: add sentinel error for non-fast-forward pullAlexey Smirnov2019-02-071-5/+6
* Add Status.IsUntracked functionkuba--2018-08-291-3/+1
* Remove empty dirs when cleaning with Dir opt.kuba--2018-08-291-14/+44
* worktree: Don't allow .gitmodules to be a symlink. Fixes CVE-2018-11235Joseph Vusich2018-05-301-0/+12
* Worktree: Provide ability to add excludes (#825)Alan D. Cabrera2018-05-111-0/+3
* Added support for non-symlink checkouts on Windows when elevated rights are m...Felix Kollmann2018-03-121-0/+16
* all: remove some unused codeDaniel Martí2018-03-011-4/+0
* git: Worktree.Grep() support multiple patterns and pathspecsSunny2017-12-201-23/+61
* git: worktree, add Grep() method for git grep (#686)Sunny2017-12-121-0/+100
* git: worktree, add Clean() method for git cleanSunny2017-12-041-0/+27
* Support non-force fetchesNick Thomas2017-11-271-0/+1
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-2/+2
* Fix spelling Unstagged -> UnstagedBenjamin Nørgaard2017-10-081-3/+3
* Worktree.Reset ignore untracked files on Merge modeMáximo Cuadros2017-09-011-73/+115
* Merge pull request #531 from mcuadros/ref-nameMáximo Cuadros2017-08-021-3/+3
|\
| * *: use the new API for ReferenceName.Is* methodsMáximo Cuadros2017-08-021-3/+3
* | reuse Auth method when recursing submodules, fixes #521Devon Barrett2017-07-291-7/+7
|/
* Merge pull request #513 from mcuadros/worktree-fsMáximo Cuadros2017-07-271-10/+12
|\
| * worktree: expose underlying filesystemMáximo Cuadros2017-07-261-10/+12
* | remote: pull refactor to match default behaviourMáximo Cuadros2017-07-261-3/+46
|/
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-2/+16
* move Repository.Pull to Worktree.PullMáximo Cuadros2017-07-241-0/+41
* Merge pull request #493 from src-d/windowsMáximo Cuadros2017-07-191-0/+5
|\
| * worktree: submodules, missing err validation on load configMáximo Cuadros2017-07-191-0/+4
| * worktree: close .gitmodule filesMáximo Cuadros2017-07-191-0/+1
* | worktree: checkout, create branchMáximo Cuadros2017-07-181-4/+33
|/
* worktree: fix ioutil import pathMáximo Cuadros2017-06-191-1/+1
* worktree: support for symlinksMáximo Cuadros2017-06-191-14/+35
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-2/+3
* *: applying new index.Index changesMáximo Cuadros2017-04-261-3/+3
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-151-20/+93
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-11/+76
* worktree, status implementation based on merkletrie and reset and checkout im...Máximo Cuadros2017-04-111-229/+157
* Merge pull request #296 from ajnavarro/improvement/repositorySantiago M. Mola2017-03-211-1/+1
|\
| * git: Repository methods changesAntonio Jesus Navarro Perez2017-03-061-1/+1
* | use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-1/+1