1. 20 2月, 2009 1 次提交
    • T
      format-patch: threading test reactivation · 484cf6c3
      Thomas Rast 提交于
      t4014 tests format-patch --thread since 7d812145, but the tests were
      ineffective right from the start at least for bash and dash.  The
      loops of the form
      
        for ...; do something || break; done
      
      introduced by 7d812145 and 5d02294c always exit with status 0, even if
      'something' failed, because 'break' returns 0 unless there was no loop
      to break.
      
      We take a rather different approach that uses an admittedly heinous
      inline Perl script to mangle all interesting information into a format
      that is invariant between runs.  We can then test the full patch
      sequence in one go (with --stdout), doing away with the loop problem.
      Signed-off-by: NThomas Rast <trast@student.ethz.ch>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      484cf6c3
  2. 19 2月, 2009 10 次提交
  3. 17 2月, 2009 3 次提交
  4. 16 2月, 2009 2 次提交
  5. 15 2月, 2009 15 次提交
  6. 14 2月, 2009 6 次提交
  7. 13 2月, 2009 3 次提交