summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:51:58 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:51:58 +0100
commit658054614e9afcbc1692e3635c3eaae591b8c9c5 (patch)
tree0f3d598f7f3e12663ae83d09926ce9907c54ae59
parent264267eeb14d87e3d72a3d6a52c12f03d66e6a8c (diff)
downloadndim-git-utils-658054614e9afcbc1692e3635c3eaae591b8c9c5.tar.gz
ndim-git-utils-658054614e9afcbc1692e3635c3eaae591b8c9c5.tar.xz
ndim-git-utils-658054614e9afcbc1692e3635c3eaae591b8c9c5.zip
Check source tree before tagging
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a5183d9..ea9532a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,9 @@ endif
tag:
test -d "$(top_srcdir)/.git"
+ cd "$(top_srcdir)" && git status
+ @echo "Do you really want to tag this as rel-$(PACKAGE_VERSION)? Enter to continue, Ctrl-C to abort."
+ @read
cd "$(top_srcdir)" && git tag "rel-$(PACKAGE_VERSION)"
UPLOAD_DIR = upload-dir