Heya, On Fri, Apr 9, 2010 at 07:57, Junio C Hamano <gitster@xxxxxxxxx> wrote: > I wonder if we can make this a lot simpler to avoid multi-line sed script. > For example, we could write the source Python script to always begin with: > > #!/usr/bin/python > import sys; > import os; > sys.path.insert(0, os.getenv("GITPYTHONLIB",".")); Thank you, I like this a lot better than our current approach. I think it's very ugly that git (needs to) mangle(s) the python files when installing, since that means that line-numbers don't match in stacktraces. I'd definitely prefer using this. -- Cheers, Sverre Rabbelier -- 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