On 2/2/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote:
Hi, On Fri, 2 Feb 2007, Jakub Narebski wrote: > Perhaps we should use @{...} to refer to reflog for HEAD, or use yet > another special notation? No. IMHO "bla@{yesterday}" should give you what "bla" pointed to, yesterday. In that sense, the proposed reflog on "HEAD" makes perfect sense.
Since HEAD is a synonym for "current branch" everywhere else in git, while .git/logs/HEAD will be a log of detached HEAD (plus branch switches, I guess), I think the following makes perfect sense: "HEAD@{yesterday}" = current branch, yesterday "@{yesterday}" = detached head (no branch), yesterday Just my 2c -- larsh - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html