aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_test.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #493 from openmetagame/git-restore-for-pr-2022Paulo Gomes2024-08-211-0/+171
|\
| * git: worktree, add RestoreStaged which works like the "git restore --staged <...Ben Talbot2024-04-191-0/+171
* | Merge pull request #1023 from rodrigocam/masterPaulo Gomes2024-08-031-0/+27
|\ \
| * | git: worktree, Add StatusWithOptionsPaulo Gomes2024-08-031-1/+9
| * | git: worktree, Build status based on the current index instead of building it...Rodrigo Oliveira2024-02-051-0/+19
* | | Revert "Add option approximating `git clean -x` flag."Paulo Gomes2024-06-281-39/+0
* | | Merge pull request #995 from msuozzo/git-cleanPaulo Gomes2024-06-281-0/+39
|\ \ \
| * | | git: add option approximating git clean -x.Matthew Suozzo2024-01-121-0/+39
* | | | Merge pull request #1050 from onee-only/fix-empty-commitPaulo Gomes2024-05-221-11/+18
|\ \ \ \
| * | | | git: worktree, Fix tests affected by changed Commit method.onee-only2024-04-121-11/+18
| | |_|/ | |/| |
* / | | git: Refine some codes in test and non-test.onee-only2024-04-111-3/+3
|/ / /
* | / git: worktree, Don't panic on empty or root path when checking if it is validtim7752024-03-061-0/+2
| |/ |/|
* | git: Worktree.AddWithOptions, add skipStatus option. #993Moran Cohen2024-01-171-0/+160
|/
* git: worktree checkout tag hash id (#959)Ayman Bagabas2023-12-121-0/+35
* git: worktree, Align validation with upstream rulesPaulo Gomes2023-12-081-0/+75
* storage: filesystem, Add option to set a specific FS for alternatesPaulo Gomes2023-12-021-11/+20
* Merge pull request #939 from dhoizner/fix-pull-after-shallowPaulo Gomes2023-12-011-0/+36
|\
| * git: stop iterating at oldest shallow when pulling. Fixes #305Dan Hoizner2023-11-271-0/+36
* | git: validate reference namesAyman Bagabas2023-11-301-0/+24
|/
* plumbing: fix empty uploadpack request errorAyman Bagabas2023-11-161-0/+14
* *: fix some typosZhizhen He2023-09-081-1/+1
* git: worktree, reset ignored files that are part of the worktree: Fixes #819Stephan2023-09-041-2/+50
* worktree: minor speedup for doAddDirectoryThinkChaos2023-05-301-0/+90
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-6/+5
* Merge pull request #719 from cbbm142/masterPaulo Gomes2023-05-031-0/+45
|\
| * Worktree: Status, add check to see if file already checked in [Fixes 718]John Pastore2023-05-011-0/+45
* | fix: git grep bare repositoriesAyman Bagabas2023-04-261-0/+81
|/
* tests: Avoid use of user's GPG keys during testsPaulo Gomes2023-03-051-1/+1
* git: worktree: check for empty parent dirs during Reset (Fixes #670) (#671)mbohy2023-01-281-0/+51
* Worktree: Add, fix add removed files. Fixes #223 (#652)v5.5.2Taketoshi Fujiwara2023-01-051-0/+45
* Return error instead of creating empty commitsPaulo Gomes2022-12-031-3/+33
* Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-101-1/+2
|\
| * Remove unused variables/types/functionsAbhinav Gupta2021-11-271-1/+2
* | simplified sparse checkoutJohn Cai2021-11-091-0/+32
|/
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-34/+40
* 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