Sadly, a commit returns 1 if there's nothing to commit, which makes pgit.sh error out of the project loop, which is run with set -e. This option disables -e.OTOH, pgit.sh commit could check for a diff and only run git commit if there is a diff.Signed-off-by: Jan Lindemann <jan@janware.com>
Sadly, a commit returns 1 if there's nothing to commit, which makes pgit.sh error out of the project loop, which is run with set -e. This option disables -e.
OTOH, pgit.sh commit could check for a diff and only run git commit if there is a diff.