commit | 0949e6de79510494050e5aa39121162a0be7aa3b | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Mar 08 17:01:01 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Mar 15 10:43:19 2021 +0000 |
tree | 4dfa8de0eaaa6e2009470a77a900d3a13ce6b59e | |
parent | 6d1e73afd7a9eb97125bebe4f8d8613093c21fd7 [diff] |
[lint_commits] Propose a command line which signs the commit We do some basic checks on the commit author to check if it is likely a "real name." When this check fails we give a git command line to fix it. However in that command line we do not include the `--signoff` flag to add a `Signed-off-by` line, meaning users following our guidance will then be facing another lint failure. This is fixed in this commit, hopefully making our developer experience slightly nicer. Also replace all uses of `-s` in this doc with `--signoff` to make it clearer to users what this flag actually means. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).