1. 08 8月, 2012 1 次提交
  2. 06 8月, 2012 3 次提交
  3. 05 8月, 2012 1 次提交
  4. 04 8月, 2012 1 次提交
  5. 03 8月, 2012 1 次提交
  6. 02 8月, 2012 3 次提交
  7. 01 8月, 2012 2 次提交
    • J
      Merge branch 'nd/maint-i18n-diffstat' · 97c79340
      Junio C Hamano 提交于
      * nd/maint-i18n-diffstat:
        i18n: leave \n out of translated diffstat
      97c79340
    • J
      Merge branch 'jx/i18n-1.7.11' · 5fe1484a
      Junio C Hamano 提交于
      Add i18n support for scripted Porcelains, and mark strings in
      merge(-recursive), am, and rebase for i18n.
      
      * jx/i18n-1.7.11:
        i18n: merge-recursive: mark strings for translation
        Remove dead code which contains bad gettext block
        i18n: am: mark more strings for translation
        rebase: remove obsolete and unused LONG_USAGE which breaks xgettext
        i18n: Rewrite gettext messages start with dash
        i18n: rebase: mark messages for translation
        i18n: New keywords for xgettext extraction from sh
      5fe1484a
  8. 31 7月, 2012 18 次提交
  9. 30 7月, 2012 5 次提交
  10. 28 7月, 2012 5 次提交
    • J
      Update draft release notes to 1.7.12 · 9e2116ad
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      9e2116ad
    • J
      Merge branch 'extract-remaining' of git://git.bogomips.org/git-svn · 51e383dd
      Junio C Hamano 提交于
      * 'extract-remaining' of git://git.bogomips.org/git-svn:
        Extract Git::SVN::GlobSpec from git-svn.
        Move Git::IndexInfo into its own file.
        Load all the modules in one place and before running code.
        Extract Git::SVN::Migration from git-svn.
        Prepare Git::SVN::Migration for extraction from git-svn.
        Extract Git::SVN::Log from git-svn.
        Prepare Git::SVN::Log for extraction from git-svn.
      51e383dd
    • J
      Merge git://git.bogomips.org/git-svn · 646e4175
      Junio C Hamano 提交于
      * git://git.bogomips.org/git-svn:
        Move initialization of Git::SVN variables into Git::SVN.
        Extract Git::SVN from git-svn into its own .pm file.
        Prepare Git::SVN for extraction into its own file.
        Extract some utilities from git-svn to allow extracting Git::SVN.
        perl: detect new files in MakeMaker builds
        The Makefile.PL will now find .pm files itself.
        Don't lose Error.pm if $@ gets clobbered.
        Quiet warning if Makefile.PL is run with -w and no --localedir
      646e4175
    • J
      Merge branch 'jk/autoident-test' · 12688bba
      Junio C Hamano 提交于
      Fix test breakages by a builder who does not have a valid user name
      in his /etc/password entry.
      
      * jk/autoident-test:
        t7502: test early quit from commit with bad ident
        t7502: handle systems where auto-identity is broken
        t7502: drop confusing test_might_fail call
        t7502: narrow checks for author/committer name in template
        t7502: properly quote GIT_EDITOR
        t7502: clean up fake_editor tests
      12688bba
    • J
      Merge branch 'jk/help-plug-memleak' · 3b0553c3
      Junio C Hamano 提交于
      Plug a few trivial memory leaks.
      
      * jk/help-plug-memleak:
        help.c::exclude_cmds(): plug a leak
        help.c::uniq: plug a leak
      3b0553c3