Jan Krüger <jk@xxxxx> writes: > Refspecs without a source side have been reported as confusing by many. > As an alternative, this adds support for commands like: > > git push origin --delete somebranch > git push origin --delete tag sometag > > Specifically, --delete will prepend a colon to all colon-less refspecs > given on the command line, and will refuse to accept refspecs with > colons to prevent undue confusion. > > Signed-off-by: Jan Krüger <jk@xxxxx> > --- Thanks. From a cursory read, the patch looks good. We would however want to have a test that has test_must_fail to protect the error codepath from getting broken in the future. -- 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