gerrit commit ids are not required for this repo
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 16 Nov 2012 16:12:12 +0000 (11:12 -0500)
committerMichael Meffie <mmeffie@sinenomine.net>
Fri, 16 Nov 2012 16:12:12 +0000 (11:12 -0500)
Remove the instructions on adding the change id commit
hook, as it is not needed. The commits are not tracked
by gerrit.

GitWiki.mdwn

index 6cbaca2..32c936b 100644 (file)
@@ -45,12 +45,8 @@ Use 'git clone' to get the openafs-wiki source files:
 This will clone the wiki git repository to a new directory called
 'openafs-wiki'.
 
-As described in [[GitDevelopers]], gerrit requires each commit to have a
-"change id" in the commit comment. The gerrit change id git hook should
-be downloaded from the [[OpenAFS]] gerrit server by running the
-following after running git clone,
-
-    scp -p -P 29418 gerrit.openafs.org:hooks/commit-msg openafs-wiki/.git/hooks/
+The commit hook which generates a gerrit 'change id' as described in
+[[GitDevelopers]] is not required for pushing openafs-wiki changes to gerrit.
 
 ## Setting up ikiwiki to preview your changes