Slow but steady progress on git pack receive/send

This commit is contained in:
Linus Torvalds
2005-06-29 22:50:48 -07:00
parent e4b5c7fff4
commit 7f8e982834
2 changed files with 42 additions and 27 deletions

View File

@ -203,7 +203,9 @@ int main(int argc, char **argv)
packet_flush(1);
read_head_info();
unpack();
execute_commands();
if (commands) {
unpack();
execute_commands();
}
return 0;
}