diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 15:34:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 15:34:12 -0400 |
commit | aba53047af2cb06436ddac156bc6bb3e016b96b3 (patch) | |
tree | e888adcc22303a77a0832d89dd3acfaf18b906bb | |
parent | 7308f3da5bf2518f5a9659c7de6212ed5648f27b (diff) |
remove external image
The image is no longer on manoj's machine, and this wiki should not
rely on images hosted by third parties.
Manoj, if you'd like to add this image into ikiwiki's docs, we could talk
about that.
-rw-r--r-- | doc/rcs/git.mdwn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 9b6f2c36a..b210af825 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -17,11 +17,7 @@ shallow, single level tree, with a bare repository (meaning that it does not have a working tree checked out) at the root, and various working clones (with working directories) as leaf nodes. The root (bare) repository is meant to be pushed to and pulled from the various -working clones. The image below displays the relationship between the -root repository and the clone repositories (this is not a directory -layout): - -![Git repository relationships](http://people.debian.org/~srivasta/ikiwiki_git.png) +working clones. One of the leaf node clone repositories is special; it has working directory which is used to compile the wiki from, and is also used by the |