diff --git a/git-open b/git-open index b274259..1e12529 100755 --- a/git-open +++ b/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