Do not complain about "no common commits" in an empty repo
commit74c2a08ef9ec16ce4cb3daef0b65fad439448538
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 19 Sep 2007 15:22:00 +0000 (19 16:22 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 19 Sep 2007 15:22:00 +0000 (19 16:22 +0100)
tree593174e8a931b85a1eff3413b7dbedf978f019ca
parent416488563ef2f68c7ceaec016c4e96ab2fd45ba7
Do not complain about "no common commits" in an empty repo

If the repo is empty, we know that already, thank you very much.
So shut fetch-pack up about that case.

Fixes issue 3, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
fetch-pack.c