From 48037ddb6753d272367918aa7b7273edf5ddf27f Mon Sep 17 00:00:00 2001 From: atrent Date: Mon, 11 May 2015 07:37:33 +0000 Subject: [PATCH 1/2] --- doc/forum/A_git-annex_helper.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/forum/A_git-annex_helper.mdwn diff --git a/doc/forum/A_git-annex_helper.mdwn b/doc/forum/A_git-annex_helper.mdwn new file mode 100644 index 0000000000..23a568eeb2 --- /dev/null +++ b/doc/forum/A_git-annex_helper.mdwn @@ -0,0 +1,6 @@ +Hi, +I have developed a [sort-of-a-GUI](http://github.com/atrent/AdMinchiam/tree/master/ga-gui) for git-annex and I'd like you to test it if you have time, see README and [screenshots](http://github.com/atrent/AdMinchiam/blob/master/ga-gui/Screenshots/GitAnnexGUI_020.png), the idea is very simple: visually tag items then generate a script based on editable templates. + +The only problem at the moment is the very slow git-annex data acquisition; not my fault, on very large annexes, in terms of number of files, the 'git-annex list' and 'git-annex metadata' commands take AGES... + +Thank you From f6cc3fd0e93ba072b189d944aef93668995060bd Mon Sep 17 00:00:00 2001 From: spwhitton Date: Mon, 11 May 2015 09:02:11 +0000 Subject: [PATCH 2/2] Added a comment --- .../comment_1_fdc6da890e2dc6b86b6a5fe2ebceea4a._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/devblog/day_283__lazy_sunday/comment_1_fdc6da890e2dc6b86b6a5fe2ebceea4a._comment diff --git a/doc/devblog/day_283__lazy_sunday/comment_1_fdc6da890e2dc6b86b6a5fe2ebceea4a._comment b/doc/devblog/day_283__lazy_sunday/comment_1_fdc6da890e2dc6b86b6a5fe2ebceea4a._comment new file mode 100644 index 0000000000..e5d4d4c5ea --- /dev/null +++ b/doc/devblog/day_283__lazy_sunday/comment_1_fdc6da890e2dc6b86b6a5fe2ebceea4a._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="spwhitton" + subject="comment 1" + date="2015-05-11T09:02:10Z" + content=""" +I'd be interested to hear your reasons for preferring tabs over spaces, if it's anything more than an aesthetic preference. + +The [GHC trac](https://ghc.haskell.org/trac/ghc/ticket/9230) suggests that it was turned on by default because beginners accidentally mix tabs and spaces and get very confused. +"""]]