On Mon, 14 Feb 2011, Johannes Sixt wrote: > Am 2/6/2011 19:43, schrieb Martin von Zweigbergk: > > diff --git a/git-rebase--merge.sh b/git-rebase--merge.sh > > new file mode 100644 > > index 0000000..c04ce8a > > --- /dev/null > > +++ b/git-rebase--merge.sh > > This should be mode 100755. (Ditto for git-rebase--am.sh in 19/31) I was just about to fix now and I noticed that quite a few other script files are mode 100644. Should all be changed to mode 100755 or is there some kind of rule as to which mode they should be? Both git-sh-setup.sh and git-parse-remote.sh are also mode 100644 and I (think I) know that both are always sourced. If the rule is that sourced scripts should be mode 100644 (but I'm just guessing here), then I should actually have changed the mode of git-rebase--interactive.sh to that mode instead. Please advice. /Martin -- 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