Thiago Farina wrote: > All patches should just fix real problems? Yes. > I think it just makes more sense, since *all* other commands are in > builtin/ and it's own files. I was careless before and was not even thinking about BUILT_INS += $(patsubst builtin/%.o,git-%$X,$(BUILTIN_OBJS)) Sorry. With that line in mind, what Junio wrote in the "what's cooking" message makes a lot of sense. A good direction to go in long term might be to freeze the list of built-ins installed to $gitexecdir in some clean way and avoid adding new ones. Would you be interested in working on that? That would solve a problem (turning back the tide of scripts that use git- commands, without breaking compatibility) that some people are interested in. The hardest part would probably be to make sure commands like "git help version" work properly. -- 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