Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > There are two very similar blocks of code that recognize options for > the "recursive" merge strategy. Unify them. > > No functional change intended. It makes sense, but I wonder why you chose to do "if (fun() <= 0) error" instead of usual "if (fun() < 0) error"... -- 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