1. 04 6月, 2017 4 次提交
    • J
      Merge branch 'ab/fix-poison-tests' into maint · 6c940eb9
      Junio C Hamano 提交于
      Update tests to pass under GETTEXT_POISON (a mechanism to ensure
      that output strings that should not be translated are not
      translated by mistake), and tell TravisCI to run them.
      
      * ab/fix-poison-tests:
        travis-ci: add job to run tests with GETTEXT_POISON
        travis-ci: setup "prove cache" in "script" step
        tests: fix tests broken under GETTEXT_POISON=YesPlease
      6c940eb9
    • J
      Merge branch 'ab/doc-replace-gmane-links' into maint · 16b4a48f
      Junio C Hamano 提交于
      The Web interface to gmane news archive is long gone, even though
      the articles are still accessible via NTTP.  Replace the links with
      ones to public-inbox.org.  Because their message identification is
      based on the actual message-id, it is likely that it will be easier
      to migrate away from it if/when necessary.
      
      * ab/doc-replace-gmane-links:
        doc: replace more gmane links
        doc: replace a couple of broken gmane links
      16b4a48f
    • J
      Merge branch 'ab/aix-needs-compat-regex' into maint · 9102f423
      Junio C Hamano 提交于
      Build fix.
      
      * ab/aix-needs-compat-regex:
        config.mak.uname: set NO_REGEX=NeedsStartEnd on AIX
      9102f423
    • J
      Merge branch 'pw/rebase-i-regression-fix' into maint · 19a23d6d
      Junio C Hamano 提交于
      Just the first one of three? new tests that follows up a regression
      fix.
      
      * pw/rebase-i-regression-fix:
        rebase -i: add missing newline to end of message
        rebase -i: silence stash apply
        rebase -i: fix reflog message
      19a23d6d
  2. 20 5月, 2017 3 次提交
  3. 11 5月, 2017 3 次提交
    • L
      travis-ci: add job to run tests with GETTEXT_POISON · b8e188f6
      Lars Schneider 提交于
      Add a job to run Git tests with GETTEXT_POISON. In this job we don't run
      the git-p4, git-svn, and HTTPD tests to save resources/time (those tests
      are already executed in other jobs). Since we don't run these tests, we
      can also skip the "before_install" step (which would install the
      necessary dependencies) with an empty override.
      Signed-off-by: NLars Schneider <larsxschneider@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      b8e188f6
    • L
      travis-ci: setup "prove cache" in "script" step · 3ae72a3a
      Lars Schneider 提交于
      The command that made the "prove cache" persistent across builds was
      executed in the "before_install" step. Consequently, every job that
      wanted to make use of the cache had to run this step.
      
      The "prove cache" is only used in the "script" step for the
      "make test" command. Therefore, we should configure the "prove cache"
      in this step.
      
      This change is useful for a subsequent patch that adds a job which does
      not need the "before_install" step but wants to run the "script" step to
      execute the tests.
      Signed-off-by: NLars Schneider <larsxschneider@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3ae72a3a
    • Æ
      tests: fix tests broken under GETTEXT_POISON=YesPlease · 0d75bfe6
      Ævar Arnfjörð Bjarmason 提交于
      The GETTEXT_POISON=YesPlease compile-time testing option added in my
      bb946bba ("i18n: add GETTEXT_POISON to simulate unfriendly
      translator", 2011-02-22) has been slowly bitrotting as strings have
      been marked for translation, and new tests have been added without
      running it.
      
      I brought this up on the list ("[BUG] test suite broken with
      GETTEXT_POISON=YesPlease", [1]) asking whether this mode was useful at
      all anymore. At least one person occasionally uses it, and Lars
      Schneider offered to change one of the the Travis builds to run in
      this mode, so fix up the failing ones.
      
      My test setup runs most of the tests, with the notable exception of
      skipping all the p4 tests, so it's possible that there's still some
      lurking regressions I haven't fixed.
      
      1. <CACBZZX62+acvi1dpkknadTL827mtCm_QesGSZ=6+UnyeMpg8+Q@mail.gmail.com>
      Signed-off-by: NÆvar Arnfjörð Bjarmason <avarab@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      0d75bfe6
  4. 10 5月, 2017 1 次提交
  5. 09 5月, 2017 12 次提交
  6. 08 5月, 2017 1 次提交
  7. 06 5月, 2017 3 次提交
  8. 05 5月, 2017 13 次提交