author | Eric W. Biederman <ebiederm@xmission.com> | |
Fri, 15 Jul 2005 01:00:15 +0000 (19:00 -0600) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 15 Jul 2005 17:00:35 +0000 (10:00 -0700) | ||
commit | ec3f5a46eae8dd36995ff4709360417b55bc2d7d | |
tree | cb8cd54778209103c86318d8ae50c507d96667d5 | tree | snapshot |
parent | 9153368d1bc296b6dbd0c3606a04a7274c6edc7e | commit | diff |
[PATCH] Update git-tag-script to create the .git/refs/tags if it does not already exist
When testing tags I ran into an interesting problem.
git-tag-script dies if .git/refs/tags/ does not exist.
And that directory didn't get created when I build my repository,
so we need to create it if it doesn't exist.
Signed-of-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
When testing tags I ran into an interesting problem.
git-tag-script dies if .git/refs/tags/ does not exist.
And that directory didn't get created when I build my repository,
so we need to create it if it doesn't exist.
Signed-of-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-tag-script | diff | blob | history |