On Monday 14 April 2008, Daniel Barkalow wrote: > 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. Yes, I also found that (after rebasing on current 'next'). :) Will shortly post a new series making builtin-clone do packed refs, suitable for current 'next'. Have fun! :) ...Johan -- Johan Herland, <johan@xxxxxxxxxxx> www.herland.net -- 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