mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
commitupdates now uses git commit -e (invokes editor)
This commit is contained in:
parent
c87e6b0c16
commit
4ffd3aefa5
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ while read line; do
|
||||||
id=${id%.txt*}
|
id=${id%.txt*}
|
||||||
[ -d metadata/$id ] && extra=metadata/$id
|
[ -d metadata/$id ] && extra=metadata/$id
|
||||||
[ -n "$name" ] && id="$name ($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
|
fi
|
||||||
done < <(git status --porcelain)
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue