From 4da256c60afedb42933e159054e147c3402d4c71 Mon Sep 17 00:00:00 2001 From: Robyn Ffrancon Date: Tue, 17 Sep 2019 21:27:58 +0100 Subject: [PATCH] Add basic introduction. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afea6b0..56411fa 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# git-crev \ No newline at end of file +# git-crev + +> A cryptographically verifiable **c**ode **rev**iew system for Git. + +## Introduction + +[Crev](https://github.com/dpc/crev/) is a language and ecosystem agnostic, distributed **c**ode **rev**iew system. + +`git-crev` is an implementation of Crev as a command line extension to [Git](https://git-scm.com/). This tool helps Git users evaluate the quality and trustworthiness of Git commits.