Re: [PATCH] GIT-VERSION-GEN: support non-standard $GIT_DIR path

2013-06-18 Thread Junio C Hamano
Dennis Kaarsemaker writes: > On ma, 2013-06-17 at 13:09 -0700, Junio C Hamano wrote: >> Junio C Hamano writes: >> >> > Dennis Kaarsemaker writes: >> > >> >> I'm doing daily builds of git, using many workers and a shared git.git, >> >> with per-worker checkouts >> > >> > OK, so GIT_DIR is exp

Re: [PATCH] GIT-VERSION-GEN: support non-standard $GIT_DIR path

2013-06-18 Thread Dennis Kaarsemaker
On ma, 2013-06-17 at 13:09 -0700, Junio C Hamano wrote: > Junio C Hamano writes: > > > Dennis Kaarsemaker writes: > > > >> I'm doing daily builds of git, using many workers and a shared git.git, > >> with per-worker checkouts > > > > OK, so GIT_DIR is explicitly specified in these "workers".

Re: [PATCH] GIT-VERSION-GEN: support non-standard $GIT_DIR path

2013-06-17 Thread Junio C Hamano
Junio C Hamano writes: > Dennis Kaarsemaker writes: > >> I'm doing daily builds of git, using many workers and a shared git.git, >> with per-worker checkouts > > OK, so GIT_DIR is explicitly specified in these "workers". > > Makes sense. Actually it does not. What if GIT_DIR is an empty stri

Re: [PATCH] GIT-VERSION-GEN: support non-standard $GIT_DIR path

2013-06-17 Thread Junio C Hamano
Dennis Kaarsemaker writes: > I'm doing daily builds of git, using many workers and a shared git.git, > with per-worker checkouts OK, so GIT_DIR is explicitly specified in these "workers". Makes sense. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message t

[PATCH] GIT-VERSION-GEN: support non-standard $GIT_DIR path

2013-06-15 Thread Dennis Kaarsemaker
make and make test both work when $GIT_DIR isn't .git, but make dist included a bogus GIT-VERSION-FILE. Signed-off-by: Dennis Kaarsemaker --- I'm doing daily builds of git, using many workers and a shared git.git, with per-worker checkouts, it would be really useful if GIT-VERSION-GEN actually