commit e8ecbd122efd641c7a7aeabdb391c7c91e1b3ec5
parent 52800ec9748df2ac5f64f079312805b5890a684e
Author: Josuah Demangeon <josuah.demangeon@gandi.net>
Date: Sat, 29 Jul 2017 21:46:52 +0200
scripts/bin/www-git: fixed git log format string
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bin/www-git b/scripts/bin/www-git
@@ -16,7 +16,7 @@ cd "git/$NAME" || exit 1
printf '<hr/>\n'
git -C "$1" log --graph --date=short \
- --format='{%% %H %%} %cd%d%n%cn <%ce>%n%n %s%n%n %N%n' |
+ --format='{%% %H %%} %cd%d%n%cn <%ce>%n%n %s' |
sed -r '
s|&|\&|g
s|<|\<|g