]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
test-patchset: remove a couple of comments
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 4 Feb 2014 16:37:21 +0000 (18:37 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 4 Feb 2014 17:33:07 +0000 (19:33 +0200)
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 <artem.bityutskiy@linux.intel.com>
aiaiai-test-patchset

index d2f75783021f3afcce9a7348c1633c706ac9333c..260d6b35955f917bc04acbcce835281bcf238760 100755 (executable)
@@ -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"