diff --git a/src/repository/api/git/ArcanistGitAPI.php b/src/repository/api/git/ArcanistGitAPI.php index fd20e2e8..fd50d2eb 100644 --- a/src/repository/api/git/ArcanistGitAPI.php +++ b/src/repository/api/git/ArcanistGitAPI.php @@ -321,7 +321,7 @@ class ArcanistGitAPI extends ArcanistRepositoryAPI { public function amendGitHeadCommit($message) { execx( - '(cd %s; git commit --amend --message %s)', + '(cd %s; git commit --amend --allow-empty --message %s)', $this->getPath(), $message); }