From 0fc65a4572625405ff6dd9d8c16d835f2b1ebd49 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 29 Apr 2005 16:25:05 -0700 Subject: [PATCH] leftover bits for git rename Linus said: "Let's see what else I forgot.." Not that many, but here they are. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- git-tag-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-tag-script') diff --git a/git-tag-script b/git-tag-script index 233491bc63..ccc75dcfbd 100755 --- a/git-tag-script +++ b/git-tag-script @@ -1,6 +1,6 @@ #!/bin/sh object=${2:-$(cat .git/HEAD)} -type=$(cat-file -t $object) || exit 1 +type=$(git-cat-file -t $object) || exit 1 ( echo -e "object $object\ntype $type\ntag $1\n"; cat ) > .tmp-tag rm -f .tmp-tag.asc gpg -bsa .tmp-tag && cat .tmp-tag.asc >> .tmp-tag -- cgit v1.3