aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* config: RefSpec.IsExactSHA1, validates if the refspec describes an exact SHA1...Máximo Cuadros2020-05-102-0/+16
* plumbing: exact renames detection could leave gaps in the changesMiguel Molina2020-05-042-8/+30
* plumbing: diff, refresh internalsTom Payne2020-05-011-216/+166
* Merge pull request #49 from gopye/fix_patch_commentMáximo Cuadros2020-04-301-1/+1
|\
| * Remove unnecessary text from commentgopye2020-04-291-1/+1
* | Merge pull request #46 from twpayne/fix-diff-colorMáximo Cuadros2020-04-304-30/+106
|\ \
| * | plumbing: diff, don't emit unnecessary resetsTom Payne2020-04-303-22/+24
| * | plumbing: color, make package externalTom Payne2020-04-293-2/+40
| * | plumbing: diff, fix coloring of hunk contextTom Payne2020-04-292-15/+51
* | | Merge pull request #44 from tzneal/mine/fix-32-bit-buildMáximo Cuadros2020-04-301-1/+1
|\ \ \ | |/ / |/| |
| * | fix 32 bit buildTodd Neal2020-04-271-1/+1
| |/
* / Fix typo in comment of func TestCancelgopye2020-04-271-1/+1
|/
* Merge pull request #42 from mcuadros/renames-treeMáximo Cuadros2020-04-273-16/+55
|\
| * plumbing: object, make renames diff defaultMáximo Cuadros2020-04-253-16/+55
* | plumbing: diff, Add initial colored output support. Fixes #33.Tom Payne2020-04-263-10/+206
|/
* plumbing: detect renames by hash and similar content in diff treeMiguel Molina2020-04-234-4/+1374
* Merge pull request #20 from quorumcontrol/feature/other-configsMáximo Cuadros2020-04-071-0/+261
|\
| * 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
* | Merge pull request #22 from mcuadros/fix-emptyMáximo Cuadros2020-04-073-9/+30
|\ \ | |/ |/|
| * plumbing: transport, fix handling of empty adv-refs on upload-packMáximo Cuadros2020-04-073-9/+30
* | 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