mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
use diff on staged files too
This commit is contained in:
parent
59146ca3de
commit
09a781977c
@ -13,7 +13,7 @@ while read line; do
|
||||
build=${build#*,}
|
||||
vercode=${build%%,*}
|
||||
fi
|
||||
done < <(git diff -- "$file")
|
||||
done < <(git diff HEAD -- "$file")
|
||||
|
||||
[ $newbuild -eq 0 ] && continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user