* [PATCH] Change branch.c:install_branch_config()
@ 2014-02-27 12:27 Sun He
0 siblings, 0 replies; only message in thread
From: Sun He @ 2014-02-27 12:27 UTC (permalink / raw)
To: git; +Cc: Sun He
Signed-off-by: Sun He <sunheehnus@gmail.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-27 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 12:27 [PATCH] Change branch.c:install_branch_config() Sun He
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).