Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
trace: give repo_setup trace its own key
[gitweb.git]
/
builtin
/
push.c
diff --git
a/builtin/push.c
b/builtin/push.c
index e655eb7695faba13c4d9e8f25b9649ffec7195be..26171ff50fa91eb57594004d5dc55670f08a6257 100644
(file)
--- a/
builtin/push.c
+++ b/
builtin/push.c
@@
-228,6
+228,7
@@
int cmd_push(int argc, const char **argv, const char *prefix)
OPT_END()
};
+ packet_trace_identity("push");
git_config(git_default_config, NULL);
argc = parse_options(argc, argv, prefix, options, push_usage, 0);