From: Robin Rosenberg <robin.rosenberg.lists@dewire.com>
To: Andrew Bush <andrew@patchprint.co.nz>
Cc: git@vger.kernel.org
Subject: Re: adding arbitary folders to the git index, from outside of the repository
Date: Wed, 29 Apr 2009 02:06:30 +0200 [thread overview]
Message-ID: <200904290206.31153.robin.rosenberg.lists@dewire.com> (raw)
In-Reply-To: <8ABE87D6-F70D-4A86-8307-88B95FAF350F@patchprint.co.nz>
onsdag 29 april 2009 00:54:54 skrev Andrew Bush:
> Hi all,
>
> I have a desire to have a single git repository that tracks the
> content of an array of folders located in various places across my
> file system.
>
> this doesn't *appear* to be supported in any way, I found some stuff
> about using shortcuts but that was apparently removed in version 1.6
> because of the problem of deciding when to follow them and when to
> index them.
>
>
> Ideally what I would like is a way to specify in the git config file
> for a repository an arbitary list of folders that it should index,
> instead of only having the choice of indexing the folder the
> repository is stored in.
What I do sometimes is set GIT_DIR and then add paths relative to
/ and adding excludes for some paths. That way I can cover /etc and
selected parts of /var and other interesting areas. You cannot
however have different roots for your trees, unless you make
the tree using e.g symbolic links to the different directories.
-- robin
next prev parent reply other threads:[~2009-04-29 0:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-28 22:54 adding arbitary folders to the git index, from outside of the repository Andrew Bush
2009-04-29 0:06 ` Robin Rosenberg [this message]
2009-04-29 7:44 ` Mike Ralphson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200904290206.31153.robin.rosenberg.lists@dewire.com \
--to=robin.rosenberg.lists@dewire.com \
--cc=andrew@patchprint.co.nz \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).