aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/dotgit
Commit message (Expand)AuthorAgeFilesLines
* storage: filesystem/dotgit, Improve load packed-refsForce Charlie2023-04-251-42/+38
* Merge pull request #707 from pjbgf/experimental-sha256Paulo Gomes2023-04-112-7/+10
|\
| * *: Support variable length plumbing.HashPaulo Gomes2023-03-082-7/+10
* | dotgit: fix deleted references test in windowsJavi Fontan2023-03-071-2/+3
* | dotgit: test skip deleted referencesJavi Fontan2023-03-071-0/+67
* | dotgit: fix a filesystem race in Refs/walkReferencesTreeMichael Muré2023-01-141-0/+5
|/
* Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-111-1/+1
|\
| * error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-041-1/+1
* | 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
|/
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-301-0/+79
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-021-79/+0
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-121-0/+79
* *: use go-billy instead of os callsMáximo Cuadros2021-05-023-101/+68
* Support partial hashes in Repository.ResolveRevision.David Symonds2020-07-162-3/+109
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+1
* Support `.git/commondir` repository layoutTimofey Kirillov2020-06-153-0/+241
* Revert "Merge pull request #20 from quorumcontrol/feature/other-configs"Máximo Cuadros2020-05-242-38/+18
* storage/filesystem: dotgit, sanity check provided reference pathKyle Evans2020-04-232-1/+12
* 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
* Add Merged configWes Morgan2020-04-061-15/+35
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-102-9/+8
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-106-22/+22
* Merge pull request #6 from go-git/pr-1153Máximo Cuadros2020-03-102-4/+10
|\
| * storage/filesystem: dotgit, Change the order of checking packfile name prefix...Yuichi Watanabe2019-05-171-1/+1
| * storage/filesystem: dotgit, Add prefix check to packfile name. Fixes #1149Yuichi Watanabe2019-05-171-4/+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
|/
* filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-9/+11
* Merge pull request #1006 from mcuadros/transactional-storageMáximo Cuadros2019-02-021-1/+2
|\
| * storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef...Máximo Cuadros2018-12-101-1/+2
* | storage/dotgit: test setRef with a non rwfsJavi Fontan2018-12-101-1/+24
* | storage/dotgit: use fs capabilities in setRefJavi Fontan2018-12-102-49/+49
|/
* Expose Storage cache.kuba--2018-09-071-2/+2
* storage/filesystem: compare files using offset in testJavi Fontan2018-09-061-2/+13
* storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-042-1/+70
* storage/dotgit: add ExclusiveAccess tests in dotgitJavi Fontan2018-09-041-0/+24
* storage/filesystem: move Options to filesytem and dotgitJavi Fontan2018-09-031-11/+17
* plumbing/storer: rename Static option to ExclusiveAccessJavi Fontan2018-08-311-5/+5
* dotgit: fix typo in commentJavi Fontan2018-08-301-1/+1
* git, storer: use a common storer.Options for storer and PlainOpenJavi Fontan2018-08-301-11/+6
* git: add Static option to PlainOpenJavi Fontan2018-08-301-3/+179
* storage/dotgit: use HasPrefix instead of SplitJavi Fontan2018-08-271-6/+9
* storage/dotgit: search for incoming dir only onceJavi Fontan2018-08-251-13/+28
* Merge pull request #887 from noxora/hook-supportMáximo Cuadros2018-08-212-3/+101
|\
| * dotgit: fix object delete testSantiago M. Mola2018-08-171-14/+18
| * added hook supportnoxora2018-08-162-4/+98
* | plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-0/+5