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

Allow relative paths for options #3

Open
clphillips opened this issue Oct 21, 2015 · 0 comments
Open

Allow relative paths for options #3

clphillips opened this issue Oct 21, 2015 · 0 comments

Comments

@clphillips
Copy link
Contributor

If a relative path is provided for any path option, resolve the path with respect to the --dir option or dir config file option.

For example:

vendor/bin/git-migrate --dir /full/path/to/repos --authors ../authors.txt

The --authors path would results to /full/path/to/authors.txt because /full/path/to/repos/../authors.txt resolves to /full/path/to/authors.txt.

This applies for the following options:

  • --authors
  • --items
  • --javalib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant