Thread (13 messages) flat view 13 messages, 4 authors, 2016-06-15

Re: [PATCH] Split out merge_recursive() to merge-recursive.c

From: Miklos Vajna <hidden>
Date: 2016-06-15 22:45:08

Possibly related (same subject, not in this thread)

On Tue, Aug 12, 2008 at 07:56:29PM +0200, Stephan Beyer [off-list ref] wrote:
quoted
+extern int merge_recursive_verbosity;
Why this?

So we have:
 1. "merge.verbosity" config value
 2. GIT_MERGE_VERBOSITY environment
 3. merge_recursive_verbosity variable

I wonder if 3 is really necessary.
Yes, IMHO it is. The idea is that a

git_config(merge_recursive_config, NULL);
merge_recursive_setup(0);

will take merge.verbosity and GIT_MERGE_VERBOSITY into account, finally
you can always read merge_recursive_verbosity, and you don't have to
deal with the details (if it is set based on GIT_MERGE_VERBOSITY or
based on merge.verbosity).

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help