git-tag: Do not assume the working tree root is writable.
authorJunio C Hamano <junkio@cox.net>
Thu, 3 Nov 2005 23:26:43 +0000 (15:26 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 4 Nov 2005 07:05:49 +0000 (23:05 -0800)
commita10aad6a9a37fbafcda590a00ddaf7b2bfda940e
treea469bc3e7efcb96db78bbffcdabcbea01bead34d
parent50496b2170cbe87b4c13f89f274aa2f181522bb9
git-tag: Do not assume the working tree root is writable.

This is a long overdue companion commit that fixed git-commit
(Santi's f8e2c54c9a17af3319e96db1d9e97ace36ae6831).

Having the temporary files in the working tree root when making
tags is not as bad because it does not involve 'git status' as
the git-commit case, but this makes things more consistent.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-tag.sh