| Commit message (Expand) | Author | Age | Files | Lines |
* | git: clone --shared implemented | enverbisevac | 2023-10-08 | 1 | -1/+32 |
* | 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 | 2 | -6/+4 |
* | 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 |
|/ |
|
* | 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 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 1 | -1/+1 |
| |/ |
|
* / | storage: filesystem, switch from os.SEEK_* to io.Seek* (#421) | Abhinav Gupta | 2021-12-10 | 1 | -3/+4 |
|/ |
|
* | plumbing: format/packfile, prevent large objects from being read into memory ... | zeripath | 2021-06-30 | 1 | -0/+79 |
* | Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2 | zeripath | 2021-06-02 | 1 | -79/+0 |
* | plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0 | zeripath | 2021-05-12 | 1 | -0/+79 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 3 | -101/+68 |
* | Support partial hashes in Repository.ResolveRevision. | David Symonds | 2020-07-16 | 2 | -3/+109 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 1 | -1/+1 |
* | Support `.git/commondir` repository layout | Timofey Kirillov | 2020-06-15 | 3 | -0/+241 |
* | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs" | Máximo Cuadros | 2020-05-24 | 2 | -38/+18 |
* | 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 | 1 | -15/+35 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 2 | -9/+8 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 6 | -22/+22 |
* | 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 |
|/ |
|
* | filesystem: ObjectStorage, MaxOpenDescriptors option | Arran Walker | 2019-04-22 | 1 | -9/+11 |
* | 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/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 |
|/ |
|
* | Expose Storage cache. | kuba-- | 2018-09-07 | 1 | -2/+2 |
* | storage/filesystem: compare files using offset in test | Javi Fontan | 2018-09-06 | 1 | -2/+13 |
* | storage/dotgit: add KeepDescriptors option | Javi Fontan | 2018-09-04 | 2 | -1/+70 |
* | 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 | 1 | -11/+17 |
* | plumbing/storer: rename Static option to ExclusiveAccess | Javi Fontan | 2018-08-31 | 1 | -5/+5 |
* | 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 | 1 | -11/+6 |
* | git: add Static option to PlainOpen | Javi Fontan | 2018-08-30 | 1 | -3/+179 |
* | storage/dotgit: use HasPrefix instead of Split | Javi Fontan | 2018-08-27 | 1 | -6/+9 |
* | storage/dotgit: search for incoming dir only once | Javi Fontan | 2018-08-25 | 1 | -13/+28 |
* | Merge pull request #887 from noxora/hook-support | Máximo Cuadros | 2018-08-21 | 2 | -3/+101 |
|\ |
|