Skip to content

Commit 45fee72

Browse files
committed
remote: no longer claim that branch.*.rebase=preserve is a thing
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 634e414 commit 45fee72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builtin/remote.c

-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ static int config_read_branches(const char *key, const char *value, void *cb)
309309
int v = git_parse_maybe_bool(value);
310310
if (v >= 0)
311311
info->rebase = v;
312-
else if (!strcmp(value, "preserve"))
313-
info->rebase = NORMAL_REBASE;
314312
else if (!strcmp(value, "merges"))
315313
info->rebase = REBASE_MERGES;
316314
else if (!strcmp(value, "interactive"))

0 commit comments

Comments
 (0)