diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2019-04-03 17:22:05 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2019-04-03 17:22:05 -0500 |
| commit | f4b31356df011decba4e157a6d8d2c24f17ade2e (patch) | |
| tree | 582ebb55206a02dd3b57c3b03bf7c24b4b8ef632 /scripts/wasabi.sh | |
| parent | ed41f3c4e5964600063bbab2bf27265ede9e4c19 (diff) | |
Fix typo in getting added/modified files
Diffstat (limited to 'scripts/wasabi.sh')
| -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 12b310e4..2067e5ed 100755 --- a/scripts/wasabi.sh +++ b/scripts/wasabi.sh @@ -42,7 +42,7 @@ if [[ -n $ARCHIVE_INCR && -n $LAST_TAGGED_VERSION ]]; then grep "delete mode" | cut -d' ' -f 5- > ${DELETIONS_FILE} # Get added/modified files - git log --name-only --oneline --diff-filter=d ec5c..HEAD | \ + git log --name-only --oneline --diff-filter=d ${LAST_TAGGED_VERSION}..HEAD | \ grep -v -E "^[0-9a-f]{7} " | sort -u | zip ${ARCHIVE_INCR} -@ export ARCHIVE_INCR_ARG="-i ${ARCHIVE_INCR} ${DELETIONS_FILE}" |
