aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/git/project.yaml
Commit message (Collapse)AuthorAge
* [git] Add auto_ccs to project.yaml (#4406)Gravatar steadmon2020-09-02
|
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* Remove experimental bit for git project. (#2596)Gravatar Abhishek Arya2019-07-12
|
* [git] Add basic config for git fuzzing. (#1938)Gravatar steadmon2018-11-09
* Add basic config for git fuzzing. * Fix CFLAGS/CXXFLAGS issue when building Git fuzzers. * Build corpora from packfiles and add libfuzzer options.