Re: profile-fast is failing in my Git 2.2.1 build from tar in a Git repo

2015-01-12 Thread Jeff King
On Mon, Jan 12, 2015 at 04:08:28PM -0500, Jeff King wrote: > > I do not think profile build is prepared to be run without having > > our history (after all, it is not test_perf_create_REPO_from, not > > test_perf_create_source_directory_of_git_from). It wants to create > > a repository that hosts

Re: profile-fast is failing in my Git 2.2.1 build from tar in a Git repo

2015-01-12 Thread Jeff King
On Tue, Jan 06, 2015 at 03:13:30PM -0800, Junio C Hamano wrote: > > The problem is in the t/perf/perf-lib.sh:test_perf_create_repo_from() > > function, where we see this: > > > > repo="$1" > > source="$2" > > source_git=$source/$(cd "$source" && git rev-parse --git-dir) > > > > The function

Re: profile-fast is failing in my Git 2.2.1 build from tar in a Git repo

2015-01-06 Thread Junio C Hamano
Paul Smith writes: > Is anyone aware of this? It seems that profile-fast fails when invoked > from a downloaded tarball, if you are in a Git repository when you > unpack it. Not me (I don't do profile build), but I am not surprised. > The problem is in the t/perf/perf-lib.sh:test_perf_create_r

profile-fast is failing in my Git 2.2.1 build from tar in a Git repo

2015-01-04 Thread Paul Smith
Is anyone aware of this? It seems that profile-fast fails when invoked from a downloaded tarball, if you are in a Git repository when you unpack it. So, for example, I have: $ cd $HOME/src $ git status On branch master Your branch is up-to-date with 'origin/master'. (this is NOT the Git