- Changed:
- You can now specify an optional default branch
- Revert go-git downgrade so .gitignore files are respected
- If a repo you are running repository-mapper on exists in the
$HOME/repository-mapper
directory it will be deleted so your script can run successfully rather than erring out
- If a repo you are running repository-mapper on exists in the
- Changed:
- If a repository is clean do not open an empty PR when
--make-pr
flag is passed
- If a repository is clean do not open an empty PR when
- Fixed:
- When a repository exists in the directory repository-mapper stores repositories in
fetch
would error. This is a bug with go-git. Downgrading to 5.3.0 seems to fix it.
- When a repository exists in the directory repository-mapper stores repositories in
- Changed:
- Updated dependencies
- Changed:
- Make GitHub token required when
--make-pr
flag is specified, would error out otherwise - Updated dependencies
- Make GitHub token required when
- Fixed:
- When creating a results directory repository mapper stores the results in a file named after provided branch. If
the branch name contained a forward slash it would treat it as part of the filepath and error due to missing
directory. Convert forward slash to
-
for results file name to prevent error.
- When creating a results directory repository mapper stores the results in a file named after provided branch. If
the branch name contained a forward slash it would treat it as part of the filepath and error due to missing
directory. Convert forward slash to
- Changed:
- Exit on failure in sub-shells