]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/laptop_wiki_with_git_extended.mdwn
a weird authentication bug
[git.ikiwiki.info.git] / doc / tips / laptop_wiki_with_git_extended.mdwn
index 620370218053d6af22d38eca6032aa1bc5b77e70..f5bf9e3153d9f66580324160e0a3fc873c4b6d2d 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="Laptop Ikiwiki extended"]]
+[[!meta date="2008-03-03 08:21:04 -0500"]]
 
 I have (at least) three different hosts, `laptop`, `gitserver`, and `webserver`.
 
@@ -10,7 +11,7 @@ a bare repo on `gitserver`, and clone that to a workingdir on  gitserver.
   Next create a setup file for the laptop with 
 
         gitorigin_branch=> "",
-        wrapper => "/working/dir/.git/hooks/post-commit",
+        git_wrapper => "/working/dir/.git/hooks/post-commit",
     
   At this point, assuming you followed page above, and not my hasty summary, 
 
@@ -21,7 +22,7 @@ a bare repo on `gitserver`, and clone that to a workingdir on  gitserver.
 2. Now create a setup file for the server (I call it server.setup).
 
         gitorigin_branch=> "origin",
-        wrapper => "/repo/wiki.git/hooks/post-update.ikiwiki"
+        git_wrapper => "/repo/wiki.git/hooks/post-update.ikiwiki"
        
   Note the non-standard and bizzare name of the hook.