rubyworks / vclog

Cross-SCM Changelog Generator
http://rubyworks.github.com/vclog
Other
11 stars 6 forks source link

versions < 1.0 seem to not work (git) #15

Open spiderbit opened 12 years ago

spiderbit commented 12 years ago

when I try to start vclog -r or vclog-version I get follwowing error:

argument out of range

~/git/mmailer$ git tag 0.1.0

trans commented 12 years ago

Do you mean an old version of git?

My git version is:

$ git --version
git version 1.7.0.4

It may be true that very old versions of git do not work b/c vclog uses some very special git format options that may not have existed in older versions.

spiderbit commented 12 years ago

no I meant that vclog does or did not operate right when the version numbers are lower than 1.0 my program had the version number 0.1.0 but there vclog did show this error ( argument out of range ) instead of doing what it should do ;)