1. 04 2月, 2012 1 次提交
  2. 20 12月, 2011 1 次提交
    • J
      request-pull: do not emit "tag" before the tagname · f032d66d
      Junio C Hamano 提交于
      The whole point of the recent update to allow "git pull $url $tagname" is
      so that the integrator does not have to store the (signed) tag that is
      used to convey authenticity to be recorded in the resulting merge in the
      local repository's tag namespace.  Asking for a merge be made with "git
      pull $url tag $tagname" defeats it.
      
      Note that the request can become ambiguous if the requestor has a branch
      with the same name as the tag, but that is not a new problem limited to
      pulling. I wouldn't mind if somebody wants to add disambiguation to the
      find_matching_ref logic in the script as a separate patch, though.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f032d66d
  3. 17 12月, 2011 1 次提交
  4. 09 11月, 2011 1 次提交
    • J
      request-pull: use the annotated tag contents · d0504645
      Junio C Hamano 提交于
      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: NJunio C Hamano <gitster@pobox.com>
      d0504645
  5. 06 10月, 2011 1 次提交
    • J
      request-pull: state what commit to expect · cf731666
      Junio C Hamano 提交于
      The message gives a detailed explanation of the commit the requester based
      the changes on, but lacks information that is necessary for the person who
      performs a fetch & merge in order to verify that the correct branch was
      fetched when responding to the pull request.
      
      Add a few more lines to describe the commit at the tip expected to be
      fetched to the same level of detail as the base commit.
      
      Also update the warning message slightly when the script notices that the
      commit may not have been pushed.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      cf731666
  6. 03 6月, 2010 1 次提交
  7. 11 5月, 2010 1 次提交
  8. 08 5月, 2010 2 次提交
  9. 02 5月, 2010 2 次提交