Hi,
On Tue, Aug 24, 2010 at 04:28, Jonathan Nieder [off-list ref] wrote:
Subject: ll-merge: replace flag argument with options struct
Keeping track of the flag bits is proving more trouble than it's
worth. Instead, use a pointer to an options struct like most similar
APIs do.
Callers with no special requests can pass NULL to request the default
options.
thanks for doing this. But is there any prior art for using NULL as
'use the default flags' in the project? For what I know, I can't think
of an example. But my inside knowledge into git drifts slowly away.
Regards,
Bert
Cc: Bert Wesarg <redacted>
Signed-off-by: Jonathan Nieder <redacted>