| Commit message (Expand) | Author | Age | Files | Lines |
* | storage: filesystem, Add option to set a specific FS for alternates | Paulo Gomes | 2023-12-02 | 3 | -53/+178 |
* | plumbing: Optimise memory consumption for filesystem storage | Paulo Gomes | 2023-10-28 | 1 | -0/+13 |
* | git: clone --shared implemented | enverbisevac | 2023-10-08 | 2 | -1/+36 |
* | storage: filesystem/dotgit, add support for tmp_objdir prefix | Savely Krasovsky | 2023-07-20 | 2 | -3/+26 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 3 | -8/+5 |
* | storage: filesystem, Populate index before use. Fixes #148 | Arieh Schneier | 2023-05-04 | 2 | -0/+25 |
* | storage: filesystem/dotgit, Improve load packed-refs | Force Charlie | 2023-04-25 | 1 | -42/+38 |
* | Merge pull request #707 from pjbgf/experimental-sha256 | Paulo Gomes | 2023-04-11 | 2 | -7/+10 |
|\ |
|
| * | *: Support variable length plumbing.Hash | Paulo Gomes | 2023-03-08 | 2 | -7/+10 |
* | | dotgit: fix deleted references test in windows | Javi Fontan | 2023-03-07 | 1 | -2/+3 |
* | | dotgit: test skip deleted references | Javi Fontan | 2023-03-07 | 1 | -0/+67 |
* | | dotgit: fix a filesystem race in Refs/walkReferencesTree | Michael Muré | 2023-01-14 | 1 | -0/+5 |
|/ |
|
* | Use Sync.Pool pointers to optimise memory usage | Paulo Gomes | 2022-11-07 | 1 | -1/+13 |
* | minor grammatical fixes | Jon Eskin | 2022-09-22 | 1 | -1/+1 |
* | Merge pull request #425 from abhinav/error-strings | Máximo Cuadros | 2021-12-11 | 1 | -1/+1 |
|\ |
|
| * | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 1 | -1/+1 |
* | | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 2 | -2/+2 |
|\ \ |
|
| * | | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 2 | -2/+2 |
| |/ |
|
* / | storage: filesystem, switch from os.SEEK_* to io.Seek* (#421) | Abhinav Gupta | 2021-12-10 | 2 | -5/+6 |
|/ |
|
* | plumbing: format/packfile, prevent large objects from being read into memory ... | zeripath | 2021-06-30 | 4 | -10/+156 |
* | Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2 | zeripath | 2021-06-02 | 2 | -87/+1 |
* | plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0 | zeripath | 2021-05-12 | 2 | -1/+87 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 6 | -114/+93 |
* | Support partial hashes in Repository.ResolveRevision. | David Symonds | 2020-07-16 | 4 | -3/+157 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 2 | -3/+3 |
* | 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 | 1 | -0/+2 |
|\ |
|
| * | Close Reader & Writer of EncodedObject after use | Kyungmin Bae | 2020-05-24 | 1 | -0/+2 |
* | | 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 | 1 | -15/+3 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 5 | -25/+11 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 17 | -62/+62 |
* | 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 |
* | | *: 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 |
|/ |
|
* | Merge pull request #1006 from mcuadros/transactional-storage | Máximo Cuadros | 2019-02-02 | 1 | -1/+2 |
|\ |
|
| * | storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef... | Máximo Cuadros | 2018-12-10 | 1 | -1/+2 |
* | | 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 |