diff --git a/src/deforaos-git-hook.sh b/src/deforaos-git-hook.sh index cadeb88..9ba70ec 100755 --- a/src/deforaos-git-hook.sh +++ b/src/deforaos-git-hook.sh @@ -180,7 +180,7 @@ _link_branch() repository="$1" branch="$2" - [ -n "$GITWEB" ] && echo "$GITWEB?p=${repository}.git;a=tree;hb=$branch" + [ -n "$GITWEB" ] && echo "$GITWEB?p=${repository}.git;a=shortlog;hb=$branch" [ -n "$REDMINE" ] && echo "$REDMINE/repository/${repository}/show?rev=$branch" | _tolower }