aboutsummaryrefslogtreecommitdiffstats
path: root/submodule_test.go
Commit message (Collapse)AuthorAgeFilesLines
* git: Testing, Fix tests not cleaning temp foldersArieh Schneier2023-05-111-10/+6
| | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
* git: Add Depth to SubmoduleUpdateOptionsmatej.risek2023-05-041-0/+29
|
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-3/+2
|
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+1
|
* *: 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-1/+1
|
* worktree: Don't allow .gitmodules to be a symlink. Fixes CVE-2018-11235Joseph Vusich2018-05-301-0/+15
| | | | | | | | | References: * https://blogs.msdn.microsoft.com/devops/2018/05/29/announcing-the-may-2018-git-security-vulnerability/ * https://security-tracker.debian.org/tracker/CVE-2018-11235 * https://github.com/git/git/commit/10ecfa76491e4923988337b2e2243b05376b40de Signed-off-by: Joseph Vusich <jvusich@amazon.com>
* *: skip time consuming testsMáximo Cuadros2018-03-211-0/+17
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* worktree: expose underlying filesystemMáximo Cuadros2017-07-261-1/+1
|
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-0/+12
|
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-2/+3
|
* do not convert local paths to URLSantiago M. Mola2017-04-281-3/+2
| | | | | | | * Do not convert local paths to URLs, just keep them as they are. * This way we add support for Windows without taking care of Windows path-to-URL conversion.
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-151-0/+29
|
* worktree, status implementation based on merkletrie and reset and checkout ↵Máximo Cuadros2017-04-111-3/+2
| | | | implementations
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* submodule update implementationMáximo Cuadros2017-02-151-18/+68
|
* submodule init and update implementationMáximo Cuadros2017-02-141-0/+114