git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git blame gives an ambiguous short revision
@ 2012-07-01 12:30 Julia Lawall
  2012-07-01 12:31 ` Julia Lawall
  2012-07-02  7:17 ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Julia Lawall @ 2012-07-01 12:30 UTC (permalink / raw)
  To: git

Using linux-next cloned today (July 1), I then checkout out the
revision 60d5c9f5b.  The command

git blame drivers/staging/brcm80211/brcmfmac/wl_iw.c -L3675,3675

then gives:

60d5c9f5 (Julia Lawall 2011-04-01 16:23:42 +0200 3675)  if (!iscan->iscan_ex_params_p) {

Then I try:

git show 60d5c9f5

which gives:

error: short SHA1 60d5c9f5 is ambiguous.
error: short SHA1 60d5c9f5 is ambiguous.
fatal: ambiguous argument '60d5c9f5': unknown revision or path not in the
working tree.
Use '--' to separate paths from revisions

If I give git blame the -l option, every thing is fine.

thanks,
julia

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

end of thread, other threads:[~2012-07-02  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 12:30 git blame gives an ambiguous short revision Julia Lawall
2012-07-01 12:31 ` Julia Lawall
2012-07-02  7:17 ` Junio C Hamano
2012-07-02  7:28   ` Junio C Hamano
2012-07-02  7:54     ` 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).