I noticed that the @
, ~
, and ^
sign can be combined with many things, like HEAD
, sha-1, branch names and tags. I also found that @{number}
can be used alone without being prefixed by HEAD
. HEAD@{number}
is used to display an entry in the shortlog. It seems that @{number}
means the same thing, but I cannot find occurrences of @{number}
in the docs.
- Is
@{number}
as strict synonym ofHEAD@{number}
? - Is there other kind of things that can be combined with those sigils?
- Is this documented somewhere?
Relevant links: