summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xacid/cyche-source3
1 files changed, 3 insertions, 0 deletions
diff --git a/acid/cyche-source b/acid/cyche-source
index e53ef6f..8d80c9c 100755
--- a/acid/cyche-source
+++ b/acid/cyche-source
@@ -56,6 +56,9 @@ if [ "$prev" != "$next" ]; then
git checkout "$next" >/dev/null 2>&1
git submodule update --init --recursive >/dev/null 2>&1
+ echo -n "Checked out " >&2
+ git log -1 --oneline --no-abbrev-commit --no-decorate >&2
+
exit 1
fi