All of lore.kernel.org
 help / color / mirror / Atom feed
* is there a stylistic preference for a trailing "--" on a command?
@ 2017-11-10 13:57 Robert P. J. Day
  2017-11-10 18:12 ` Stefan Beller
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2017-11-10 13:57 UTC (permalink / raw)
  To: Git Mailing list


  just noticed these examples in "man git-bisect":

EXAMPLES
  $ git bisect start HEAD v1.2 --      # HEAD is bad, v1.2 is good
  ...
  $ git bisect start HEAD origin --    # HEAD is bad, origin is good
  ...
  $ git bisect start HEAD HEAD~10 --   # culprit is among the last 10

is there some rationale or stylistic significance to those trailing
"--" on those commands? i assume they have no effect, just curious as
to why they're there.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

end of thread, other threads:[~2017-11-12  1:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 13:57 is there a stylistic preference for a trailing "--" on a command? Robert P. J. Day
2017-11-10 18:12 ` Stefan Beller
2017-11-11 15:39   ` Jeff King
2017-11-12  1:18     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.