Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > One part I'm handwaving is what to do about commands like "git > cherry-pick foo^..foo" which use a commit range that only happens to > contain one commit. Historically cherry-pick took a single commit from the command line. That can easily be distinguished from a "set that ended up with one positive commit after walking the history". I think you can even check before triggering the revision walking machinery in the first place. -- 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