Browse Source

add commit log output to gimme gimme

Kyle Davis 8 years ago
parent
commit
36264148fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gimme

+ 2 - 0
gimme

@@ -108,7 +108,9 @@ if [[ "$0" =~ [-]?bash ]]; then # sourced or piped
 
 			echo "Updating gimme (in $GIMME_DIR) ..."
 			cd "$GIMME_DIR"
+			OLD_REV=$(git rev-parse HEAD)
 			git pull
+			git log --oneline "$OLD_REV.."
 
 		fi