Re: Managing multiple branches in git - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: Managing multiple branches in git
Date
Msg-id e51f66da0906021026h2920af85vbd27a848d044b2dc@mail.gmail.com
Whole thread Raw
In response to Re: Managing multiple branches in git  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On 6/2/09, Alvaro Herrera <alvherre@commandprompt.com> wrote:
> Mark Mielke wrote:
>
>  > I am curious about why an end user would really care? CVS and SVN both
>  > kept local workspace directories containing metadata. If anything, I
>  > find GIT the least intrusive of these three, as the .git is only in the
>  > top-level directory, whereas CVS and SVN like to pollute every directory.
>
>
> That's not the problem.  The problem is that it is kept in the same
>  directory as the checked out copy.  It would be a lot more usable if it
>  was possible to store it elsewhere.

export GIT_DIR=...

-- 
marko


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Managing multiple branches in git
Next
From: Tom Lane
Date:
Subject: Re: from_collapse_limit vs. geqo_threshold