export: change VCS tag in spec to sha1 of commitish
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 2 Jun 2014 09:08:18 +0000 (12:08 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 04:54:44 +0000 (07:54 +0300)
commit704ab3f733e7d06cd87dd1b38112b5de285e202a
tree2fa08fd6236231df9140ba30472ff1c66a8abc79
parent1e16776426f5e7e8fcb106c8f2156e27ac3f3bf0
export: change VCS tag in spec to sha1 of commitish

Do not resolve to the sha1 of the commit object anymore. That is, the
VCS tag will contain the sha1 of the tag object if an (annotated) tag is
exported (previously, it would contain the sha1 of the commit the tag,
or the chain of tags, pointed to) (previously, it would contain the sha1
of the commit the tag, or the chain of tags, pointed to).

Change-Id: I5b8d164cf1f4e910740d75df825cd506ffb9437c
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/cmd_export.py