aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3100-ls-tree-restrict.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-26 14:38:19 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-26 15:18:55 -0700
commit2eab945e865317cb7d390aec214303f1d931b53a (patch)
treedbec0de73e52d5b6d0740dd2e226d3ce8e2e51fd /t/t3100-ls-tree-restrict.sh
parent6d3a5077ddb78a73fe26b154c459bc4731bca0dd (diff)
downloadgit-2eab945e865317cb7d390aec214303f1d931b53a.tar.gz
[PATCH] Make ls-* output consistent with diff-* output format.
Use SP as the column separator except the ones before path which uses TAB, to make the output format consistent across ls-* and diff-* commands. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 't/t3100-ls-tree-restrict.sh')
-rw-r--r--t/t3100-ls-tree-restrict.sh40
1 files changed, 20 insertions, 20 deletions
diff --git a/t/t3100-ls-tree-restrict.sh b/t/t3100-ls-tree-restrict.sh
index 095b328943..70fa9acee7 100644
--- a/t/t3100-ls-tree-restrict.sh
+++ b/t/t3100-ls-tree-restrict.sh
@@ -34,7 +34,7 @@ test_expect_success \
_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40"
test_output () {
- sed -e "s/ $_x40 / X /" <current >check
+ sed -e "s/ $_x40 / X /" <current >check
diff -u expected check
}
@@ -42,9 +42,9 @@ test_expect_success \
'ls-tree plain' \
'git-ls-tree $tree >current &&
cat >expected <<\EOF &&
-100644 blob X path0
-120000 blob X path1
-040000 tree X path2
+100644 blob X path0
+120000 blob X path1
+040000 tree X path2
EOF
test_output'
@@ -52,13 +52,13 @@ test_expect_success \
'ls-tree recursive' \
'git-ls-tree -r $tree >current &&
cat >expected <<\EOF &&
-100644 blob X path0
-120000 blob X path1
-040000 tree X path2
-040000 tree X path2/baz
-100644 blob X path2/baz/b
-120000 blob X path2/bazbo
-100644 blob X path2/foo
+100644 blob X path0
+120000 blob X path1
+040000 tree X path2
+040000 tree X path2/baz
+100644 blob X path2/baz/b
+120000 blob X path2/bazbo
+100644 blob X path2/foo
EOF
test_output'
@@ -74,8 +74,8 @@ test_expect_success \
'ls-tree filtered' \
'git-ls-tree $tree path1 path0 >current &&
cat >expected <<\EOF &&
-100644 blob X path0
-120000 blob X path1
+100644 blob X path0
+120000 blob X path1
EOF
test_output'
@@ -83,11 +83,11 @@ test_expect_success \
'ls-tree filtered' \
'git-ls-tree $tree path2 >current &&
cat >expected <<\EOF &&
-040000 tree X path2
-040000 tree X path2/baz
-100644 blob X path2/baz/b
-120000 blob X path2/bazbo
-100644 blob X path2/foo
+040000 tree X path2
+040000 tree X path2/baz
+100644 blob X path2/baz/b
+120000 blob X path2/bazbo
+100644 blob X path2/foo
EOF
test_output'
@@ -95,8 +95,8 @@ test_expect_success \
'ls-tree filtered' \
'git-ls-tree $tree path2/baz >current &&
cat >expected <<\EOF &&
-040000 tree X path2/baz
-100644 blob X path2/baz/b
+040000 tree X path2/baz
+100644 blob X path2/baz/b
EOF
test_output'
lue='chromeos-4.14__release/core78-32'>chromeos-4.14__release/core78-32 Intel wireless group's fork of linux.gitIntel wireless group
aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorArun Kumar K <arun.kk@samsung.com>2013-05-28 13:05:15 +0530
committerChromeBot <chrome-bot@google.com>2013-06-12 12:07:59 -0700
commit251b0ffbb1fbbd21c876587e8995c72ec2f1ba7d (patch)
tree8d201dfc9537bb72d4b4bfa3d66534cd336b2a6d /Documentation
parent9222eb96a68b464f2a6256a59dcee615833ecd54 (diff)
downloadchromeos-251b0ffbb1fbbd21c876587e8995c72ec2f1ba7d.tar.gz
clk: exynos5420: Add clocks for GPU dvfs
Table used for vpll is added and lookup created for using in the driver. Also added the sclk_vpll needed by driver. BUG=chrome-os-partner:19586 TEST=to be done echo off > /sys/bus/platform/drivers/mali/11800000.mali/dvfs echo 350 > /sys/bus/platform/drivers/mali/11800000.mali/clock cat /sys/bus/platform/drivers/mali/11800000.mali/clock Current sclk_g3d[G3D_BLK] = 350Mhz echo 450 > /sys/bus/platform/drivers/mali/11800000.mali/clock cat /sys/bus/platform/drivers/mali/11800000.mali/clock Current sclk_g3d[G3D_BLK] = 450Mhz [diandes: misc cleanups; whitespace fixes] Change-Id: I2f2cf5b927feeda48ec08a4b4d96c1d3629d3b72 Signed-off-by: Arun Kumar K <arun.kk@samsung.com> Signed-off-by: Vikas Sajjan <vikas.sajjan@samsung.com> Signed-off-by: Akshu Agrawal <akshu.a@samsung.com> Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/56591 Tested-by: Akshu Agrawal <akshu@chromium.org>