Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jackie-linz opened this issue Nov 20, 2024 · 1 comment
Labels
jira-issue Issue tracked on JIRA

Comments

@jackie-linz
Copy link

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 github-actions bot added the jira-issue Issue tracked on JIRA label Nov 20, 2024
@github-actions github-actions bot changed the title log-paths documentation is wrong - should be space-separated rather than comma-separated [TCE-1172] log-paths documentation is wrong - should be space-separated rather than comma-separated Nov 20, 2024
Copy link

github-actions bot commented Nov 20, 2024

Internal ticket created : TCE-1172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira-issue Issue tracked on JIRA
Projects
None yet
Development

No branches or pull requests

1 participant