aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/storage.go
Commit message (Expand)AuthorAgeFilesLines
* filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-1/+3
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-281-5/+1
* Expose Storage cache.kuba--2018-09-071-15/+14
* storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-041-0/+4
* storage/filesystem: move Options to filesytem and dotgitJavi Fontan2018-09-031-10/+17
* storage/filesystem: make Storage options privateJavi Fontan2018-09-031-2/+2
* git, storer: use a common storer.Options for storer and PlainOpenJavi Fontan2018-08-301-17/+8
* git: add Static option to PlainOpenJavi Fontan2018-08-301-3/+24
* storage: filesystem, make ObjectStorage constructor publicMiguel Molina2018-06-081-1/+1
* dotgit: Move package outside internal.Antonio Jesus Navarro Perez2018-06-051-1/+1
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-1/+1
* fix gofmtSantiago M. Mola2017-06-131-2/+2
* storage/filesystem: call initialization explicitely, fixes #408Santiago M. Mola2017-06-011-4/+6
* storage: filesystem, initialize the default folder scaffoldingMáximo Cuadros2017-05-211-0/+4
* use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
* Repository.Init now handles non-standard .git locationMáximo Cuadros2017-02-131-0/+9
* storage: git.Storer move to storage.Storer and module handlingMáximo Cuadros2017-02-121-0/+2
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
* storage: IndexStorer implementationMáximo Cuadros2017-01-281-0/+2
* Extract billy (#173)Sergio Arbeo2016-12-191-2/+3
* storage: shallow storage (#180)Máximo Cuadros2016-12-151-0/+2
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-31/+12
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-091-8/+8
* storage: filesystem idx generation (wip)Máximo Cuadros2016-09-061-8/+4
* doc packagesMáximo Cuadros2016-09-011-0/+1
* storage/filesystem: ConfigStore implementationMáximo Cuadros2016-08-211-0/+11
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-12/+8
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-176/+19
* storage: seekable renamed to filesystemMáximo Cuadros2016-08-111-0/+203