aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinception9
1 files changed, 9 insertions, 0 deletions
diff --git a/inception b/inception
index 8edc8e7..f879166 100755
--- a/inception
+++ b/inception
@@ -110,7 +110,16 @@ EOF
# Version information
function inception_version {
+ echo "master branch:"
+ echo "=============="
+ echo ""
( cd $DIRNAME && git log --show-signature -n 1 )
+
+ echo ""
+ echo "origin/master branch:"
+ echo "====================="
+ echo ""
+ ( cd $DIRNAME && git log --show-signature -n 1 --branches=origin/master )
}
# Fetch