Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add packet tracing debug code
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 60d9a64280b0318b1248b229d2ff99b27eb0e5c6..38b4b71cd28065d5eea2443745d20343b93324e8 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-383,6
+383,7
@@
int cmd_clone(int argc, const char **argv, const char *prefix)
junk_pid = getpid();
+ packet_trace_identity("clone");
argc = parse_options(argc, argv, prefix, builtin_clone_options,
builtin_clone_usage, 0);