aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/dotgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-081-1/+6
* | plumbing, storage: integrate new indexJavi Fontan2018-07-262-19/+17
|/
* storage/filesystem: avoid norwfs build flagSantiago M. Mola2018-06-215-94/+82
* dotgit: Move package outside internal.Antonio Jesus Navarro Perez2018-06-059-0/+2112