aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2 from go-git/pr-1291Máximo Cuadros2020-03-102-8/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'fix-date-reading' of github.com:zeripath/go-git into pr-1291Máximo Cuadros2020-03-093-8/+14
| |\ \ \
| | * | | hack to prevent codecov from adding more codepathsAndrew Thornton2020-02-231-6/+3
| | * | | Fix date readingAndrew Thornton2020-02-233-7/+16
| | |/ /
* | | | Merge pull request #1 from go-git/pr-1269Máximo Cuadros2020-03-093-0/+80
|\ \ \ \ | |/ / / |/| | |
| * | | Add Plan 9 supportFazlul Shahriar2019-12-253-0/+80
| |/ /
* / / *: add gh actionsMáximo Cuadros2020-03-091-0/+18
|/ /
* | Merge pull request #1231 from alexandear/fix-typosMáximo Cuadros2019-11-0138-70/+70
|\ \
| * | Fix typos in comments, variables and function namesOleksandr Redko2019-10-2438-70/+70
* | | Merge pull request #1235 from jmahler/masterMáximo Cuadros2019-11-011-1/+1
|\ \ \ | |/ / |/| |
| * | fix broken link (s/ftp/https/)Jeremiah Mahler2019-10-311-1/+1
|/ /
* | Merge pull request #1226 from asynts/patch-1Máximo Cuadros2019-10-151-1/+1
|\ \
| * | typoPaul Scharnofske2019-10-141-1/+1
* | | Merge pull request #1225 from sjansen/issues/936Máximo Cuadros2019-10-153-30/+114
|\ \ \ | |/ / |/| |
| * | format: diff, Handle no newline at end of file. Fixes #936Stuart Jansen2019-10-133-30/+114
|/ /
* | Merge pull request #1214 from 117/masterMáximo Cuadros2019-08-312-1/+61
|\ \
| * | Use gocheck for test.Chief2019-08-301-17/+27
| * | Add tests for SSH url matching.Chief2019-08-301-0/+50
| * | Add numeric username support for SSH urls.Chief2019-08-281-1/+1
|/ /
* | Merge pull request #1195 from digininja/masterMáximo Cuadros2019-08-161-1/+1
|\ \
| * | Spelling mistakeRobin Wood2019-07-271-1/+1
* | | 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
* | | | Merge pull request #1208 from sirodoht/fix-example-pullMáximo Cuadros2019-08-111-1/+1
|\ \ \ \
| * | | | examples: Fix typo on pull exampleTheodore Keloglou2019-08-071-1/+1
|/ / / /
* | | | Merge pull request #1206 from knqyf263/feature/add_log_limitingMáximo Cuadros2019-08-055-2/+218
|\ \ \ \
| * | | | Add limiting options to git logknqyf2632019-08-045-2/+218
|/ / / /
* | | | Merge pull request #1205 from knqyf263/fix/test_coverageMáximo Cuadros2019-08-041-11/+1
|\ \ \ \
| * | | | Add -coverpkg to fix test coverageknqyf2632019-08-041-11/+1
* | | | | Merge pull request #1204 from knqyf263/fix/handle_eof_errMáximo Cuadros2019-08-042-3/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove elseknqyf2632019-08-041-1/+2
| * | | | Add TestLogFileWithError for coverageknqyf2632019-08-031-1/+23
| * | | | Handle io.EOF error in commitFileIter.ForEachknqyf2632019-08-032-2/+5
| * | | | Add assertion for unhandled error in TestLogFileknqyf2632019-08-031-4/+8
|/ / / /
* | | | Merge pull request #1203 from sapk-fork/fix-int64v4.13.1Máximo Cuadros2019-08-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | worktree: force convert to int64 to support 32bit os. Fix #1202Antoine GIRARD2019-08-011-1/+1
|/ / /
* | | Merge pull request #1200 from src-d/go-modv4.13.0Máximo Cuadros2019-07-292-10/+30
|\ \ \
| * | | *: go module updateMáximo Cuadros2019-07-292-10/+30
|/ / /
* | | Merge pull request #1199 from src-d/clean-upMáximo Cuadros2019-07-2928-49/+40
|\ \ \
| * | | plumbing/object: don't assign err from ForEach loopChristian Muehlhaeuser2019-07-291-1/+1
| * | | *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-2914-18/+18
| * | | 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-297-2/+10
| * | | *: fixed tautological error conditionsautological error conditionsChristian Muehlhaeuser2019-07-293-14/+7
| * | | plumbing/object: simplify codeChristian Muehlhaeuser2019-07-291-8/+2
|/ / /
* | | Merge pull request #1197 from hypnoce/masterMáximo Cuadros2019-07-292-5/+5
|\ \ \ | |/ / |/| |