On 10/21/2011 02:28 PM, SZEDER Gábor wrote: > On Fri, Oct 21, 2011 at 02:10:53PM +0200, Michael Haggerty wrote: >> When testing reference-handling performance using my refperf script [1], >> I noticed that there is a problem in master that I bisected down to >> >> 6d4bb3833c "fetch: verify we have everything we need before updating our >> ref" >> >> When I run the following commands >> >> ======================================================= >> GIT=$(pwd)/git > >> $GIT fetch origin >> Then the last "git fetch origin" command gives the following output: >> remote: Counting objects: 3, done. >> remote: Total 3 (delta 0), reused 0 (delta 0) >> Unpacking objects: 100% (3/3), done. >> usage: git rev-list [OPTION] <commit-id>... [ -- paths... ] > > I suspect this is the same issue as here: > > http://thread.gmane.org/gmane.comp.version-control.git/182339/focus=182357 Yes, you are right. Setting GIT=$(pwd)/bin-wrappers/git fixes the problem. Thanks, Michael -- Michael Haggerty mhagger@xxxxxxxxxxxx http://softwareswirl.blogspot.com/ -- 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