Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revision.c: make --no-notes reset --notes list
[gitweb.git]
/
builtin
/
push.c
diff --git
a/builtin/push.c
b/builtin/push.c
index c3c2feb9449b5cd3539c18b58ce0fb2886a623b9..6f6a66f9862d5ee5eaf4a4ce07934832569eacf9 100644
(file)
--- a/
builtin/push.c
+++ b/
builtin/push.c
@@
-245,6
+245,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);