summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-27 16:18:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-27 16:18:20 -0400
commit06eb18d6491b9305e7cfbd1ebf3cd62adc701ed2 (patch)
tree9a122b77dd8b6ea0cad49398f1b557ad52901ee4
parentc2146469d8606251497528b129fe048086297052 (diff)
better headings
-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.