summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment b/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment
deleted file mode 100644
index ff2542d92..000000000
--- a/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment
+++ /dev/null
@@ -1,15 +0,0 @@
-[[!comment format=mdwn
- username="http://mylesenglish.myopenid.com/"
- ip="217.39.94.195"
- subject="comment 2"
- date="2013-09-16T14:50:36Z"
- content="""
-This works more like ls and shows just the files that are accessible
-
-ga-ls () {
- CWD=`pwd`
- cd ${1:-.} && git annex find | cut -d / -f 1 | uniq
- cd ${CWD}
-}
-
-"""]]