codacy / git-version

Git versioning used in Codacy
Apache License 2.0
134 stars 44 forks source link

[TCE-1172] `log-paths` documentation is wrong - should be space-separated rather than comma-separated #99

Open jackie-linz opened 4 days ago

jackie-linz commented 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 image

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/")
github-actions[bot] commented 4 days ago

Internal ticket created : TCE-1172