1. 27 8月, 2014 1 次提交
  2. 26 8月, 2014 1 次提交
    • J
      Merge git://github.com/git-l10n/git-po · c285171d
      Junio C Hamano 提交于
      * git://github.com/git-l10n/git-po:
        l10n: de.po: improve message when switching branches
        l10n: de.po: fix typo
        po/TEAMS: Add Catalan team
        l10n: Add Catalan translation
        l10n: fr.po (2257t) update for version 2.1.0
        l10n: sv.po: Update Swedish translation (2257t0f0u)
        l10n: vi.po (2257t): Update translation
        l10n: Updated Bulgarian translation of git (2257t,0f,0u)
        l10n: zh_CN: translations for git v2.1.0-rc0
        l10n: git.pot: v2.1.0 round 1 (38 new, 9 removed)
        l10n: Updated Bulgarian translation of git (2247t,0f,0u)
        l10n: Updated Bulgarian translation of git (2228t,0f,0u)
        l10n: Fix more typos in the Swedish translations
      c285171d
  3. 24 8月, 2014 2 次提交
  4. 23 8月, 2014 2 次提交
  5. 20 8月, 2014 1 次提交
  6. 16 8月, 2014 1 次提交
  7. 14 8月, 2014 1 次提交
    • J
      tests: fix negated test_i18ngrep calls · 41ca19b6
      Johannes Sixt 提交于
      The helper function test_i18ngrep pretends that it found the expected
      results when it is running under GETTEXT_POISON. For this reason, it must
      not be used negated like so
      
         ! test_i18ngrep foo bar
      
      because the test case would fail under GETTEXT_POISON. The function offers
      a special syntax to test that a pattern is *not* found:
      
         test_i18ngrep ! foo bar
      
      Convert incorrect uses to this syntax.
      Signed-off-by: NJohannes Sixt <j6t@kdbg.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      41ca19b6
  8. 11 8月, 2014 1 次提交
  9. 09 8月, 2014 1 次提交
  10. 08 8月, 2014 5 次提交
  11. 07 8月, 2014 1 次提交
  12. 06 8月, 2014 1 次提交
  13. 05 8月, 2014 8 次提交
  14. 04 8月, 2014 4 次提交
  15. 03 8月, 2014 2 次提交
  16. 01 8月, 2014 1 次提交
  17. 31 7月, 2014 7 次提交
    • J
      Sync with 2.0.4 · aa544bfb
      Junio C Hamano 提交于
      * maint:
        Git 2.0.4
        commit --amend: test specifies authorship but forgets to check
      aa544bfb
    • J
      Update draft release notes to 2.1 · aa0ba07a
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      aa0ba07a
    • J
      Merge branch 'jk/more-push-completion' · 0d9cb2d1
      Junio C Hamano 提交于
      * jk/more-push-completion:
        completion: complete `git push --force-with-lease=`
        completion: add some missing options to `git push`
        completion: complete "unstuck" `git push --recurse-submodules`
      0d9cb2d1
    • J
      Merge branch 'sk/mingw-tests-workaround' · c372e7b0
      Junio C Hamano 提交于
      Make tests pass on msysgit by mostly disabling ones that are
      infeasible on that platform.
      
      * sk/mingw-tests-workaround:
        t800[12]: work around MSys limitation
        t9902: mingw-specific fix for gitfile link files
        t4210: skip command-line encoding tests on mingw
        MinGW: disable legacy encoding tests
        t0110/MinGW: skip tests that pass arbitrary bytes on the command line
        MinGW: Skip test redirecting to fd 4
      c372e7b0
    • J
      Merge branch 'sk/mingw-uni-fix-more' · 385e171a
      Junio C Hamano 提交于
      Most of these are battle-tested in msysgit and are needed to
      complete what has been merged to 'master' already.
      
      * sk/mingw-uni-fix-more:
        Win32: enable color output in Windows cmd.exe
        Win32: patch Windows environment on startup
        Win32: keep the environment sorted
        Win32: use low-level memory allocation during initialization
        Win32: reduce environment array reallocations
        Win32: don't copy the environment twice when spawning child processes
        Win32: factor out environment block creation
        Win32: unify environment function names
        Win32: unify environment case-sensitivity
        Win32: fix environment memory leaks
        Win32: Unicode environment (incoming)
        Win32: Unicode environment (outgoing)
        Revert "Windows: teach getenv to do a case-sensitive search"
        tests: do not pass iso8859-1 encoded parameter
      385e171a
    • J
      Merge branch 'ep/avoid-test-a-o' · 4b0c0e35
      Junio C Hamano 提交于
      * ep/avoid-test-a-o:
        t9814: fix misconversion from test $a -o $b to test $a || test $b
      4b0c0e35
    • J
      Git 2.0.4 · 32f56600
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      32f56600