Merge branch 'rm/subtree-unwrap-tags'
commita039a79e9d00fed442f31ce69054e98e7dd1fc69
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Jan 2016 21:08:45 +0000 (22 13:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Jan 2016 21:08:45 +0000 (22 13:08 -0800)
tree6b5399f44f47489680658b32925f890362a63300
parent3ee1e0fe11e2eb617170d0487fccfffc67f2b82b
parent5d65fe312e22594b7fec7349945fb0072987716b
Merge branch 'rm/subtree-unwrap-tags'

"git subtree" (in contrib/) records the tag object name in the
commit log message when a subtree is added using a tag, without
peeling it down to the underlying commit.  The tag needs to be
peeled when "git subtree split" wants to work on the commit, but
the command forgot to do so.

* rm/subtree-unwrap-tags:
  contrib/subtree: unwrap tag refs
contrib/subtree/git-subtree.sh