]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- new auto/th/git-core-1_5_5-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 10 Apr 2008 06:44:56 +0000 (06:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core-bashizm.patch -> 1.1

git-core-bashizm.patch [new file with mode: 0644]

diff --git a/git-core-bashizm.patch b/git-core-bashizm.patch
new file mode 100644 (file)
index 0000000..7eb11af
--- /dev/null
@@ -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
This page took 0.236364 seconds and 4 git commands to generate.