| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #73 from WKBae/close_objectv5.1.0 | Máximo Cuadros | 2020-05-24 | 6 | -12/+41 |
|\ |
|
| * | Close Reader & Writer of EncodedObject after use | Kyungmin Bae | 2020-05-24 | 6 | -12/+41 |
* | | Merge branch 'master' of github.com:go-git/go-git into scope-config | Máximo Cuadros | 2020-05-24 | 2 | -37/+64 |
|\| |
|
| * | plumbing: diff, reset color at end of line rather than at beginning of next | Tom Payne | 2020-05-17 | 2 | -37/+64 |
* | | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs" | Máximo Cuadros | 2020-05-24 | 1 | -261/+0 |
|/ |
|
* | plumbing: diff, refresh internals | Tom Payne | 2020-05-01 | 1 | -216/+166 |
* | plumbing: diff, don't emit unnecessary resets | Tom Payne | 2020-04-30 | 3 | -22/+24 |
* | plumbing: color, make package external | Tom Payne | 2020-04-29 | 2 | -2/+2 |
* | plumbing: diff, fix coloring of hunk context | Tom Payne | 2020-04-29 | 2 | -15/+51 |
* | plumbing: diff, Add initial colored output support. Fixes #33. | Tom Payne | 2020-04-26 | 3 | -10/+206 |
* | Document some things in format/config/merged.go | Wes Morgan | 2020-04-07 | 1 | -1/+39 |
* | Add funcs to set global & local config in Merged | Wes Morgan | 2020-04-06 | 1 | -0/+8 |
* | Add Merged config | Wes Morgan | 2020-04-06 | 1 | -0/+215 |
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 2 | -15/+3 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 12 | -32/+20 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 50 | -104/+104 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 3 | -5/+5 |
* | format: diff, Handle no newline at end of file. Fixes #936 | Stuart Jansen | 2019-10-13 | 2 | -30/+83 |
* | feat: avoid memory allocation on ApplyDelta, PatchDelta | Nao YONASHIRO | 2019-07-31 | 1 | -15/+30 |
* | refactor: use bufPool | Nao YONASHIRO | 2019-07-31 | 1 | -12/+3 |
* | feat: avoid memory allocation on resolveDeltas | Nao YONASHIRO | 2019-07-31 | 1 | -46/+53 |
* | feat: avoid ioutil.ReadAll on ApplyDelta | Nao YONASHIRO | 2019-07-31 | 1 | -2/+15 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 3 | -3/+3 |
* | plumbing/format: simplify code | Christian Muehlhaeuser | 2019-07-29 | 2 | -2/+2 |
* | plumbing/format: idxfile, unsigned values are never < 0 | Christian Muehlhaeuser | 2019-07-29 | 1 | -4/+0 |
* | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 1 | -0/+1 |
* | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 1 | -8/+6 |
* | Fix typos in comments | Christian Muehlhaeuser | 2019-07-21 | 2 | -3/+3 |
* | plumbing: format/packfile, Fix data race and resource leak. | Ed Bardsley | 2019-06-03 | 2 | -11/+10 |
* | 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 |
* | Merge pull request #1136 from filipnavara/idxfile-nobuf | Máximo Cuadros | 2019-04-27 | 1 | -51/+28 |
|\ |
|
| * | plumbing: format/idxfile, avoid looking up the fanout mapping in the iterator... | Filip Navara | 2019-04-26 | 1 | -10/+7 |
| * | plumbing: format/idxfile, save another 18% of time in genOffsetHash by not us... | Filip Navara | 2019-04-25 | 1 | -14/+11 |
| * | plumbing: format/idxfile, avoid creating temporary buffers to decode integers | Filip Navara | 2019-04-25 | 1 | -32/+15 |
* | | 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 |
|/ |
|
* | Merge pull request #1130 from saracen/gitattributes | Máximo Cuadros | 2019-04-24 | 8 | -0/+1043 |
|\ |
|
| * | plumbing: format/gitattributes support | Arran Walker | 2019-04-24 | 8 | -0/+1043 |
* | | Merge pull request #1128 from filipnavara/commitgraph-fmt | Máximo Cuadros | 2019-04-24 | 5 | -0/+689 |
|\ \ |
|
| * | | 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 |
* | | | Merge pull request #1121 from filipnavara/small-deltas | Máximo Cuadros | 2019-04-24 | 1 | -56/+126 |
|\ \ \
| |/ /
|/| | |
|
| * | | Populate the offsetToType cache in the iterator even for the skipped objects | Filip Navara | 2019-04-24 | 1 | -0/+3 |
| * | | Better fix for the getObjectType problem in the iterator | Filip Navara | 2019-04-24 | 1 | -6/+9 |
| * | | Remove duplicate cache lookup in getObjectContent, it is already done in FSOb... | Filip Navara | 2019-04-24 | 1 | -13/+0 |
| * | | Fix an error where getObjectType would seek in file and mess up the position ... | Filip Navara | 2019-04-24 | 1 | -7/+11 |