Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
graph: add support for --line-prefix on all graph-aware output
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index 4ba48b05960203f9c5ed3360e99382bc945ae7e4..c5772a14eeec3d5651796c8051443dd76583c05d 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-567,7
+567,7
@@
void transport_take_over(struct transport *transport,
struct git_transport_data *data;
if (!transport->smart_options)
- die("B
ug detected: T
aking over transport requires non-NULL "
+ die("B
UG: t
aking over transport requires non-NULL "
"smart_options field.");
data = xcalloc(1, sizeof(*data));