X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2e5f4c50561e3b0317b602ac0bcafad206a8ec5c..5118b911cc44880a44b0fae936fa9872373dbd7c:/doc/rcs/git/discussion.mdwn?ds=sidebyside diff --git a/doc/rcs/git/discussion.mdwn b/doc/rcs/git/discussion.mdwn index fa66a77cd..57ec252d7 100644 --- a/doc/rcs/git/discussion.mdwn +++ b/doc/rcs/git/discussion.mdwn @@ -21,4 +21,10 @@ Then, in my git repository, I added this `post-commit` hook to refresh the wiki: ikiwiki --refresh --setup "$SETUPFILE" --underlaydir="$UNDERLAYDIR" --verbose -UlrikSverdrup \ No newline at end of file +Positives: + +* Containment: I only have the above `$BASE` directory to backup: it contains the srcdir and setup files. No external svn repository. This means that suddenly `git` and `ikiwiki` pair into a stand-alone self-contained wiki compiler kit. + +UlrikSverdrup (This is now crossposted to the above mentioned [website][ulrikweb]) + +[ulrikweb]: http://www.student.lu.se/~cif04usv/wiki/stuff/git.html \ No newline at end of file