From d68557b61bab14cc0d56868a7745dccd548ee4a7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 Mar 2017 10:40:14 -0300 Subject: Inception: version action shows also origin/master branch --- inception | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'inception') 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 -- cgit v1.2.3