Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: restore accidentally dropped setting of path
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index e078812897eddefcd5a55a7d474dd4a7a89434fc..d0608df5c90cab4d2e2a2071a7416aeac75004e1 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-1062,6
+1062,7
@@
static int run_pre_push_hook(struct transport *transport,
proc.argv = argv;
proc.in = -1;
+ proc.trace2_hook_name = "pre-push";
if (start_command(&proc)) {
finish_command(&proc);