DORMANTno replies

[PATCH] Change branch.c:install_branch_config()

From: Sun He <hidden>
Date: 2016-06-15 23:00:01
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Sun He <redacted>
---
 branch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/branch.c b/branch.c
index 723a36b..2fe9c05 100644
--- a/branch.c
+++ b/branch.c
@@ -50,7 +50,7 @@ static int should_setup_rebase(const char *origin)
 void install_branch_config(int flag, const char *local, const char *origin, const char *remote)
 {
 	const char *shortname = remote + 11;
-	int remote_is_branch = starts_with(remote, "refs/heads/");
+	int remote_is_branch = skip_prefix(remote,"refs/heads")!=NULL;
 	struct strbuf key = STRBUF_INIT;
 	int rebasing = should_setup_rebase(origin);
 
-- 
1.7.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help