reflog/show question

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Geoff Russell
Date: Sunday, April 27, 2008 - 6:59 pm

git show HEAD@{"3 minutes ago"}

works as I expect, but

     git show HEAD@{"3 minutes ago"}:data/node/node.data

gives me a message:

       warning: Log for 'HEAD' only goes back to Mon, 28 Apr 2008
10:18:37 +0930.
       fatal: ambiguous argument
'HEAD@{3.minutes.ago}:data/node/node.newds1': unknown revision or path
not in the working tree.
       Use '--' to separate paths from revisions

However,

     git show HEAD@{2}:data/node/node.data

shows me the file as it was 3 minutes ago.

I'm using 1.5.4.rc4

Cheers,

Geoff Russell
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
reflog/show question, Geoff Russell, (Sun Apr 27, 6:59 pm)
Re: reflog/show question, Jeff King, (Mon Apr 28, 2:24 am)
Re: reflog/show question, Geoff Russell, (Mon Apr 28, 6:47 pm)
Re: reflog/show question, Jeff King, (Tue Apr 29, 1:12 pm)
Re: reflog/show question, Geoff Russell, (Tue Apr 29, 3:06 pm)
Re: reflog/show question, Jeff King, (Tue Apr 29, 4:07 pm)
Re: reflog/show question, Geoff Russell, (Tue Apr 29, 5:12 pm)
Re: reflog/show question, Geoff Russell, (Tue Apr 29, 5:26 pm)
Re: reflog/show question, Geoff Russell, (Wed Apr 30, 5:15 pm)
Re: reflog/show question, Jeff King, (Thu May 1, 6:53 am)
Re: reflog/show question, Geoff Russell, (Thu May 1, 7:21 pm)