You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: Add --current-branch option (-c in short option) to open current branch in browser. For example, when git brws opens https://github.com/foo/bar and current branch is some-branch, git brws -c opens https://github.com/foo/bar/tree/some-branch.
Fix: Handle invalid empty branch name at -b option correctly (#26)
Fix: URL is not correct when a directory path is given (#25)
New: Add $GIT_BRWS_SHORT_COMMIT_HASH environment variable. When this value is set, git-brws will use 7-letters short commit hash like 78fbce6 for URLs. (#22)
Improve: -C is used instead of --git-dir for executing git commands to avoid weird gitdir issue on Windows
Improve: ?expand=1 is added to 'Create pull request' page when opening a repository with --pr and a pull request is not yet created. It opens a text form for pull request description automatically
Improve: Dependencies were updated
Fix: Setting empty string to $https_proxy did not work
Dev: CI for Windows was fixed. It failed due to weird reason
Dev: Use std::error::Error trait to handle nested errors