Johannes Schindelin, Sun, Oct 23, 2005 03:40:13 +0200:
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
applies-to: 6b4b7d9acf60aa99d961b599f37d0c824be79e27
9adb6b3971e7daa79221d7dbe05b66327b266b86
...
quoted hunk ↗ jump to hunk
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.