1. 20 5月, 2014 12 次提交
  2. 18 5月, 2014 1 次提交
  3. 17 5月, 2014 1 次提交
    • J
      request-pull: resurrect for-linus -> tags/for-linus DWIM · d952cbb1
      Junio C Hamano 提交于
      Older versions of Git before v1.7.10 did not DWIM
      
          $ git pull $URL for-linus
      
      to the tag "tags/for-linus" and the users were required to say
      
          $ git pull $URL tags/for-linus
      
      instead.  Because newer versions of Git works either way,
      request-pull used to show tags/for-linus when asked
      
          $ git request-pull origin/master $URL for-linus
      
      The recent updates broke this and in the output we see "for-linus"
      without the "tags/" prefix.
      
      As v1.7.10 is more than 2 years old, this should matter very little
      in practice, but resurrecting it is very simple.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d952cbb1
  4. 14 5月, 2014 2 次提交
  5. 13 5月, 2014 1 次提交
  6. 11 5月, 2014 1 次提交
  7. 10 5月, 2014 3 次提交
  8. 09 5月, 2014 10 次提交
  9. 08 5月, 2014 3 次提交
  10. 07 5月, 2014 2 次提交
  11. 03 5月, 2014 4 次提交