From 5e6e48c7f2693481922a902e57b78f96bc124c8b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkZRoTRyW3tox-FD2DQWxskgI6_tkEtHL4" Date: Mon, 23 Jul 2012 16:12:01 +0000 Subject: [PATCH 1/3] Added a comment --- .../comment_6_a3b6000330c9c376611c228d746a1d55._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/fat_support/comment_6_a3b6000330c9c376611c228d746a1d55._comment diff --git a/doc/bugs/fat_support/comment_6_a3b6000330c9c376611c228d746a1d55._comment b/doc/bugs/fat_support/comment_6_a3b6000330c9c376611c228d746a1d55._comment new file mode 100644 index 0000000000..c7defd13ef --- /dev/null +++ b/doc/bugs/fat_support/comment_6_a3b6000330c9c376611c228d746a1d55._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkZRoTRyW3tox-FD2DQWxskgI6_tkEtHL4" + nickname="Ben" + subject="comment 6" + date="2012-07-23T16:11:52Z" + content=""" +The above would work fine for me but the files in my annex (e.g. .git/annex/objects/xx/yy/blah.ogg) don't have extensions like that, so my media player doesn't recognize them as media files. How do I get the files under \"objects\" to keep the extensions of the original files like in Joey's example? +"""]] From 9e0eb501c6c5146d0a94ed1c25e82b5763bb0434 Mon Sep 17 00:00:00 2001 From: "https://a-or-b.myopenid.com/" Date: Tue, 24 Jul 2012 03:26:47 +0000 Subject: [PATCH 2/3] Added a comment: Compiling git-annex on OSX (with 32 bit Haskell) --- ..._af6fe3540032cdf4400478de87771058._comment | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/install/OSX/comment_16_af6fe3540032cdf4400478de87771058._comment diff --git a/doc/install/OSX/comment_16_af6fe3540032cdf4400478de87771058._comment b/doc/install/OSX/comment_16_af6fe3540032cdf4400478de87771058._comment new file mode 100644 index 0000000000..5da4b22c63 --- /dev/null +++ b/doc/install/OSX/comment_16_af6fe3540032cdf4400478de87771058._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="https://a-or-b.myopenid.com/" + ip="203.45.2.230" + subject="Compiling git-annex on OSX (with 32 bit Haskell)" + date="2012-07-24T03:26:45Z" + content=""" +I came across an issue when following the instructions here: + + +I'm compiling the 'assistant' branch (522f568450a005ae81b24f63bb37e75320b51219). + + +The pre-compiled version of Haskell for OSX recommends the 32 bit installer, however git-annex compiles + +> Utility/libdiskfree.o Utility/libkqueue.o Utility/libmounts.o + +as 64 bit. The 'make' command fails on linking 32- and 64-bit code. + +So... I made a small change to the Makefile + +> CFLAGS=-Wall + +becomes + +> CFLAGS=-Wall -m32 + +I don't know if there is an easy way to programmatically check for this, or even if you'd want to spend time doing it, but it might help someone else out. + + +"""]] From 7929ff044d14cbba5b01ba0d8b2f3c31551e4df1 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 24 Jul 2012 14:51:50 +0000 Subject: [PATCH 3/3] Added a comment --- .../comment_7_a0ac7f2c44efc8116940c7b94b35e9d0._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/bugs/fat_support/comment_7_a0ac7f2c44efc8116940c7b94b35e9d0._comment diff --git a/doc/bugs/fat_support/comment_7_a0ac7f2c44efc8116940c7b94b35e9d0._comment b/doc/bugs/fat_support/comment_7_a0ac7f2c44efc8116940c7b94b35e9d0._comment new file mode 100644 index 0000000000..11668615e6 --- /dev/null +++ b/doc/bugs/fat_support/comment_7_a0ac7f2c44efc8116940c7b94b35e9d0._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + subject="comment 7" + date="2012-07-24T14:51:50Z" + content=""" +You can get the extensions by migrating to the SHA1E (or SHA256E) backend. +"""]]