[PATCH 11/14] test-patchset: remove a couple of comments

Artem Bityutskiy dedekind1 at gmail.com
Tue Feb 4 09:28:07 PST 2014


From: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>

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 at linux.intel.com>
---
 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"
 
-- 
1.8.5.2




More information about the aiaiai mailing list