URL: https://github.com/freeipa/freeipa/pull/661
Author: flo-renaud
 Title: #661: git-commit-template: update ticket url to use pagure.io instead 
of fe…
Action: opened

PR body:
"""
…dorahosted.org

After the migration to pagure.io, tickets are accessed through another URL.

In order to use the commit template:
git config commit.template .git-commit-template

https://pagure.io/freeipa/issue/6822
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/661/head:pr661
git checkout pr661
From 256270a2eaaa673ac3479341f8b86fb4f80c7263 Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <f...@redhat.com>
Date: Tue, 28 Mar 2017 09:25:31 +0200
Subject: [PATCH] git-commit-template: update ticket url to use pagure.io
 instead of fedorahosted.org

After the migration to pagure.io, tickets are accessed through another URL.

In order to use the commit template:
git config commit.template .git-commit-template

https://pagure.io/freeipa/issue/6822
---
 .git-commit-template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.git-commit-template b/.git-commit-template
index a5671eb..6076f1a 100644
--- a/.git-commit-template
+++ b/.git-commit-template
@@ -2,4 +2,4 @@ component: Subject
 
 Explanation
 
-https://fedorahosted.org/freeipa/ticket/XXXX
+https://pagure.io/freeipa/issue/XXXX
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to