summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-20 13:55:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-20 13:55:13 -0400
commit91bd27cad38f58c81bb50dbf7d37cc792937463b (patch)
treecc569593558150ca24acf7a0993775ef62c6655d
parent9d9f7bfba43fd0806f8fcc15b34ed883e2529ca3 (diff)
add
-rw-r--r--doc/todo/sharedRepository_mode_not_supported_by_git-annex.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/sharedRepository_mode_not_supported_by_git-annex.mdwn b/doc/todo/sharedRepository_mode_not_supported_by_git-annex.mdwn
new file mode 100644
index 000000000..85005dbc1
--- /dev/null
+++ b/doc/todo/sharedRepository_mode_not_supported_by_git-annex.mdwn
@@ -0,0 +1,7 @@
+git's core.SharedRepository is supported by git-annex, but only
+with the group/all/world/everybody settings. core.SharedRepository=0644
+etc is not supported.
+
+There's no insormountable reason why not, Joey just hates umask mode math
+stuff and nobody has sent a patch. Note that Annex.Content.freezeContent
+should remove the write bit from files, no matter what.