Junio C Hamano schrieb: > @@ -674,6 +676,10 @@ int git_checkattr(const char *path, int num, struct git_attr_check *check) > void git_attr_set_direction(enum git_attr_direction new, struct index_state *istate) > { > enum git_attr_direction old = direction; > + > + if (is_bare_repository() && new != GIT_ATTR_INDEX) > + die("BUG: non-INDEX att direction in a bare repo"); It's just a message that is probably never shown, but "[...] attr direction [...]" (with r) would still look better. René -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html