Miklos Vajna [off-list ref] writes:
When modifying merge-recursive.h, for example builtin-merge-recursive.c
have to be recompiled which was not true till now, causing various
runtime errors using an incremental build.
Signed-off-by: Miklos Vajna <redacted>
---
On Wed, Sep 03, 2008 at 12:05:32AM +0200, Miklos Vajna [off-list ref] wrote:
quoted
Subject: Re: [PATCH 1/2] merge-recursive: move call_depth to struct
merge_options
While testing this one, I got some weird errors, finally they gone after
a 'touch builtin-merge-recursive.c', I guess this is the right fix.
Thanks.