Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 07/13] contrib/subtree: Fix whitespaces

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:03

"David A. Greene" [off-list ref] writes:
From: Techlive Zheng <redacted>

Previous code does not fulfill Git's whitespace policy.

Signed-off-by: Techlive Zheng <redacted>
Signed-off-by: David A. Greene <redacted>
---
This does not seem to apply; I hand-tweaked it to make it apply, but
the reindentation of t/t7900 does not look correct.
quoted hunk
diff --git a/contrib/subtree/t/t7900-subtree.sh b/contrib/subtree/t/t7900-subtree.sh
index 3f17f55..e6a3702 100755
--- a/contrib/subtree/t/t7900-subtree.sh
+++ b/contrib/subtree/t/t7900-subtree.sh
@@ -23,7 +23,7 @@ check_equal()
 {
 	test_debug 'echo'
 	test_debug "echo \"check a:\" \"{$1}\""
-	test_debug "echo \"      b:\" \"{$2}\""
+	test_debug "echo \"		 b:\" \"{$2}\""
 	if [ "$1" = "$2" ]; then
 		return 0
 	else
@@ -61,17 +61,17 @@ last_commit_message()
 }
 
 test_expect_success 'init subproj' '
-        test_create_repo subproj
+		test_create_repo subproj
Perhaps this was originally done with an editor whose tabwidth was
set to 4?  It gives too much indentation when standard tabwidth of 8
is used.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help