1. 20 5月, 2014 6 次提交
  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 5 次提交
  12. 01 5月, 2014 2 次提交
    • J
      Merge git://github.com/git-l10n/git-po · 7e76a2f9
      Junio C Hamano 提交于
      * git://github.com/git-l10n/git-po:
        l10n: de.po: improve hint for autocorrected command execution
        l10n: de.po: translate 45 new messages
        l10n: de.po: correct translation of "completed" after resolving deltas
        l10n: zh_CN.po: translate 46 new messages (2229t0f0u)
        l10n: fr translation for v2.0.0rc0 (2228t)
        l10n: Update Swedish translation (2228t0f0u)
        l10n: vi.po (2228t): Update and minor fix
        l10n: git.pot: v2.0.0 round 1 (45 new, 28 removed)
      7e76a2f9
    • J
      Revert the whole "ask curl-config" topic for now · b2feb643
      Junio C Hamano 提交于
      Postpone this a bit during the feature freeze and retry the effort
      in the next cycle.
      b2feb643
  13. 29 4月, 2014 3 次提交