On 10/25/05, Johannes Schindelin [off-list ref] wrote:
quoted
quoted
This patch concludes the series, which makes
git-fetch-pack/git-upload-pack negotiate a potentially better set of
common revs. It should make a difference when fetching from a repository
with a few branches.
This broke git-pull for me (the local one):
/d/e/f.git$ git-pull
fatal: bad pack file
fatal: git-unpack-objects died with error code 128
Fetch failure: /a/b/c/.git
quoted
applies-to: 6b4b7d9acf60aa99d961b599f37d0c824be79e27
9adb6b3971e7daa79221d7dbe05b66327b266b86
...
quoted
diff --git a/fetch-pack.c b/fetch-pack.c
index 3a903c4..57602b9 100644
--- a/fetch-pack.c
+++ b/fetch-pack.c
Reverting just fetch-pack.c part of the patch helps.
Could you please try the patch I sent with the subject "[PATCH]
fetch/upload: Fix corner case with few revs"? Your output looks exactly
like what I fixed with that patch.
I couldn't at the moment. Do you still need a test?