post-receive-email: remove unused variable
prep_for_email neither is passed a fourth argument nor uses it. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
62ed0728fe
commit
c48be8b759
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user