author | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Nov 2011 13:05:00 +0000 (05:05 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Nov 2011 13:31:09 +0000 (05:31 -0800) | ||
commit | d050464541d51ab65863218d93b351de3392f476 | |
tree | 05736b882df7bf3652cdd08a0fe6d46714330aec | tree | snapshot |
parent | 90a321c04c639488e7f66fa4dd53b14c2363cd70 | commit | diff |
request-pull: use the annotated tag contents
The integrator tool will start allowing to pull a signed or an annotated
tag, i.e.
$ git pull $there tags/for-linus
and the description in the tag is used to convey a meaningful message from
the lieutenant to the integrator to justify the history being pulled.
Include the message in the pull request e-mail, as the same information is
useful in this context, too. It would encourage the lieutenants to write
meaningful messages in their signed tags.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The integrator tool will start allowing to pull a signed or an annotated
tag, i.e.
$ git pull $there tags/for-linus
and the description in the tag is used to convey a meaningful message from
the lieutenant to the integrator to justify the history being pulled.
Include the message in the pull request e-mail, as the same information is
useful in this context, too. It would encourage the lieutenants to write
meaningful messages in their signed tags.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-request-pull.sh | diff | blob | history | |
t/t5150-request-pull.sh | diff | blob | history |