Commit 39f77023fd57352ab834362a709950d8a33ee638

Thomas de Grivel 2012-11-16T17:58:55

doc: describe GIT_AUTH_ID, create README.md from manual page.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 86ef437..2d69f4b 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ A wildcard token "*" matches any string.
 
 ## Environment
 
- * **GIT_AUTH_ID** an arbitrary token to match with the rules.
+ * **GIT_AUTH_ID** : an arbitrary token to match with the rules.
 This is usually set for each public key in /home/git/.ssh/authorized_keys
 with
     environment="GIT_AUTH_ID=..." ssh-rsa ...