Hi Junio, On Wed, 22 Mar 2017, Junio C Hamano wrote: > Johannes Schindelin <johannes.schindelin@xxxxxx> writes: > > > @@ -615,8 +620,7 @@ N_("you have staged changes in your working tree\n" > > * author metadata. > > */ > > static int run_git_commit(const char *defmsg, struct replay_opts *opts, > > - int allow_empty, int edit, int amend, > > - int cleanup_commit_message) > > + int flags) > > Use "unsigned" not signed integer for a collection of bits (see > e.g. GSoC microproject ideas page). True. Fixed in preparation for v2. Ciao, Dscho