summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-09 16:08:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-09 16:08:07 -0400
commitde14252f780fb0259dbd9e6f1fa71c1f092a2135 (patch)
treeead184f705057255572d7ab4c1ddfe15d984c007
parentc4bdc59da013edb5723447bcdc9bfa7241cba337 (diff)
rainy day bug maintenance
Sitting on the porch, enjoying a thunderstorm, what else to do?
-rw-r--r--doc/bugs/Name_scheme_does_not_follow_git__39__s_rules.mdwn3
-rw-r--r--doc/bugs/annex_add_in_annex.mdwn4
-rw-r--r--doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn7
-rw-r--r--doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn2
4 files changed, 12 insertions, 4 deletions
diff --git a/doc/bugs/Name_scheme_does_not_follow_git__39__s_rules.mdwn b/doc/bugs/Name_scheme_does_not_follow_git__39__s_rules.mdwn
index f90eb5ae3..f256b0ed1 100644
--- a/doc/bugs/Name_scheme_does_not_follow_git__39__s_rules.mdwn
+++ b/doc/bugs/Name_scheme_does_not_follow_git__39__s_rules.mdwn
@@ -24,3 +24,6 @@ I can create an annex remote named 'test:/test'. git itself does not allow colon
>>> be displayed when there is no configured remote corresponding to the
>>> repository. So this is not a bug unless some documentation of that is
>>> unclear. --[[Joey]]
+
+>>>> Nobody spoke up to say it's unclear, so closing as PEBKAC :)
+>>>> [[done]] --[[Joey]]
diff --git a/doc/bugs/annex_add_in_annex.mdwn b/doc/bugs/annex_add_in_annex.mdwn
new file mode 100644
index 000000000..80084cec1
--- /dev/null
+++ b/doc/bugs/annex_add_in_annex.mdwn
@@ -0,0 +1,4 @@
+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.
+
+> There is a guard against `git annex add .git-annex/foo`, but it doesn't
+> notice `cd .git-annex; git annex add foo`. --[[Joey]]
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 e5937fe83..db6a35293 100644
--- a/doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn
+++ b/doc/bugs/git-annex_directory_hashing_problems_on_osx.mdwn
@@ -95,7 +95,6 @@ new file mode 100644
index 0000000..e69de29
</pre>
-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.
-
-> There is a guard against `git annex add .git-annex/foo`, but it doesn't
-> notice `cd .git-annex; git annex add foo`. --[[Joey]]
+> Closing this bug, as it seems I have dealt with it adequately now.
+> [[done]]
+> --[[Joey]]
diff --git a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
index 20c16e3cf..c447f75f0 100644
--- a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
+++ b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
@@ -15,3 +15,5 @@ make: *** [Touch.hs] Error 1
</pre>
I dug around the OSX documentation and fcntl.h header file and it seems that UTIME_OMIT, UTIME_NOW, AT_FDCWD and AT_SYMLINK_NOFOLLOW aren't defined (at least on OSX). I suspect the BSD's in general will have problems compiling git-annex.
+
+[[!meta title="annexed symlink mtime matching code is disabled on non-linux systems; needs testing"]