Re: [PATCH/RFC] Restore line limit option in post-receive-email

Subsystems: the rest

3 messages, 3 authors, 2016-06-15 · open the first message on its own page

Re: [PATCH/RFC] Restore line limit option in post-receive-email

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:52:28

Cheng Leong [off-list ref] writes:
quoted hunk
The hooks.emailmaxlines config currently has no effect. Stop
prep_for_email from clobbering the already-initialized maxlines
variable in the contrib/hooks/post-receive-email example.

Signed-off-by: Cheng Leong <redacted>
---
 contrib/hooks/post-receive-email |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email
index ba077c1..ac2e0ed 100755
--- a/contrib/hooks/post-receive-email
+++ b/contrib/hooks/post-receive-email
@@ -85,7 +85,6 @@ prep_for_email()
 	oldrev=$(git rev-parse $1)
 	newrev=$(git rev-parse $2)
 	refname="$3"
-	maxlines=$4
 
 	# --- Interpret
 	# 0000->1234 (create)
Umm, there is another place where $maxlines is used without
merit. Shouldn't we do something like below as well?

 contrib/hooks/post-receive-email |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email
index ba077c1..e27ca3c 100755
--- a/contrib/hooks/post-receive-email
+++ b/contrib/hooks/post-receive-email
@@ -743,6 +743,6 @@ else
 	while read oldrev newrev refname
 	do
 		prep_for_email $oldrev $newrev $refname || continue
-		generate_email $maxlines | send_mail
+		generate_email | send_mail
 	done
 fi

Re: [PATCH/RFC] Restore line limit option in post-receive-email

From: Cheng Leong <hidden>
Date: 2016-06-15 22:52:28

Junio C Hamano [off-list ref] wrote:
Umm, there is another place where $maxlines is used without
merit. Shouldn't we do something like below as well?
...
-               generate_email $maxlines | send_mail
+               generate_email | send_mail
Agree. $maxlines is harmless, but extraneous here.
Would you like me to reroll a patch with both or is this a trivial fixup?

Cheng

Re: [PATCH/RFC] Restore line limit option in post-receive-email

From: Cheng Leong <hidden>
Date: 2016-06-15 22:52:47

Would you like me to reroll a patch with both or is this a trivial fixup?
Bump. What do I need to do to contribute this patch?

Thanks,
Cheng
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help