Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
59527de
)
update config file snippet to use current git_wrapper name
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 23 Aug 2009 20:27:18 +0000
(16:27 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 23 Aug 2009 20:27:18 +0000
(16:27 -0400)
doc/tips/laptop_wiki_with_git_extended.mdwn
patch
|
blob
|
history
diff --git
a/doc/tips/laptop_wiki_with_git_extended.mdwn
b/doc/tips/laptop_wiki_with_git_extended.mdwn
index 620370218053d6af22d38eca6032aa1bc5b77e70..0666da4500edb54c6a47e196fa25ead87695f366 100644
(file)
--- a/
doc/tips/laptop_wiki_with_git_extended.mdwn
+++ b/
doc/tips/laptop_wiki_with_git_extended.mdwn
@@
-10,7
+10,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=> "",
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,
At this point, assuming you followed page above, and not my hasty summary,
@@
-21,7
+21,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",
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.
Note the non-standard and bizzare name of the hook.