git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug: Revert with -m 0 says no -m was given
@ 2017-03-23 17:17 Ulrik Sverdrup
  2017-03-23 18:15 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Ulrik Sverdrup @ 2017-03-23 17:17 UTC (permalink / raw)
  To: git

Hi,

Git produces a misleading error when you tell it `git revert -m 0`. The
user error is that the parent should be greater than zero, but git
doesn't help you. (I forgot that the first parent is 1 and not 0.)

$ git revert -m 0 abc
error: commit abc... is a merge but no -m option was given.
fatal: revert failed

Git already handles too large m correctly:

$ git revert -m 3 abc
error: commit abc... does not have parent 3
fatal: revert failed

-Ulrik

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-23 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23 17:17 Bug: Revert with -m 0 says no -m was given Ulrik Sverdrup
2017-03-23 18:15 ` Junio C Hamano
2017-03-23 20:39   ` Ævar Arnfjörð Bjarmason
2017-03-23 21:38     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).