Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diffcore-rename: fall back to -C when -C -C busts the rename limit
[gitweb.git]
/
transport-helper.c
diff --git
a/transport-helper.c
b/transport-helper.c
index 0c5b1bd994d79cd6441a5c956a2d851b6bea7d5f..5846b55875f6e568711b2f90726bb6608aaf4e73 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-76,7
+76,7
@@
static void write_constant(int fd, const char *str)
die_errno("Full write to remote helper failed");
}
-const char *remove_ext_force(const char *url)
+
static
const char *remove_ext_force(const char *url)
{
if (url) {
const char *colon = strchr(url, ':');