aboutsummaryrefslogtreecommitdiff
path: root/doc/rcs/git
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-12 18:50:49 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-12 18:50:49 +0000
commit23d38e0276dd6526b2d26f789fda9bb534e8f30f (patch)
tree90b0a90b92ca54ea6b873428828f404af288fcf8 /doc/rcs/git
parent2e5f4c50561e3b0317b602ac0bcafad206a8ec5c (diff)
downloadikiwiki-23d38e0276dd6526b2d26f789fda9bb534e8f30f.tar
ikiwiki-23d38e0276dd6526b2d26f789fda9bb534e8f30f.tar.gz
web commit by UlrikSverdrup: +postives
Diffstat (limited to 'doc/rcs/git')
-rw-r--r--doc/rcs/git/discussion.mdwn8
1 files changed, 7 insertions, 1 deletions
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