Open jackie-linz opened 4 days ago
Your documentation says
The paths used to calculate changes (comma-separated)
But git log documentation shows space-separated value https://git-scm.com/docs/git-log#_examples
git log
even your test is using space-separated value
https://github.com/codacy/git-version/blob/master/spec/git-version-spec.cr#L705
git = GitVersion::Git.new("dev", "master", "feature:", "breaking:", tmp.@tmpdir, "dir2-", "dir2/ dir3/")
Internal ticket created : TCE-1172
Your documentation says
But
git log
documentation shows space-separated value https://git-scm.com/docs/git-log#_exampleseven your test is using space-separated value
https://github.com/codacy/git-version/blob/master/spec/git-version-spec.cr#L705