Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
notes: make expand_notes_ref globally accessible
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 7efecfe1cf6b14a53d619b4bcc4760c81a492747..1b6d4be00207576f612b8d2cf1f5979656a63da7 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-906,6
+906,8
@@
int cmd_fetch(int argc, const char **argv, const char *prefix)
struct remote *remote;
int result = 0;
+ packet_trace_identity("fetch");
+
/* Record the command line for the reflog */
strbuf_addstr(&default_rla, "fetch");
for (i = 1; i < argc; i++)