aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format
Commit message (Expand)AuthorAgeFilesLines
* Close Reader & Writer of EncodedObject after useKyungmin Bae2020-05-246-12/+41
* plumbing: diff, reset color at end of line rather than at beginning of nextTom Payne2020-05-172-37/+64
* plumbing: diff, refresh internalsTom Payne2020-05-011-216/+166
* plumbing: diff, don't emit unnecessary resetsTom Payne2020-04-303-22/+24
* plumbing: color, make package externalTom Payne2020-04-292-2/+2
* plumbing: diff, fix coloring of hunk contextTom Payne2020-04-292-15/+51
* plumbing: diff, Add initial colored output support. Fixes #33.Tom Payne2020-04-263-10/+206
* Document some things in format/config/merged.goWes Morgan2020-04-071-1/+39
* Add funcs to set global & local config in MergedWes Morgan2020-04-061-0/+8
* Add Merged configWes Morgan2020-04-061-0/+215
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-152-15/+3
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-1012-32/+20
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-1050-104/+104
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-243-5/+5
* format: diff, Handle no newline at end of file. Fixes #936Stuart Jansen2019-10-132-30/+83
* feat: avoid memory allocation on ApplyDelta, PatchDeltaNao YONASHIRO2019-07-311-15/+30
* refactor: use bufPoolNao YONASHIRO2019-07-311-12/+3
* feat: avoid memory allocation on resolveDeltasNao YONASHIRO2019-07-311-46/+53
* feat: avoid ioutil.ReadAll on ApplyDeltaNao YONASHIRO2019-07-311-2/+15
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-293-3/+3
* plumbing/format: simplify codeChristian Muehlhaeuser2019-07-292-2/+2
* plumbing/format: idxfile, unsigned values are never < 0Christian Muehlhaeuser2019-07-291-4/+0
* *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-0/+1
* *: fixed tautological error conditionsautological error conditionsChristian Muehlhaeuser2019-07-291-8/+6
* Fix typos in commentsChristian Muehlhaeuser2019-07-212-3/+3
* plumbing: format/packfile, Fix data race and resource leak.Ed Bardsley2019-06-032-11/+10
* Remove unnecessary mmap usage from testsFilip Navara2019-05-071-6/+4
* Add doc.go for commitgraph packagesFilip Navara2019-05-073-0/+106
* Merge pull request #1136 from filipnavara/idxfile-nobufMáximo Cuadros2019-04-271-51/+28
|\
| * plumbing: format/idxfile, avoid looking up the fanout mapping in the iterator...Filip Navara2019-04-261-10/+7
| * plumbing: format/idxfile, save another 18% of time in genOffsetHash by not us...Filip Navara2019-04-251-14/+11
| * plumbing: format/idxfile, avoid creating temporary buffers to decode integersFilip Navara2019-04-251-32/+15
* | plumbing: format/commitgraph, rename structs/fields to follow the terms used ...Filip Navara2019-04-255-59/+59
* | plumbing: format/commitgraph, clean up error handlingFilip Navara2019-04-253-6/+4
|/
* Merge pull request #1130 from saracen/gitattributesMáximo Cuadros2019-04-248-0/+1043
|\
| * plumbing: format/gitattributes supportArran Walker2019-04-248-0/+1043
* | Merge pull request #1128 from filipnavara/commitgraph-fmtMáximo Cuadros2019-04-245-0/+689
|\ \
| * | Remove debug print, fix large edge count calculation to make the reencoded fi...Filip Navara2019-04-242-3/+1
| * | Split OpenFileIndex into smaller functionsFilip Navara2019-04-242-32/+51
| * | Split Encoder into smaller functionsFilip Navara2019-04-242-55/+95
| * | Rename fixture tag to commit-graphFilip Navara2019-04-241-3/+3
| * | plumbing: format/commitgraph, add APIs for reading and writing commit-graph f...Filip Navara2019-04-245-0/+632
* | | Merge pull request #1121 from filipnavara/small-deltasMáximo Cuadros2019-04-241-56/+126
|\ \ \ | |/ / |/| |
| * | Populate the offsetToType cache in the iterator even for the skipped objectsFilip Navara2019-04-241-0/+3
| * | Better fix for the getObjectType problem in the iteratorFilip Navara2019-04-241-6/+9
| * | Remove duplicate cache lookup in getObjectContent, it is already done in FSOb...Filip Navara2019-04-241-13/+0
| * | Fix an error where getObjectType would seek in file and mess up the position ...Filip Navara2019-04-241-7/+11
| * | Reduce indentationFilip Navara2019-04-231-7/+5
| * | Add one more cache check to the iteratorFilip Navara2019-04-231-2/+12
| * | Address PR feedbackFilip Navara2019-04-231-2/+2