Skip to content

Commit c48be8b

Browse files
mhaggergitster
authored andcommitted
post-receive-email: remove unused variable
prep_for_email neither is passed a fourth argument nor uses it. Signed-off-by: Michael Haggerty <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 62ed072 commit c48be8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/hooks/post-receive-email

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ prep_for_email()
8585
oldrev=$(git rev-parse $1)
8686
newrev=$(git rev-parse $2)
8787
refname="$3"
88-
maxlines=$4
8988

9089
# --- Interpret
9190
# 0000->1234 (create)

0 commit comments

Comments
 (0)