Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-am: force egrep to use correct characters set
[gitweb.git]
/
connect.c
diff --git
a/connect.c
b/connect.c
index 76e542776abff8d07e7250ecfc8c7ae813302b2d..7945e38ac1c99c09f7975ae99767bc9747ac3740 100644
(file)
--- a/
connect.c
+++ b/
connect.c
@@
-513,7
+513,7
@@
struct child_process *git_connect(int fd[2], const char *url_orig,
signal(SIGCHLD, SIG_DFL);
host = strstr(url, "://");
- if(host) {
+ if
(host) {
*host = '\0';
protocol = get_protocol(url);
host += 3;