[Update] Show commits on update check
This commit is contained in:
		| @@ -124,6 +124,7 @@ while (($#)); do | |||||||
|       fi |       fi | ||||||
|       if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then |       if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then | ||||||
|         echo "Updated code is available." |         echo "Updated code is available." | ||||||
|  |         git log --date=short --pretty=format:"%ad - %s" $(git rev-parse --short HEAD)..origin/master | ||||||
|         exit 0 |         exit 0 | ||||||
|       else |       else | ||||||
|         echo "No updates available." |         echo "No updates available." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user