branch: elpa/magit commit 6563794fac9efd26e913b3f0e4c77ed4f7ca2aac Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make authors: Show no diff if no commit was created --- docs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 145e341d20..7bebba1db3 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -117,8 +117,7 @@ AUTHORS.md: && printf "done\n" ; ) \ || printf "FAILED (non-fatal)\n" @git commit --gpg-sign -m "AUTHORS.md: Update list of contributors" \ - -o -- $@ ../.mailmap || true - @git show --pretty= -p HEAD + -o -- $@ ../.mailmap && git show --pretty= -p HEAD || true PUBLISH_PATH ?= /manual/ RELEASE_PATH ?= /manual/$(VERSION)/