aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-022-87/+1
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-122-1/+87
* *: use go-billy instead of os callsMáximo Cuadros2021-05-026-114/+93
* Support partial hashes in Repository.ResolveRevision.David Symonds2020-07-164-3/+157
* fix goreportcard warningsOleg Kovalov2020-07-012-3/+3
* Support `.git/commondir` repository layoutTimofey Kirillov2020-06-153-0/+241
* Merge pull request #73 from WKBae/close_objectv5.1.0Máximo Cuadros2020-05-241-0/+2
|\
| * Close Reader & Writer of EncodedObject after useKyungmin Bae2020-05-241-0/+2
* | config: ReadConfig and LoadConfig from scopesMáximo Cuadros2020-05-241-15/+2
* | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs"Máximo Cuadros2020-05-243-86/+22
|/
* 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-062-19/+83
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-15/+3
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-105-25/+11
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-1017-62/+62
* 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
* | Worktree: improve build index performance. (#1179)Nao YONASHIRO2019-07-251-1/+7
|/
* Merge pull request #1123 from saracen/object-storage-open-packfileMáximo Cuadros2019-04-234-49/+138
|\
| * filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-224-49/+138
* | plumbing: format/index perf, buffered reads, reflection removalArran Walker2019-04-211-1/+2
|/
* 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/filesystem: check file object before using cacheJavi Fontan2019-01-302-5/+21
* | 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
* | plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-282-28/+37
* | storage/filesystem: Added reindex method to reindex packfilesJavier Peletier2018-11-122-0/+61
|/
* filesystem: add a new test for EncodedObjectSizeJeremy Stribling2018-10-122-3/+15
* object: get object size without reading whole objectJeremy Stribling2018-10-112-0/+99
* storage/filesystem: add more doc to NewPackfileIterJavi Fontan2018-09-211-4/+7
* storage/filesystem: keep packs open in PackfileIterJavi Fontan2018-09-202-14/+63
* Expose Storage cache.kuba--2018-09-076-60/+41
* storage/filesystem: compare files using offset in testJavi Fontan2018-09-062-3/+20
* storage/filesystem: add KeepDescriptors testJavi Fontan2018-09-051-0/+31
* storage/dotgit: add KeepDescriptors optionJavi Fontan2018-09-044-2/+83
* storage/dotgit: add ExclusiveAccess tests in dotgitJavi Fontan2018-09-041-0/+24
* storage/filesystem: move Options to filesytem and dotgitJavi Fontan2018-09-034-25/+50
* storage/filesystem: make Storage options privateJavi Fontan2018-09-031-2/+2
* plumbing/storer: rename Static option to ExclusiveAccessJavi Fontan2018-08-312-6/+6
* dotgit: fix typo in commentJavi Fontan2018-08-301-1/+1
* git, storer: use a common storer.Options for storer and PlainOpenJavi Fontan2018-08-303-29/+17
* git: add Static option to PlainOpenJavi Fontan2018-08-303-6/+221
* 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