From eb62b5a0e53160b6474715b4deebac6cca271c22 Mon Sep 17 00:00:00 2001 From: "http://mylesenglish.myopenid.com/" Date: Mon, 16 Sep 2013 19:20:34 +0000 Subject: [PATCH] removed --- ...ment_2_3290ef54c74690d6f99748130a090106._comment | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment diff --git a/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment b/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment deleted file mode 100644 index 22d61e4f1b..0000000000 --- a/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment +++ /dev/null @@ -1,13 +0,0 @@ -[[!comment format=mdwn - username="http://mylesenglish.myopenid.com/" - ip="217.39.94.195" - subject="comment 2" - date="2013-09-16T14:53:11Z" - content=""" -This function behaves more like ls and shows the files that are present: - -ga-ls () { - CWD=`pwd`; - cd ${1:-.} && git annex find | cut -d / -f 1 | uniq; - cd ${CWD}} -"""]]