Andy Parkins <andyparkins@xxxxxxxxx> 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@xxxxxxxxx> 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html