1. 30 1月, 2010 3 次提交
    • J
      Merge git://git.kernel.org/pub/scm/gitk/gitk · fc4b10cd
      Junio C Hamano 提交于
      * git://git.kernel.org/pub/scm/gitk/gitk:
        gitk: Update German translation
        gitk: Add French translation
        gitk: update Italian translation
        gitk: Update Swedish translation
        gitk: Adjust two equal strings which differed in whitespace
        gitk: Display submodule diffs with appropriate encoding
        gitk: Fix display of newly-created tags
        gitk: Enable gitk to create tags with messages
        gitk: Update Hungarian translation
        gitk: Add Hungarian translation
        gitk: Add "--no-replace-objects" option
      fc4b10cd
    • J
      add shebang line to git-mergetool--lib.sh · 02e51243
      Jeff King 提交于
      Even though this script is expected to be sourced instead of
      executed on its own, the #!/bin/sh line provides simple
      documentation about what format the file is in.
      
      In particular, the lack of such a line was confusing the
      valgrind support of our test scripts, which assumed that any
      executable without a #!-line should be intercepted and run
      through valgrind. So during valgrind-enabled tests, any
      script sourcing this file actually sourced the valgrind
      interception script instead.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      02e51243
    • J
      fix off-by-one allocation error · 7b48c170
      Jeff King 提交于
      Caught by valgrind in t5516. Reading the code shows we
      malloc enough for our string, but not trailing NUL.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      7b48c170
  2. 29 1月, 2010 12 次提交
  3. 28 1月, 2010 13 次提交
  4. 27 1月, 2010 12 次提交