18 is younger than person's age. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- builtin/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/add.c b/builtin/add.c index b773b5a499..8c2a5a5094 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -510,7 +510,7 @@ int cmd_add(int argc, const char **argv, const char *prefix) argc--; argv++; - if (0 <= addremove_explicit) + if (addremove_explicit >= 0) addremove = addremove_explicit; else if (take_worktree_changes && ADDREMOVE_DEFAULT) addremove = 0; /* "-u" was given but not "-A" */ -- 2.32.0