Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'va/i18n-even-more'
[gitweb.git]
/
builtin
/
remote.c
diff --git
a/builtin/remote.c
b/builtin/remote.c
index 7f0f78b8fc22d3b74d242f179eeaba0d11f8f4ca..a4d9c1a8e9c7f0cd36136e26581ba4a3ee828fe8 100644
(file)
--- a/
builtin/remote.c
+++ b/
builtin/remote.c
@@
-247,7
+247,7
@@
struct branch_info {
enum { NO_REBASE, NORMAL_REBASE, INTERACTIVE_REBASE } rebase;
};
-static struct string_list branch_list;
+static struct string_list branch_list
= STRING_LIST_INIT_NODUP
;
static const char *abbrev_ref(const char *name, const char *prefix)
{