Re: [BUG] git symbolic-ref does not recognize @ as the shortcut for HEAD

2014-01-15 Thread Duy Nguyen
On Thu, Jan 9, 2014 at 10:05 PM, Mathieu Lemoine wrote: > Hello, > > In https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.5.txt > is mentioned: > > * Instead of typing four capital letters "HEAD", you can say "@" now, > e.g. "git log @". > > However, `git symbolic-ref @` gives "fa

[BUG] git symbolic-ref does not recognize @ as the shortcut for HEAD

2014-01-09 Thread Mathieu Lemoine
Hello, In https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.5.txt is mentioned: * Instead of typing four capital letters "HEAD", you can say "@" now, e.g. "git log @". However, `git symbolic-ref @` gives "fatal: No such ref: @", while `git symbolic-ref @` gives "refs/heads/mast