aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* Add Merged configWes Morgan2020-04-061-0/+215
* plumbing: transport server test for nil PackfileBrandon Westcott2020-03-191-0/+30
* plumbing: transport server check for nil Packfile, fixes ref deletesBrandon Westcott2020-03-191-5/+7
* 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-1040-108/+82
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-10164-417/+417
* Merge pull request #7 from dsymonds/masterMáximo Cuadros2020-03-101-2/+5
|\
| * plumbing/object: avoid O(N^2) string building when decoding commit messageDavid Symonds2020-03-101-2/+5
* | Merge pull request #3 from go-git/pr-1248Máximo Cuadros2020-03-101-12/+24
|\ \
| * | add NewCommitPathIterFromIter that accepts pathFilter func(string) boolSaeed Rasooli2019-11-291-12/+24
| |/
* | hack to prevent codecov from adding more codepathsAndrew Thornton2020-02-231-6/+3
* | Fix date readingAndrew Thornton2020-02-231-7/+12
|/
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-2420-40/+40
* format: diff, Handle no newline at end of file. Fixes #936Stuart Jansen2019-10-132-30/+83
* Merge pull request #1180 from orisano/feat-improve-patch-deltaMáximo Cuadros2019-08-112-63/+89
|\
| * 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
* | Add limiting options to git logknqyf2632019-08-041-0/+65
* | Remove elseknqyf2632019-08-041-1/+2
* | Handle io.EOF error in commitFileIter.ForEachknqyf2632019-08-031-1/+4
|/
* plumbing/object: don't assign err from ForEach loopChristian Muehlhaeuser2019-07-291-1/+1
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-298-9/+9
* 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-292-0/+2
* *: fixed tautological error conditionsautological error conditionsChristian Muehlhaeuser2019-07-292-13/+6
* plumbing/object: simplify codeChristian Muehlhaeuser2019-07-291-8/+2
* Make http.AuthMethod setAuth public. Fixes #1196JACQUES Francois2019-07-282-5/+5
* Fix typos in commentsChristian Muehlhaeuser2019-07-212-3/+3
* plumbing: format/packfile, Fix data race and resource leak.Ed Bardsley2019-06-032-11/+10
* Merge pull request #1097 from dpordomingo/merge-base-coreMáximo Cuadros2019-06-034-0/+971
|\
| * Create merge-base featureDavid Pordomingo2019-06-034-0/+971
* | Remove unnecessary mmap usage from testsFilip Navara2019-05-071-6/+4
* | Add doc.go for commitgraph packagesFilip Navara2019-05-074-0/+113
* | Fix object/commitgraph testsFilip Navara2019-05-031-0/+3
* | Move CommitNode/CommitNodeIndex into separate object/commitgraph packageFilip Navara2019-05-035-20/+23
* | Merge remote-tracking branch 'origin/master' into commitgraph-objFilip Navara2019-05-033-52/+90
|\ \
| * | ssh: leverage proxy.DialJacob Blain Christen2019-05-022-1/+62
| * | 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
* | | | Expose Generation property on CommitNodeFilip Navara2019-04-293-0/+18
* | | | pluming: object, adjust to new API names in format/commitgraphFilip Navara2019-04-262-19/+19
* | | | Merge branch 'master' into commitgraph-objFilip Navara2019-04-2618-67/+1165
|\| | |
| * | | Merge pull request #1134 from filipnavara/commitgraph-fmt-3Máximo Cuadros2019-04-265-63/+61
| |\ \ \ | | |/ / | |/| |
| | * | 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