Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: improve die_if_checked_out() robustness
[gitweb.git]
/
builtin
/
remote.c
diff --git
a/builtin/remote.c
b/builtin/remote.c
index 7f28f92a378a4e89d8c938beac23cbe053f1ce33..4ce396fdffcd3f0b7742e5e1b9119691cd3fb5f6 100644
(file)
--- a/
builtin/remote.c
+++ b/
builtin/remote.c
@@
-582,7
+582,7
@@
static int migrate_file(struct remote *remote)
{
struct strbuf buf = STRBUF_INIT;
int i;
- char *path = NULL;
+ c
onst c
har *path = NULL;
strbuf_addf(&buf, "remote.%s.url", remote->name);
for (i = 0; i < remote->url_nr; i++)