Use --name-status instead of --summary

This commit is contained in:
oldmud0 2019-04-03 23:24:37 -05:00
parent eae8ed1552
commit 93b482cbc7

View File

@ -38,7 +38,7 @@ if [[ -n $ARCHIVE_INCR && -n $LAST_TAGGED_VERSION ]]; then
# Get all files
export CHANGES_FILE="changes.txt"
git diff --summary ${LAST_TAGGED_VERSION}..HEAD > ${CHANGES_FILE}
git diff --name-status ${LAST_TAGGED_VERSION}..HEAD > ${CHANGES_FILE}
# Get added/modified files
git diff --name-only --diff-filter=dr ${LAST_TAGGED_VERSION}..HEAD | \