commit: 1548c1e1d85c51f78a0f6161691cd07dda328583
parent: 21272cff5a12324b9f21ad8aeb67a9eff3439730
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 31 Dec 2018 08:42:03 +0100
Revert "git-hooks/post-update.stagit: Put a limit on the number of commits to display (2048)"
This reverts commit c05c6a99a7a9588d9c5b8d27130dde5b9ad202d6.
stagit seems to not be accepting the -l flag for now, to be debugged.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-hooks/post-update.stagit b/git-hooks/post-update.stagit
@@ -4,7 +4,7 @@ update_f=' * Updating %s…'
is_ok(){ echo ' [OK]'; }
printf "$update_f" stagit
-mkdir -p ${base} && cd "${base}" && stagit -c "${base}.cache" -l 2048 "${base}.git" && is_ok
+mkdir -p ${base} && cd "${base}" && stagit -c "${base}.cache" "${base}.git" && is_ok
printf "$update_f" stagit-index
cd /git && stagit-index *.git > /git/index.html && is_ok