From: Junio C Hamano Date: Thu, 3 Nov 2005 23:26:43 +0000 (-0800) Subject: git-tag: Do not assume the working tree root is writable. X-Git-Tag: v0.99.9d^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a10aad6a9a37fbafcda590a00ddaf7b2bfda940e?ds=inline;hp=a10aad6a9a37fbafcda590a00ddaf7b2bfda940e 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 ---