git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: need help with git show :1:...
@ 2009-04-08 17:57 layer
  0 siblings, 0 replies; 9+ messages in thread
From: layer @ 2009-04-08 17:57 UTC (permalink / raw)
  To: git

I didn't make it clear, but I am in the process of resolve conflicts
from a merge in the repo where those commands were executed.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* need help with git show :1:...
@ 2009-04-08 17:41 layer
  2009-04-08 17:58 ` Elijah Newren
  0 siblings, 1 reply; 9+ messages in thread
From: layer @ 2009-04-08 17:41 UTC (permalink / raw)
  To: git

I remember this working for me in the not too distant past.  
I'm using git version 1.6.1.3.  Perhaps it was an older version of git
when it worked for me.

quadra% ls -l src/c/sock.c
-rw-r--r-- 1 layer fi 57909 Mar  9 13:32 src/c/sock.c
quadra% git show :2:src/c/sock.c
fatal: ambiguous argument ':2:src/c/sock.c': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
quadra% git show :1:c/sock.c
fatal: ambiguous argument ':1:c/sock.c': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
quadra% git show :1:sock.c
fatal: ambiguous argument ':1:sock.c': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
quadra% git show :1:/src/c/sock.c
fatal: ambiguous argument ':1:/src/c/sock.c': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions




If I cd to "src/c" and do "git show :1:sock.c" the same thing happens.

Thanks.

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

end of thread, other threads:[~2009-04-08 18:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 17:57 need help with git show :1: layer
  -- strict thread matches above, loose matches on Subject: below --
2009-04-08 17:41 layer
2009-04-08 17:58 ` Elijah Newren
2009-04-08 18:02   ` layer
2009-04-08 18:07     ` Elijah Newren
2009-04-08 18:10       ` layer
2009-04-08 18:25         ` Elijah Newren
2009-04-08 18:35           ` layer
2009-04-08 18:38             ` Elijah Newren

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