Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'hv/t5526-andand-chain-fix'
[gitweb.git]
/
builtin
/
remote.c
diff --git
a/builtin/remote.c
b/builtin/remote.c
index 6273c0c23c904d5f789ff794458cf0c3f2661d94..a995ea86c17474be248a974469f7d535c942fc70 100644
(file)
--- a/
builtin/remote.c
+++ b/
builtin/remote.c
@@
-301,7
+301,7
@@
static int config_read_branches(const char *key, const char *value, void *cb)
}
string_list_append(&info->merge, xstrdup(value));
} else {
- int v = git_
config_maybe_bool(orig_key,
value);
+ int v = git_
parse_maybe_bool(
value);
if (v >= 0)
info->rebase = v;
else if (!strcmp(value, "preserve"))