Thread (11 messages) flat view 11 messages, 5 authors, 2016-06-15

Re: [PATCH] pre-commit hook should ignore carriage returns at EOL

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:44:49

Ian Hilt [off-list ref] writes:
On Tue, 24 Jun 2008 at 12:23pm -0400, Christian Holtje wrote:
quoted
--- a/templates/hooks--pre-commit
+++ b/templates/hooks--pre-commit
@@ -55,8 +55,14 @@ perl -e '
	if (s/^\+//) {
	    $lineno++;
	    chomp;
-	    if (/\s$/) {
-		bad_line("trailing whitespace", $_);
+	    if (/\r$/) {
Wouldn't it be less redundant to do a test for \s\r$ here instead of
testing for \r$ and then \s\r$?
I don't think so, because you want next to test for whitespace
where it _doesn't_ end in \r, i.e. this condition is here
because of the 'else' clause.  IIRC.
-- 
Jakub Narebski
Poland
ShadeHawk on #git
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help