diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2019-04-03 23:24:37 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2019-04-03 23:24:37 -0500 |
| commit | 93b482cbc794c343d9f61a8c37bf900dfd925d1c (patch) | |
| tree | 7462cd03e30a33fc0da9e0b3734b14fc4e30fd29 /scripts | |
| parent | eae8ed1552085fccbd87049fe438b2f6284b3b95 (diff) | |
Use --name-status instead of --summary
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/wasabi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wasabi.sh b/scripts/wasabi.sh index a20c0e06..95fb3ee9 100755 --- a/scripts/wasabi.sh +++ b/scripts/wasabi.sh @@ -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 | \ |
