summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-09-08 13:30:28 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-09-08 13:30:28 -0700
commit63ddde68cd654d6d41dfc5e587aed9967eac21a8 (patch)
treed1dc7d92e367c1460c07d6cab48e2226b97f1391 /builtin
parentMerge branch 'rs/git-mmap-uses-malloc' (diff)
parentls-remote: set packet_trace_identity(<name>) (diff)
downloadtgif-63ddde68cd654d6d41dfc5e587aed9967eac21a8.tar.xz
Merge branch 'ab/ls-remote-packet-trace'
Debugging aid fix. * ab/ls-remote-packet-trace: ls-remote: set packet_trace_identity(<name>)
Diffstat (limited to 'builtin')
-rw-r--r--builtin/ls-remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/ls-remote.c b/builtin/ls-remote.c
index 1794548c71..f4fd823af8 100644
--- a/builtin/ls-remote.c
+++ b/builtin/ls-remote.c
@@ -84,6 +84,8 @@ int cmd_ls_remote(int argc, const char **argv, const char *prefix)
PARSE_OPT_STOP_AT_NON_OPTION);
dest = argv[0];
+ packet_trace_identity("ls-remote");
+
UNLEAK(sorting);
if (argc > 1) {