#!/bin/sh
set -eu
git commit --amend --no-edit --allow-empty "$@"
