aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/dotgit/dotgit_test.go
Commit message (Expand)AuthorAgeFilesLines
* storage: filesystem/dotgit, add support for tmp_objdir prefixSavely Krasovsky2023-07-201-2/+23
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-4/+3
* dotgit: fix deleted references test in windowsJavi Fontan2023-03-071-2/+3
* dotgit: test skip deleted referencesJavi Fontan2023-03-071-0/+67
* Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-101-1/+1
|\
| * Remove unused variables/types/functionsAbhinav Gupta2021-11-271-1/+1
* | storage: filesystem, switch from os.SEEK_* to io.Seek* (#421)Abhinav Gupta2021-12-101-3/+4
|/
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-62/+55
* Support partial hashes in Repository.ResolveRevision.David Symonds2020-07-161-0/+35
* Revert "Merge pull request #20 from quorumcontrol/feature/other-configs"Máximo Cuadros2020-05-241-3/+3
* storage/filesystem: dotgit, sanity check provided reference pathKyle Evans2020-04-231-1/+1
* storage/filesystem: dotgit, add a test for reading refs from a directoryKyle Evans2020-04-231-1/+13
* Fix dotgit testsWes Morgan2020-04-061-3/+3
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-8/+7
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
* Merge pull request #6 from go-git/pr-1153Máximo Cuadros2020-03-101-0/+5
|\
| * storage/filesystem: dotgit, Reproduce packfile parse error. Fixes #1149Yuichi Watanabe2019-05-171-0/+5
* | *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-0/+1
|/
* storage/dotgit: test setRef with a non rwfsJavi Fontan2018-12-101-1/+24
* storage/filesystem: compare files using offset in testJavi Fontan2018-09-061-2/+13
* storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-041-0/+28
* storage/dotgit: add ExclusiveAccess tests in dotgitJavi Fontan2018-09-041-0/+24
* dotgit: fix object delete testSantiago M. Mola2018-08-171-14/+18
* added hook supportnoxora2018-08-161-1/+48
* dotgit: Move package outside internal.Antonio Jesus Navarro Perez2018-06-051-0/+683