X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-fetch-pack.c;h=5d134be47c85019dd66aed742eb845f6245cbf4d;hb=7bd93c1c625ce5fa03f0d13d728f34f8ab868991;hp=d571253a56c80e0b644b220c870b27726c8f3dfc;hpb=d291a9a6c8165efee95b3c1ceb814c39460ddbea;p=git.git diff --git a/builtin-fetch-pack.c b/builtin-fetch-pack.c index d571253a5..5d134be47 100644 --- a/builtin-fetch-pack.c +++ b/builtin-fetch-pack.c @@ -605,7 +605,7 @@ static struct ref *do_fetch_pack(int fd[2], /* When cloning, it is not unusual to have * no common commit. */ - fprintf(stderr, "warning: no common commits\n"); + warning("no common commits"); if (get_pack(fd, pack_lockfile)) die("git fetch-pack: fetch failed.");