| Commit message (Expand) | Author | Age | Files | Lines |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 7 | -8/+13 |
* | Support `.git/commondir` repository layout | Timofey Kirillov | 2020-06-15 | 3 | -0/+241 |
* | Merge pull request #73 from WKBae/close_objectv5.1.0 | Máximo Cuadros | 2020-05-24 | 2 | -2/+14 |
|\ |
|
| * | Close Reader & Writer of EncodedObject after use | Kyungmin Bae | 2020-05-24 | 2 | -2/+14 |
* | | config: ReadConfig and LoadConfig from scopes | Máximo Cuadros | 2020-05-24 | 1 | -15/+2 |
* | | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs" | Máximo Cuadros | 2020-05-24 | 3 | -86/+22 |
|/ |
|
* | storage/filesystem: dotgit, sanity check provided reference path | Kyle Evans | 2020-04-23 | 2 | -1/+12 |
* | storage/filesystem: dotgit, add a test for reading refs from a directory | Kyle Evans | 2020-04-23 | 1 | -1/+13 |
* | Fix dotgit tests | Wes Morgan | 2020-04-06 | 1 | -3/+3 |
* | Add Merged config | Wes Morgan | 2020-04-06 | 2 | -19/+83 |
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 2 | -16/+4 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 8 | -34/+14 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 33 | -106/+106 |
* | Merge pull request #6 from go-git/pr-1153 | Máximo Cuadros | 2020-03-10 | 2 | -4/+10 |
|\ |
|
| * | storage/filesystem: dotgit, Change the order of checking packfile name prefix... | Yuichi Watanabe | 2019-05-17 | 1 | -1/+1 |
| * | storage/filesystem: dotgit, Add prefix check to packfile name. Fixes #1149 | Yuichi Watanabe | 2019-05-17 | 1 | -4/+5 |
| * | storage/filesystem: dotgit, Reproduce packfile parse error. Fixes #1149 | Yuichi Watanabe | 2019-05-17 | 1 | -0/+5 |
* | | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 1 | -1/+1 |
* | | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 1 | -0/+1 |
* | | Worktree: improve build index performance. (#1179) | Nao YONASHIRO | 2019-07-25 | 1 | -1/+7 |
|/ |
|
* | Merge pull request #1123 from saracen/object-storage-open-packfile | Máximo Cuadros | 2019-04-23 | 4 | -49/+138 |
|\ |
|
| * | filesystem: ObjectStorage, MaxOpenDescriptors option | Arran Walker | 2019-04-22 | 4 | -49/+138 |
* | | plumbing: format/index perf, buffered reads, reflection removal | Arran Walker | 2019-04-21 | 1 | -1/+2 |
|/ |
|
* | transactional: implement storer.PackfileWriter | Javi Fontan | 2019-03-21 | 2 | -9/+67 |
* | Merge pull request #1006 from mcuadros/transactional-storage | Máximo Cuadros | 2019-02-02 | 17 | -3/+1071 |
|\ |
|
| * | storage: transactional, package documentation | Máximo Cuadros | 2019-02-02 | 8 | -21/+75 |
| * | storage: transactional, new storage with transactional capabilities | Máximo Cuadros | 2018-12-10 | 13 | -5/+675 |
| * | storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef... | Máximo Cuadros | 2018-12-10 | 4 | -3/+58 |
| * | storage: transactional, new storage with transactional capabilities (WIP) | Máximo Cuadros | 2018-10-29 | 5 | -0/+289 |
* | | storage/filesystem: check file object before using cache | Javi Fontan | 2019-01-30 | 2 | -5/+21 |
* | | storage/dotgit: test setRef with a non rwfs | Javi Fontan | 2018-12-10 | 1 | -1/+24 |
* | | storage/dotgit: use fs capabilities in setRef | Javi Fontan | 2018-12-10 | 2 | -49/+49 |
* | | plumbing: format/packfile, performance optimizations for reading large commit... | Filip Navara | 2018-11-28 | 2 | -28/+37 |
* | | storage/filesystem: Added reindex method to reindex packfiles | Javier Peletier | 2018-11-12 | 2 | -0/+61 |
|/ |
|
* | filesystem: add a new test for EncodedObjectSize | Jeremy Stribling | 2018-10-12 | 2 | -3/+15 |
* | object: get object size without reading whole object | Jeremy Stribling | 2018-10-11 | 3 | -0/+109 |
* | storage/filesystem: add more doc to NewPackfileIter | Javi Fontan | 2018-09-21 | 1 | -4/+7 |
* | storage/filesystem: keep packs open in PackfileIter | Javi Fontan | 2018-09-20 | 2 | -14/+63 |
* | Expose Storage cache. | kuba-- | 2018-09-07 | 6 | -60/+41 |
* | storage/filesystem: compare files using offset in test | Javi Fontan | 2018-09-06 | 2 | -3/+20 |
* | storage/filesystem: add KeepDescriptors test | Javi Fontan | 2018-09-05 | 2 | -3/+31 |
* | storage/dotgit: add KeepDescriptors option | Javi Fontan | 2018-09-04 | 5 | -2/+86 |
* | storage/dotgit: add ExclusiveAccess tests in dotgit | Javi Fontan | 2018-09-04 | 1 | -0/+24 |
* | storage/filesystem: move Options to filesytem and dotgit | Javi Fontan | 2018-09-03 | 4 | -25/+50 |
* | storage/filesystem: make Storage options private | Javi Fontan | 2018-09-03 | 1 | -2/+2 |
* | plumbing/storer: rename Static option to ExclusiveAccess | Javi Fontan | 2018-08-31 | 2 | -6/+6 |
* | dotgit: fix typo in comment | Javi Fontan | 2018-08-30 | 1 | -1/+1 |
* | git, storer: use a common storer.Options for storer and PlainOpen | Javi Fontan | 2018-08-30 | 3 | -29/+17 |
* | git: add Static option to PlainOpen | Javi Fontan | 2018-08-30 | 3 | -6/+221 |
* | storage/dotgit: use HasPrefix instead of Split | Javi Fontan | 2018-08-27 | 1 | -6/+9 |