Re: [PATCH v2] builtin-tag.c: allow arguments in $EDITOR
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:00
Hi,
On Thu, 20 Dec 2007, Luciano Rocha wrote:
The previous sh version of git-commit evaluated the value of the defined
editor, thus allowing arguments.
Make the builtin version work the same, by adding an explicit check for
arguments in the editor command, and extract them to an additional
argument.