aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* _examples: add example testing to `make test` as suggested by pjbgfDavid Lamb2024-02-211-0/+1
|
* [fuzzing] cifuzz, update fuzzers, bug fixArjun Singh2023-10-061-5/+4
| | | | Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
* fuzzing : fuzz testing support for oss-fuzz integrationArjun Singh2023-10-021-0/+10
| | | | Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
* Merge pull request #739 from pjbgf/fix-ciPaulo Gomes2023-04-121-1/+1
|\ | | | | ci: Fix upstream git build for master branch
| * ci: Fix upstream git build for master branchPaulo Gomes2023-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changes upstream broke the compatibility test, which now requires libcurl installed in order to successfully build. Additionally, the .git-dist dir was added to the .gitignore file. Fixes: https://github.com/go-git/go-git/actions/runs/4670641376/jobs/8270625669 Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* | examples: Add example for SHA256 repositoriesPaulo Gomes2023-03-081-0/+6
|/ | | | | | | | | | Add a new example on initializing a new repository with object format SHA256. A new Makefile target was created to run the example to ensure that new changes won't break SHA256 support going forwards. Relates to the SHA256 implementation, defined in #706. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* ci: Enable race detection for go testsPaulo Gomes2023-03-051-1/+1
| | | | | | | | After the fix of data races in go-billy (go-git/go-billy/pull/28) race detection can be enabled in go-git to ensure no new issues go undetected. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-9/+5
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* Add -coverpkg to fix test coverageknqyf2632019-08-041-11/+1
| | | | Signed-off-by: knqyf263 <knqyf263@gmail.com>
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* travis update to 1.8 and makefile silence commandsMáximo Cuadros2017-02-211-2/+2
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* .travis CI with multiple git versionsMáximo Cuadros2016-12-151-3/+18
|
* fix travisMáximo Cuadros2016-09-291-1/+2
|
* added default shell to makefileivanfoo2016-01-271-1/+4
| | | | changed if to a more standard syntax
* ciMáximo Cuadros2016-01-271-0/+33