On Sat, 22 Mar 2008, Johan Herland wrote: > diff --git a/t/t5515-fetch-merge-logic.sh b/t/t5515-fetch-merge-logic.sh > index 31c1081..4569a13 100755 > --- a/t/t5515-fetch-merge-logic.sh > +++ b/t/t5515-fetch-merge-logic.sh > @@ -143,6 +143,7 @@ do > rm -f .git/refs/heads/* > rm -f .git/refs/remotes/rem/* > rm -f .git/refs/tags/* > + rm -f .git/packed-refs > git fetch "$@" >/dev/null > cat .git/FETCH_HEAD > } >"$actual" && I was just looking over this again, and it doesn't actually work, because it removes the copies of refs/remotes/origin/*, which the tests are expecting to find. -Daniel *This .sig left intentionally blank* -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html