Skip to content

Allow relative paths for options #3

Description

@clphillips

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions