summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__58___matching_options_for_branches/comment_1_c0d442b646dc40d870b10098a0ee5408._comment
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/todo/wishlist__58___matching_options_for_branches/comment_1_c0d442b646dc40d870b10098a0ee5408._comment
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/todo/wishlist__58___matching_options_for_branches/comment_1_c0d442b646dc40d870b10098a0ee5408._comment')
-rw-r--r--doc/todo/wishlist__58___matching_options_for_branches/comment_1_c0d442b646dc40d870b10098a0ee5408._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/todo/wishlist__58___matching_options_for_branches/comment_1_c0d442b646dc40d870b10098a0ee5408._comment b/doc/todo/wishlist__58___matching_options_for_branches/comment_1_c0d442b646dc40d870b10098a0ee5408._comment
new file mode 100644
index 000000000..d606d80e1
--- /dev/null
+++ b/doc/todo/wishlist__58___matching_options_for_branches/comment_1_c0d442b646dc40d870b10098a0ee5408._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-09-09T18:34:29Z"
+ content="""
+It's hard to add this kind of thing to the preferred content expressions.
+
+First, it would be quite slow to check if a given key
+was present in some file in a given branch. There's no index for that
+information.
+
+Second, even if that were implemented, there's no guarantee at all that
+different repositories have the same git branches. If repo Foo wants files in
+branch B, and repo Bar sees that, and has no branch B, or a different
+version of branch B, how is it supposed to know which files to send to
+repo Foo?
+
+So, I can see the use case, but I don't see how preferred content can
+support it.
+"""]]