| Argh! Sorry, that last message made no sense. Corrections marked with _.
On Wed, Aug 18, 2010 at 9:36 PM, Jon Seymour [off-list ref] wrote:
While reworking my detached-stash topic, I noticed that git rev-parse
ref@{n} will exit with a warning message on stderr, the SHA1 of ref
and a _zero_ exit code if ref exists, but ref@{n} does not.
I understand why ref@{time-spec} might behave this way, but I reckon
that if you ask for ref@{n} for n > N-1, where N is the length of the
reflog, then you should either get empty output and a non-zero status
(preferred) or a ref@{N-1} on the output with a status code of zero
and a warning message (less optimal, IMHO).
What say the list?
jon.