Johannes Schindelin a écrit :
+int edit_patch(int argc, const char **argv, const char *prefix)
+{
[...]
+ if (!result)
+ result = run_command(&child);
+ free(child.argv);
+
+ launch_editor(file, NULL, NULL);
Here, it does not launch the editor I defined with core.editor because you
call edit_patch() before calling git_config() in cmd_add().
Also, wouldn't be better to have the edit_patch stuff in add--interactive
instead ? It seems to work the same way than the --patch option.
Just my thoughts.
Olivier.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html