Re: [PATCH v3] config: Add new option to open an editor.
From: Felipe Contreras <hidden>
Date: 2016-06-15 22:46:07
On Sat, Feb 7, 2009 at 11:14 PM, Johannes Schindelin [off-list ref] wrote:
Hi, On Sat, 7 Feb 2009, Felipe Contreras wrote:quoted
On Thu, Feb 5, 2009 at 1:49 AM, Johannes Schindelin [off-list ref] wrote:quoted
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?We would not need the complete git_default_config(), would we?
Nope, just core.editor. But I don't know how to load only that. -- Felipe Contreras