AW: [PATCH] git-gui: use commit message template

2018-07-03 Thread Schoen, Martin
icht Amtsgericht Hamburg, Abt. B, Nr. 8678 Von: Stefan Beller Gesendet: Montag, 2. Juli 2018 21:49 An: Schoen, Martin; Pat Thoyts Cc: git Betreff: Re: [PATCH] git-gui: use commit message template +cc Pat, in the hope of an answer. See https://public-inbox.org

Re: [PATCH] git-gui: use commit message template

2018-07-02 Thread Stefan Beller
+cc Pat, in the hope of an answer. See https://public-inbox.org/git/xmqqd0z61xsv@gitster-ct.c.googlers.com/ on the state of git-gui and its lack of maintenance. Maybe Junio will pickup this patch. On Mon, Jul 2, 2018 at 11:35 AM Martin Schön wrote: > > Use the file described by commit.templa

[PATCH] git-gui: use commit message template

2018-07-02 Thread Martin Schön
Use the file described by commit.template (if set) to show the commit message template, just like other GUIs. Signed-off-by: Martin Sch??n --- git-gui.sh | 9 + lib/commit.tcl | 1 + 2 files changed, 10 insertions(+) diff --git a/git-gui.sh b/git-gui.sh index 5bc21b8..6fc598d 100755