Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

52 lines (33 loc) · 1.26 KB

v1.3.0 - 2024-01-29

  • Added new patchy branch-fetch subcommand, 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-fetch with no arguments will bring up the help menu now.

Patchy v1.2.7

  • 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

Patchy v1.2.6

  • Improved error messages

Patchy v1.2.2 - v1.2.5

  • Fixes download links as github username of author changed

Patchy v1.2.1

  • Fixes patchy pr-fetch not working on pull requests merged by patchy

Patchy v1.2.0

  • Use redirect.github.com instead of github.com not 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 --yes and -y flags to patchy run
  • Fixed gen-patch subcommand

Patchy v1.1.5

  • Performance improvements