From 93ce7dbee6ce68813adc0a042a2a5395e8616421 Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Wed, 22 Oct 2014 18:47:05 +0400 Subject: [PATCH] Remove --force from git add options in dist. This has caused me to put _build into a release at least twice. /cc @diml --- dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist b/dist index 6c09714..655f30c 100755 --- a/dist +++ b/dist @@ -29,7 +29,7 @@ mv Makefile.new Makefile rm -f dist # Commit -git add --all --force +git add --all git commit -m "prepare release" git tag $VERSION