OSDN Git Service

Merge branch 'rm/subtree-unwrap-tags'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Jan 2016 21:08:45 +0000 (13:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Jan 2016 21:08:45 +0000 (13:08 -0800)
"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

1  2 
contrib/subtree/git-subtree.sh

Simple merge