git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible bug in --short option of git-rev-list
@ 2007-04-21  9:32 Marco Costalba
  2007-04-21  9:34 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Costalba @ 2007-04-21  9:32 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Junio C Hamamo

>From git tree

$ git rev-parse v1.5.1.1 HEAD
c5ec6d00eb063f547e314fdf8a1d8cf09472da6b
744747ef1d75c85fb3a1785cb08d36497128d3d3
$ git rev-parse --short v1.5.1.1 HEAD
c5ec6d0
744747e
fatal: Needed a single revision
$

Output is correct, but at the end an (bogus?) error is reported an
git-rev-parse command exits with error code.

Marco

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

end of thread, other threads:[~2007-04-21 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-21  9:32 Possible bug in --short option of git-rev-list Marco Costalba
2007-04-21  9:34 ` Junio C Hamano
2007-04-21 10:03   ` Marco Costalba

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