To fix this problem edit /vendor/ruby-git/lib/git/lib.rb and replace
'tag' command with 'tag -l'
def tags
command_lines('tag -l')
end
git tag -l is used to list all tags
I am using git version 1.5.2.5 (the version that is in ubuntu gutsy
repositories).
Mihai Anca
Piku
unread,
Feb 4, 2008, 4:28:32 PM2/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gitorious
Sorry but it may have been just an issue with me.
Tried it again and it worked without editing the file.
Still can't figure what happened.