On Thu, Feb 5, 2009 at 1:49 AM, Johannes Schindelin
[off-list ref] wrote:
Hi,
On Thu, 5 Feb 2009, Johannes Schindelin wrote:
quoted
On Wed, 4 Feb 2009, Junio C Hamano wrote:
quoted
Felipe Contreras [off-list ref] writes:
quoted
The idea was originated by discussion about usability of manually
editing the config file in 'special needs' systems such as Windows. Now
the user can forget a bit about where the config files actually are.
Does this honor core.editor setting in existing configuration files?
It should, as it uses launch_editor().
Oh, I see that launch_editor() does not do its own git_config() parsing.
Dunno if it should...
I think it should, how expensive would it be to call
git_config(git_default_config, NULL) when it has been loaded already?
--
Felipe Contreras