From cf990dc9dfe05b268f5d9f2f1e5244d2e7571fc8 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sat, 15 Nov 2014 18:06:23 -0800 Subject: [PATCH] Minor formatting updates to README --- README | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index f9e7427..297f855 100644 --- a/README +++ b/README @@ -10,8 +10,8 @@ you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository. -git-crypt was written by Andrew Ayer . -For more information, see . +git-crypt was written by Andrew Ayer . For more +information, see . BUILDING GIT-CRYPT diff --git a/README.md b/README.md index 5a5d28e..7a4db96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -GIT-CRYPT -========= +git-crypt - transparent file encryption in git +============================================== git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when @@ -11,8 +11,8 @@ you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository. -git-crypt was written by Andrew Ayer . For -more information, see . +git-crypt was written by [Andrew Ayer](https://www.agwa.name) (agwa@andrewayer.name). +For more information, see . Building git-crypt ------------------