Merge branch 'jk/pending-keep-tag-name'
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Dec 2015 21:58:03 +0000 (13:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Dec 2015 21:58:04 +0000 (13:58 -0800)
commit71957339da64100db4114106bbba4e9c5bcf8f86
tree4a681fcd9d23ed82c7121c5831cd74a936beff3d
parente929264e8d769cd3637279c0a2b6338f9ec1c4c3
parent728350b76a2244e7cf79412f46e990e763ebf89e
Merge branch 'jk/pending-keep-tag-name'

History traversal with "git log --source" that starts with an
annotated tag failed to report the tag as "source", due to an
old regression in the command line parser back in v2.2 days.

* jk/pending-keep-tag-name:
  revision.c: propagate tag names from pending array
revision.c
t/t4202-log.sh