static void execute_commands(void)
{
struct command *cmd = commands;
-
while (cmd) {
update(cmd);
cmd = cmd->next;
}
- run_update_post_hook(commands);
}
static void read_head_info(void)
unlink(pack_lockfile);
if (report_status)
report(unpack_status);
+ run_update_post_hook(commands);
}
return 0;
}