1. 23 3月, 2009 10 次提交
  2. 22 3月, 2009 16 次提交
  3. 21 3月, 2009 12 次提交
  4. 20 3月, 2009 2 次提交
    • J
      Merge branch 'js/windows-tests' · 6066f5ae
      Junio C Hamano 提交于
      * js/windows-tests:
        t5602: Work around path mangling on MSYS
        t5300, t5302, t5303: Do not use /dev/zero
        t2200, t7004: Avoid glob pattern that also matches files
        t7300: fix clean up on Windows
        test-lib: Introduce test_chmod and use it instead of update-index --chmod
        test-lib: Simplify test counting.
        test-lib: Replace uses of $(expr ...) by POSIX shell features.
        Call 'say' outside test_expect_success
        test suite: Use 'say' to say something instead of 'test_expect_success'
        t9400, t9401: Do not force hard-linked clone
      6066f5ae
    • J
      t5602: Work around path mangling on MSYS · a8cbc9ab
      Johannes Sixt 提交于
      MSYS's bash rewrites /something/bin/... into a Windows path that looks like
      c:/msysgit/something/bin/... before git sees it. But later the test case
      verifies that the path was used and compares it to the unmangled version.
      This fails, of course. This make the path relative so that the path
      mangling is not triggered.
      Signed-off-by: NJohannes Sixt <j6t@kdbg.org>
      a8cbc9ab