aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://caust1c.myopenid.com/ <asbraithwaite@web>2013-07-17 22:28:24 +0000
committerGravatar admin <admin@branchable.com>2013-07-17 22:28:24 +0000
commitf214c6c8faedbf3d586bd3325cc17d5ed028aa2f (patch)
tree7cf6d4931da2a0f1cdb14108d5b024ce3d0135e2
parent1b2d04f263389ef14a25a9ac8456d3a16d90b67f (diff)
-rw-r--r--doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case.mdwn b/doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case.mdwn
new file mode 100644
index 000000000..27f4744c8
--- /dev/null
+++ b/doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case.mdwn
@@ -0,0 +1,9 @@
+We're using git-annex to manage large files as part of a team.
+
+We have a central repository of large files that everyone grabs from.
+
+We would like to be able to get the files without updating the `git-annex` branch. This way it doesn't pollute the history with essentially always unreachable locations.
+
+I think the easiest way would be to just add an option to not update the `git-annex` branch when `annex get` is executed.
+
+Thoughts?