"Peter Eriksen" <s022018@xxxxxxxxxxxxxx> writes: > From: Peter Eriksen <s022018@xxxxxxxxxxxxxx> > Date: Mon, 22 May 2006 15:35:42 +0200 > > Signed-off-by: Peter Eriksen <s022018@xxxxxxxxxxxxxx> It makes some sense to make git-merge-recursive.py executable, just in case somebody wants to run it without preprocessing. However, gitMergeCommon.py is a module without the main program. It does not even have the usual "primarily meant to be a library but you could run it standalone" idiom at the end: if __name__ == '__main__': test() So I am not sure if this patch makes sense -- does it misbehave on your system when installed without +x bit? - : 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