Git development
 help / color / mirror / Atom feed
* GIT_DIR used to work with git-1.4.4.4
@ 2007-05-18 14:24 Christian MICHON
  0 siblings, 0 replies; only message in thread
From: Christian MICHON @ 2007-05-18 14:24 UTC (permalink / raw)
  To: git

sorry if I created too much (user) noise around this issue, but
this is mostly why as a user I refrained using git-1.5.x

I sometimes have a scm work flow where I'd like to have my
GIT_DIR sitting on another file system, so therefore not in
the current working directory.

I used to be able to do this in git-1.4.4.4:
(it's a rather useless example, I know)

mkdir /home/xian/vault
export GIT_DIR=/home/xian/vault
mkdir /tmp/xianwork
cd /tmp/xianwork
touch a b
git init-db
git add .

This was truly working, and now using git-1.5.1.4, it's not.

Instead I get: "fatal: add must be run in a work tree"

from the source code, I understand what to change if I
want to get the old behavior.

My questions are:
- is this new behavior truly needed ?
- is there another way to do this using newer work flow ?
( I know already about the symbolic .git link trick )

Thanks in advance for any useful tips.

-- 
Christian

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-18 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-18 14:24 GIT_DIR used to work with git-1.4.4.4 Christian MICHON

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox