aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://mylesenglish.myopenid.com/ <http://mylesenglish.myopenid.com/@web>2013-09-16 19:20:34 +0000
committerGravatar admin <admin@branchable.com>2013-09-16 19:20:34 +0000
commitcb358e5e0a856f78894f259f421cd1b648f5389a (patch)
treef303afcb8c7317772604f9c337a6a1019d8423de /doc
parent9036817b0fc0e8f2c19c6b744735c7affefff338 (diff)
removed
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment b/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment
deleted file mode 100644
index 22d61e4f1..000000000
--- 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}}
-"""]]