mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Update git-open
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
1576a9dfbe
commit
0672d52de5
2
git-open
2
git-open
|
|
@ -245,7 +245,7 @@ if (( is_commit )); then
|
|||
# bitbucket uses `/commits/...` (plural)
|
||||
openurl="$openurl/commits/$sha"
|
||||
else
|
||||
# github and gitlab use `/commit/...` (singular)
|
||||
# github, gitlab, gitea, etc. use `/commit/...` (singular)
|
||||
openurl="$openurl/commit/$sha"
|
||||
fi
|
||||
elif [[ $remote_ref != "master" ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue