- Fix private GitHub repo retrieval
- Fix Python package
- Fix specific GitLab project retrieval
- Fix when GitHub user is not found
- Change to default branch when local mismatches remote
- Exit non-zero when failure(s)
- Fix errors being reported as orphans
- Fix for repos that have no branches
- Fix forks and archived missing from github
- Fix missing log message upon error
- Fix when most recent update time is null
- Prevent unhandled exceptions from breaking run
- Update remote url
- Increase performance by only executing git when the remote reports a change. The local repo's mtime is set to the time of the remote's last update.
- Fix GitLab pagination
- Add
--all-groups
option to retrieve repos from all available groups (GitLab only)
- Add progress bar
- Fix Gitlab error when retrieving subgroup
- Add
--exclude-forks
option to exclude repositories that are forks
- Fix group fork filtering
- Add
--exclude-archived
option to exclude archived repositories
- Fix typo
- Fix insecure HTTPS errors when using --insecure
- Add option to list remote repos then exit
- Ignore error when argument GitHub repository is not found
- Refactor into package
- Remove
consumers
dependency