From 655461fefc31e1e404802149f83d171ba33a4c01 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 4 Feb 2014 18:37:21 +0200 Subject: [PATCH] test-patchset: remove a couple of comments Remove a couple of comments containing phrase "screw up". These comments do not look very useful, and "screw up" may sound a bit harsh. Signed-off-by: Artem Bityutskiy --- aiaiai-test-patchset | 2 -- 1 file changed, 2 deletions(-) diff --git a/aiaiai-test-patchset b/aiaiai-test-patchset index d2f7578..260d6b3 100755 --- a/aiaiai-test-patchset +++ b/aiaiai-test-patchset @@ -375,7 +375,6 @@ else fi cloned_kernel2="$tmpdir2/src" -# Use a shared clone, since it is local and we won't screw up the tree git clone --shared "${verbose:--q}" "$kernel_tree" "$cloned_kernel2" >&2 cd "$cloned_kernel2" @@ -427,7 +426,6 @@ git diff --numstat $commit_id1..$commit_id2 | # Clone another copy of the kernel tree cloned_kernel1="$tmpdir1/src" -# Use a shared clone since it is local and we won't screw up the tree git clone --shared "${verbose:--q}" "$cloned_kernel2" "$cloned_kernel1" >&2 cd "$cloned_kernel1" -- 2.50.1