From: Jim Meyering Date: Fri, 29 Feb 2008 08:16:59 +0000 (+0100) Subject: Use "git tag", not "git-tag", in preparation for git-1.6.0. X-Git-Tag: v6.11~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc92c8fde31ef72e34dfea875ab2701e166e72d;p=thirdparty%2Fcoreutils.git Use "git tag", not "git-tag", in preparation for git-1.6.0. * Makefile.maint (VC-tag): Remove '-': s/git-tag/git tag/ --- diff --git a/Makefile.maint b/Makefile.maint index 0f74377760..07fed761e8 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -30,7 +30,7 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)' CVS = cvs GIT = git VC = $(GIT) -VC-tag = git-tag -s -m '$(VERSION)' +VC-tag = git tag -s -m '$(VERSION)' CVS_LIST = build-aux/vc-list-files