Merge branch 'jk/pending-keep-tag-name' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2016 22:03:07 +0000 (14:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2016 22:03:08 +0000 (14:03 -0800)
commite3073cf895f335c6544d17b143c6e272436d149f
treefc72c5d5f8e219b8678b70243e77bc441df0758f
parente0025275827ea57a3a14aecfde1cd3812e70652a
parent728350b76a2244e7cf79412f46e990e763ebf89e
Merge branch 'jk/pending-keep-tag-name' into maint

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