On Wed, Feb 15, 2017 at 10:10 AM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>> We need the gentle version in a later patch. As we have just one caller,
>> migrate the caller.
>
> Ordinarily, we keep the original helper implemented as a thin
> wrapper that passes NULL as retun_error_code, wh
Stefan Beller writes:
> We need the gentle version in a later patch. As we have just one caller,
> migrate the caller.
Ordinarily, we keep the original helper implemented as a thin
wrapper that passes NULL as retun_error_code, which causes it to
die() on error for existing callers. But because
We need the gentle version in a later patch. As we have just one caller,
migrate the caller.
Signed-off-by: Stefan Beller
---
builtin/grep.c | 2 +-
submodule.c| 4 ++--
submodule.h| 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/builtin/grep.c b/builtin/grep.c
inde
3 matches
Mail list logo