Make this work on old git (1.7).
This commit is contained in:
parent
d467b2912a
commit
b479182cd2
@ -21,7 +21,7 @@ dirname=`echo $tag $proj | awk '{
|
||||
|
||||
do_tag ()
|
||||
{
|
||||
git tag --sign -m "tagging $tag" $tag
|
||||
git tag -s -m "tagging $tag" $tag
|
||||
}
|
||||
|
||||
do_tar ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user