From 1f2770042c7e3331d015551c8a328053aa1b65d9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Mar 2015 01:45:55 -0400 Subject: [PATCH] gentoo: git_gentoo_url: update URL to the new system --- .profile.d/gentoo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/gentoo.sh b/.profile.d/gentoo.sh index bfacf84..d656210 100644 --- a/.profile.d/gentoo.sh +++ b/.profile.d/gentoo.sh @@ -65,7 +65,7 @@ _cvs_gentoo_url() { git_gentoo_url() { local repo=$(git config remote.origin.url | sed 's:.*git.overlays.gentoo.org/::') git log -n3 ${1:-HEAD} | \ - sed "s,^commit ,http://git.overlays.gentoo.org/gitweb/?p=${repo};a=commitdiff;h=," + sed "s,^commit ,http://gitweb.gentoo.org/${repo}/commit/?id=," } svn_gentoo_url() { if [[ -z $* ]] ; then -- 2.39.2