Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: resolve non-external delta references | ZauberNerd | 2023-03-23 | 1 | -0/+13 |
| | | | | | | | | | | | In a self-contained pack file delta references might point to base objects stored later in the file. In this case we need to replace placeholders for external refs with the actual base object and update the children references. Fixes: #484 Co-authored-by: Markus Wolf <mail@markus-wolf.de> | ||||
* | Use Sync.Pool pointers to optimise memory usage | Paulo Gomes | 2022-11-07 | 1 | -0/+28 |
| | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com> | ||||
* | remove packfile and align to test fixtures | paul.t | 2022-01-05 | 1 | -3/+2 |
| | |||||
* | add codecommit packfile for testing external ref resolution | paul.t | 2021-11-09 | 1 | -0/+14 |
| | |||||
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 1 | -10/+18 |
| | |||||
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 1 | -10/+2 |
| | |||||
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -11/+3 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -4/+4 |
| | |||||
* | plumbing/format/packfile: Added thin pack test | Javier Peletier | 2018-11-12 | 1 | -0/+50 |
| | | | | Signed-off-by: Javier Peletier <jm@epiclabs.io> | ||||
* | plumbing: packfile, read object content only once | Miguel Molina | 2018-08-09 | 1 | -0/+25 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing: packfile, add Parse benchmark | Miguel Molina | 2018-08-09 | 1 | -0/+30 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing: packfile, allow non-seekable sources on Parser | Miguel Molina | 2018-08-08 | 1 | -9/+10 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing/packfile: add new packfile parser | Javi Fontan | 2018-07-26 | 1 | -0/+139 |
Signed-off-by: Javi Fontan <jfontan@gmail.com> |