]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin-fetch-pack.c
Merge branch 'sp/maint-index-pack' into maint
[git.git] / builtin-fetch-pack.c
index de1e8d1365769c7c841749901f705c0b6a78eab3..6e98cafd08ca9fb09d4f860878691db9ec4999ba 100644 (file)
@@ -309,7 +309,8 @@ done:
                }
                flushes--;
        }
-       return retval;
+       /* it is no error to fetch into a completely empty repo */
+       return count ? retval : 0;
 }
 
 static struct commit_list *complete;