v0.5rc1
Pre-release
Pre-release
- Add a new
pull checkoutcommand to easily checkout a pull request. This
is just a wrapper to the standard checkout command, but fetches and
automatically adds the head reference of the selected pull request (#29) - Add a
--pauseoption topull rebasecommand. This makes a pause just
before pushing the rebased result back to the repository and updating the
issue. This is similar topull checkoutvery useful for testing the
exact result of the rebase (#39, #44, 0fe1615) - Allow creating pull requests from a headless checkout as long as
--create-branchis specified (#33) - Plus some minor bug fixes and improvements:
- Fix some unicode-related problems when unicode is present in commit
messages. Bare in mind branch names with unicode characters are still
problematic, see #46 for details (#45) - Improve warning message in
pull rebasewhen not the pull request is not
in a mergeable state (495f87e) - Fix a problem with interrupted
pull rebasewhile--edit-msgis used
(#38) - Add missing documentation for
pull rebase --force(#40) - Don't requite
hub.upstreamconfiguration variable to be set for
clone, but require authentication (#36, #32)
- Fix some unicode-related problems when unicode is present in commit