summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-30 20:30:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-30 20:30:36 -0400
commit230bc8334bb7a947a61a0e213c51fca18decde1c (patch)
tree3feca1d654c30fd69bcc45cac5453de414c6e70e
parent133170fb2314f9eb09343460263fed9bebb5b383 (diff)
typo
-rw-r--r--doc/tips/using_gitolite_with_git-annex/comment_4_eb81f824aadc97f098379c5f7e4fba4c._comment4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex/comment_4_eb81f824aadc97f098379c5f7e4fba4c._comment b/doc/tips/using_gitolite_with_git-annex/comment_4_eb81f824aadc97f098379c5f7e4fba4c._comment
index a94eec638..c53ce01d9 100644
--- a/doc/tips/using_gitolite_with_git-annex/comment_4_eb81f824aadc97f098379c5f7e4fba4c._comment
+++ b/doc/tips/using_gitolite_with_git-annex/comment_4_eb81f824aadc97f098379c5f7e4fba4c._comment
@@ -8,7 +8,7 @@ Well a repo url like `gitolite@localhost:testing` puts it in the gitolite user's
This worked when I added the gitolite stuff, anyway.. Let's see if it still does:
-</pre>
+<pre>
joey@gnu:~/tmp>mkdir g
joey@gnu:~/tmp>cd g
joey@gnu:~/tmp/g>git init
@@ -27,7 +27,7 @@ git [\"--git-dir=/home/joey/tmp/g/.git\",\"--work-tree=/home/joey/tmp/g\",\"show
git [\"--git-dir=/home/joey/tmp/g/.git\",\"--work-tree=/home/joey/tmp/g\",\"show-ref\",\"git-annex\"]
git [\"--git-dir=/home/joey/tmp/g/.git\",\"--work-tree=/home/joey/tmp/g\",\"cat-file\",\"--batch\"]
Running: ssh [\"-4\",\"gitolite@localhost\",\"git-annex-shell 'configlist' '/~/testing'\"]
-<pre>
+</pre>
Still seems right, the ADC's regexp will match this the git-annex shell command.
"""]]