Andy Parkins <andyparkins@gmail.com> writes: > Whether patches require signing off or not is probably a per-project > setting rather than a per-commit setting. Therefore as a convenience to > the user, the commit.signoff setting will automtically add --signoff to > commits. > > Signed-off-by: Andy Parkins <andyparkins@gmail.com> I muttered something about commit templates which would make this change a moot point, but independent of that... > +# Config > +case "$(git-repo-config --get commit.signoff)" in > +1|on|yes|true) > + signoff=t > + ;; > +esac this is ugly; please use --bool and check only for 'true'. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Nov 29 07:17:34 2006
This archive was generated by hypermail 2.1.8 : 2006-11-29 07:21:16 EST