X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=configure-sf;h=39b1bedd539beee17c976d846ca9c6e0065e82fb;hb=954690a0bb4e867f2e63798681ce821f41d5c3f3;hp=1b9d61aed199a1c20085967a985532efb69538b8;hpb=4df283c93cbe5b8b99d683f0a56885d29b544a20;p=git-scripts.git diff --git a/configure-sf b/configure-sf index 1b9d61a..39b1bed 100755 --- a/configure-sf +++ b/configure-sf @@ -25,7 +25,7 @@ chmod g+w hooks/post-receive-user && git config hooks.diffopts "--stat --summary --find-copies-harder -p" if [ -n "$maxlines" ]; then - git config hooks.emailmaxlines "$maxlines" && + git config hooks.emailmaxlines "$maxlines" fi && git config hooks.emailprefix "$prefix" && git config hooks.envelopesender noreply@sourceforge.net &&