From 0672d52de5ac117fabf13137a1e225be82024433 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 18 Jul 2022 13:07:54 -0700 Subject: [PATCH] Update git-open Co-authored-by: Sandro --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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