Merge branch 'fc/at-head' into next
commitf334a2ad151406a6a0e6c0ebd1755150f38fc71d
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Jun 2013 22:27:39 +0000 (4 15:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jun 2013 22:27:39 +0000 (4 15:27 -0700)
tree67f7c0ebdd6870df8fe9d0db5aef5832a0eee5a3
parent3180bcc53ce367ff32ed127cf5de187afe1513ba
parent1f27e7d56b65fdc232a5a2a4de2ee97ff5eb176b
Merge branch 'fc/at-head' into next

Instead of typing four capital letters "HEAD", you can say "@"
instead.

* fc/at-head:
  sha1_name: compare variable with constant, not constant with variable
  Add new @ shortcut for HEAD
  sha1_name: refactor reinterpret()
  sha1_name: check @{-N} errors sooner
  sha1_name: reorganize get_sha1_basic()
  sha1_name: don't waste cycles in the @-parsing loop
  sha1_name: remove unnecessary braces
  sha1_name: remove no-op
  tests: at-combinations: @{N} versus HEAD@{N}
  tests: at-combinations: increase coverage
  tests: at-combinations: improve nonsense()
  tests: at-combinations: check ref names directly
  tests: at-combinations: simplify setup
Documentation/git-check-ref-format.txt
refs.c
sha1_name.c