proj/gagit:main commit in: /

Michał Górny <[email protected]> Mon, 03 Aug 2026 19:22:41 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785784372.b5405e2684968a0ed52469593726c30bd548383d.mgorny@gentoo>
commit:     b5405e2684968a0ed52469593726c30bd548383d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 19:12:52 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 19:12:52 2026 +0000
URL:        https://gitweb.gentoo.org/proj/gagit.git/commit/?id=b5405e26

Include branch, remote and target in PR template comments

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 gagit | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gagit b/gagit
index 84acbbc..6d38742 100755
--- a/gagit
+++ b/gagit
@@ -187,6 +187,7 @@ main() {
 	cat > "${tempdir}/message" <<-EOF || die "Unable to write template"
 		# Please edit this file to set the new pull request title and body.
 		# All lines starting with '#' will be discarded.
+		# ${branch} -> ${remote}/${target}
 
 		# Put a single line title below.
 		# "WIP:" creates a draft.  Remove it to skip draft stage.