Author: adamg Date: Thu Apr 10 06:45:01 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - new
---- Files affected: SOURCES: git-core-bashizm.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/git-core-bashizm.patch diff -u /dev/null SOURCES/git-core-bashizm.patch:1.1 --- /dev/null Thu Apr 10 08:45:01 2008 +++ SOURCES/git-core-bashizm.patch Thu Apr 10 08:44:56 2008 @@ -0,0 +1,21 @@ +--- git-1.5.5/t/t3200-branch.sh~ 2008-04-08 09:10:01.000000000 +0200 ++++ git-1.5.5/t/t3200-branch.sh 2008-04-09 23:54:55.000000000 +0200 +@@ -200,7 +200,7 @@ + + test_expect_success \ + 'branch from non-branch HEAD w/--track causes failure' \ +- '!(git branch --track my10 HEAD^)' ++ '! git branch --track my10 HEAD^' + + # Keep this test last, as it changes the current branch + cat >expect <<EOF +--- git-1.5.5/t/t7201-co.sh~ 2008-04-08 09:10:01.000000000 +0200 ++++ git-1.5.5/t/t7201-co.sh 2008-04-09 23:55:57.000000000 +0200 +@@ -335,6 +335,6 @@ + git checkout -b delete-me master && + rm .git/refs/heads/delete-me && + test refs/heads/delete-me = "$(git symbolic-ref HEAD)" && +- !(git checkout --track -b track)' ++ ! git checkout --track -b track' + + test_done ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
