| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: commitgraph, Add generation v2 support | Andrew Thornton | 2023-10-12 | 6 | -54/+255 |
* | plumbing: commitgraph, fix types and handle commit-graph-chains | Andrew Thornton | 2023-10-08 | 14 | -55/+1265 |
* | plumbing: commitgraph, allow SHA256 commit-graphs | Andrew Thornton | 2023-09-30 | 2 | -13/+31 |
* | *: Support variable length plumbing.Hash | Paulo Gomes | 2023-03-08 | 1 | -4/+3 |
* | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 1 | -3/+3 |
* | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 1 | -3/+3 |
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 1 | -11/+13 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 1 | -2/+3 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -1/+1 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 5 | -8/+8 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 2 | -2/+2 |
* | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 1 | -8/+6 |
* | Remove unnecessary mmap usage from tests | Filip Navara | 2019-05-07 | 1 | -6/+4 |
* | Add doc.go for commitgraph packages | Filip Navara | 2019-05-07 | 3 | -0/+106 |
* | plumbing: format/commitgraph, rename structs/fields to follow the terms used ... | Filip Navara | 2019-04-25 | 5 | -59/+59 |
* | plumbing: format/commitgraph, clean up error handling | Filip Navara | 2019-04-25 | 3 | -6/+4 |
* | Remove debug print, fix large edge count calculation to make the reencoded fi... | Filip Navara | 2019-04-24 | 2 | -3/+1 |
* | Split OpenFileIndex into smaller functions | Filip Navara | 2019-04-24 | 2 | -32/+51 |
* | Split Encoder into smaller functions | Filip Navara | 2019-04-24 | 2 | -55/+95 |
* | Rename fixture tag to commit-graph | Filip Navara | 2019-04-24 | 1 | -3/+3 |
* | plumbing: format/commitgraph, add APIs for reading and writing commit-graph f... | Filip Navara | 2019-04-24 | 5 | -0/+632 |