mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-24 23:40:18 -05:00
commitupdates now uses git commit -e (invokes editor)
This commit is contained in:
@@ -25,9 +25,9 @@ while read line; do
|
||||
id=${id%.txt*}
|
||||
[ -d metadata/$id ] && extra=metadata/$id
|
||||
[ -n "$name" ] && id="$name ($id)"
|
||||
|
||||
echo "> git commit -m \"Update $id to $version ($vercode)\" -- $file $extra"
|
||||
git commit -m "Update $id to $version ($vercode)" -- $file $extra
|
||||
fi
|
||||
done < <(git status --porcelain)
|
||||
|
||||
echo "> git commit -m \"Update $id to $version ($vercode)\" -e -- $file $extra"
|
||||
git commit -m "Update $id to $version ($vercode)" -e -- $file $extra
|
||||
|
||||
|
||||
Reference in New Issue
Block a user