Merge branch 'fc/at-head'
commitbb1c8fbcc86b31a1e86a1f6cadcb82d67fab1dc0
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Jun 2013 20:31:23 +0000 (11 13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Jun 2013 20:31:23 +0000 (11 13:31 -0700)
tree6f68b3eab895b3b5af84a47925f910d0c8b26a99
parent96d339f1e345e4457c4409f29a84d13254489621
parent1f27e7d56b65fdc232a5a2a4de2ee97ff5eb176b
Merge branch 'fc/at-head'

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