Link to the shortlog on multiple commits

This is relevant for links to Gitweb.
Thanks ^7heo for the heads up.
This commit is contained in:
Pierre Pronchery 2015-05-18 17:43:58 +02:00
parent 337c18afb3
commit 27edd6f68a

View File

@ -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
}