On 5/26/20 5:38 PM, Martin Sebor wrote:
By the way, it's nice that the existing gcc- aliases are documented
on https://gcc.gnu.org/gitwrite.html.  I would suggest to add this
one there as well.

Yes. I added the documentation bit and pushed ho master.

Martin
>From 035bdc56110914329c860870e338463793fb5597 Mon Sep 17 00:00:00 2001
From: Martin Liska <mli...@suse.cz>
Date: Wed, 27 May 2020 10:22:01 +0200
Subject: [PATCH] Document gcc-commit-mklog hook.

---
 htdocs/gitwrite.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index e3a1305b..b9bcb768 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -436,6 +436,8 @@ repository:</p>
   <li><i>gcc-verify</i> - verify ChangeLog format for a particular commit</li>
   <li><i>gcc-backport</i> - alias for <code>git cherry-pick -x</code></li>
   <li><i>gcc-mklog</i> - generate a ChangeLog template for a patch</li>
+  <li><i>gcc-commit-mklog</i> - commit a git revision with a pre-filled
+      ChangeLog template</li>
 </ul>
 
 <p>The final customization that the script makes is to add a diff rule so
-- 
2.26.2

Reply via email to