git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Confusing inconsistent option syntax
@ 2018-12-02 10:07 Robert White
  2018-12-02 10:18 ` Duy Nguyen
  2018-12-03 22:14 ` Jeff King
  0 siblings, 2 replies; 3+ messages in thread
From: Robert White @ 2018-12-02 10:07 UTC (permalink / raw)
  To: git

`git log --pretty short` gives the error message "ambiguous argument
'short'". To get the expected result, you need to use `git log
--pretty=short`. However, `git log --since yesterday` and `git log
--since=yesterday` both work as expected.

When is an = needed? What is the reason for these inconsistencies?

---
Robert White

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

end of thread, other threads:[~2018-12-03 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-02 10:07 Confusing inconsistent option syntax Robert White
2018-12-02 10:18 ` Duy Nguyen
2018-12-03 22:14 ` Jeff King

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).