summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tips/using_signed_git_commits.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tips/using_signed_git_commits.mdwn b/doc/tips/using_signed_git_commits.mdwn
index 6ae749334..cf1b744c8 100644
--- a/doc/tips/using_signed_git_commits.mdwn
+++ b/doc/tips/using_signed_git_commits.mdwn
@@ -6,7 +6,7 @@ is the same data that was originally commited to it.
This is recommended if you are storing any kind of binary
files in a git repository.
-## How to do it
+## Configuring git-annex
You need git-annex 6.20170228. Upgrade if you don't have it.
@@ -21,6 +21,8 @@ But, any existing clones will not, so this should be run in them:
git config annex.securehashesonly true
+## Signed commits
+
It's important that all commits to the git repository are signed.
Use `git commit --gpg-sign`, or enable the commit.gpgSign configuration.