Johannes Schindelin <[EMAIL PROTECTED]> writes: > Sorry, I am so used to not installing in my home because of small quotas > :-( > > Anyway, my usual setup is that I check git out from my private branch, add > that directory to my path, and every once in a while do a "git pull origin > && make test". Right now, it works.
Oh, I see. Then the "templates/Makefile building into templates/blt and then installing if you say make install" approach I described earlier would hopefully work perfectly well for you. Just like you tack the $src to your $PATH, you can define GIT_TEMPLATE_DIRECTORY to $src/templates/blt. Problem solved. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

