summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web>2011-03-27 13:02:00 +0000
committerGravatar admin <admin@branchable.com>2011-03-27 13:02:00 +0000
commit3aaf1fcc549791c19688a8d91cacc7c037506de5 (patch)
treec3630742a3e753d0cc72e485792fa40ceb6f3e21
parentca5a6f4f42237136550347539f7d51376beef997 (diff)
-rw-r--r--doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn b/doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn
index 9320b30a9..b11cfca42 100644
--- a/doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn
+++ b/doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn
@@ -11,3 +11,5 @@ $ git add -i
this has somewhat confused git when it tries to stage/merge files, I didn't notice this at first, but it is definately a problem for someone using case insensitive filesystems like the default OSX HFS+ formats or vfat/fat32.
+
+Also I came across this when I accidentally annexed some files in the .git-annex directory and it cause git-annex/git to be very unhappy when i pulled the repo to somewhere else. It might be worth teaching git-annex to disallow annex'ing of files inside the .git-annex/.git directories.