- Added new
patchy branch-fetchsubcommand, allows fetching GitHub branches locally. Usage:
Usage:
patchy branch-fetch [<args>] [<flags>]
» Fetch remote branches into a local branch
Examples:
patchy branch-fetch helix-editor/helix/master
» Fetch a single branch
patchy branch-fetch 'helix-editor/helix/master@6049f20'
» Fetch a single branch at a certain commit
- Using a
pr-fetchwith no arguments will bring up the help menu now.
- Improved error message
- Create sub-directories if they do not exist
- Fix issue where we tried to create directory when it already existed, so it would abort the entire program
- Improved error messages
- Fixes download links as github username of author changed
- Fixes
patchy pr-fetchnot working on pull requests merged by patchy
- Use
redirect.github.cominstead ofgithub.comnot to spam PRs - Use more readable branch names
- Support pull requests in command-line and config starting with
# - Handle when no arguments were passed to gen-patch
- Improved error handling
- Add
--yesand-yflags topatchy run - Fixed
gen-patchsubcommand
- Performance improvements