Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.txt: Describe special 'none' handling in core.gitProxy.
[gitweb.git]
/
connect.c
diff --git
a/connect.c
b/connect.c
index 0a35cc1b25c22256845acffb35828cfa44316892..7636bf976e78a6622281501af2dcc0135781f60a 100644
(file)
--- a/
connect.c
+++ b/
connect.c
@@
-504,7
+504,7
@@
struct child_process *git_connect(int fd[2], const char *url_orig,
const char *prog, int flags)
{
char *url = xstrdup(url_orig);
- char *host, *path
= url
;
+ char *host, *path;
char *end;
int c;
struct child_process *conn;