Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
die("bug"): report bugs consistently
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index b233e3ee5e4a22e150f1ba274d825102e711ef9f..04d945425a495b9e230a77fc47fcebd482cd97b4 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-566,7
+566,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));