From 0d950f7d8a14e16b46ba35fd1cbc409109b6caf2 Mon Sep 17 00:00:00 2001 From: "http://caust1c.myopenid.com/" Date: Wed, 17 Jul 2013 22:28:24 +0000 Subject: [PATCH] --- ...__quiet__34___annex_get_for_centralized_use_case.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/todo/wishlist:___34__quiet__34___annex_get_for_centralized_use_case.mdwn 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 0000000000..27f4744c8d --- /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?