Notify scripts: new abbrev tag simplification
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
#
|
||||
# COMMIT - hash of commit
|
||||
# COMMIT_AUTHOR - author of commit
|
||||
# COMMIT_ABBREV - abbreviated sha
|
||||
# COMMIT_LOG - short line of commit log
|
||||
# COMMIT_BRANCH - name of branch
|
||||
# PROJECT_NAME - project name specified in cloner.cfg
|
||||
echo "Commit: ($COMMIT: (AUTHOR=$COMMIT_AUTHOR; BRANCH=$COMMIT_BRANCH), Project: $PROJECT_NAME)"
|
||||
echo -e "\t$COMMIT_ABBREV: $COMMIT_LOG"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user