* Git bugtraq for all users who clone my repos?
@ 2011-02-28 12:05 Markus Fischer
2011-02-28 13:14 ` Sverre Rabbelier
2011-03-01 12:55 ` Pierre Habouzit
0 siblings, 2 replies; 3+ messages in thread
From: Markus Fischer @ 2011-02-28 12:05 UTC (permalink / raw)
To: git
Hi,
I'm used to svn to use svn:propset to set bugtraq URLs, pus^H^H^Hcommit
them to the server and all users who clo^H^H^Hcheckout from it have the
settings.
In git I can store them in my local or repository specific
configuration, but other users who clone from it don't benefit from it:
they simply don't get my/the bugtraq configuration.
Do I need to educate every developer to configure their checkouts (also
unsatisfying for myself when I move somewhere else have to do clone my
repository again) or it possible to feed it when the repository is being
cloned?
thanks,
- Markus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Git bugtraq for all users who clone my repos?
2011-02-28 12:05 Git bugtraq for all users who clone my repos? Markus Fischer
@ 2011-02-28 13:14 ` Sverre Rabbelier
2011-03-01 12:55 ` Pierre Habouzit
1 sibling, 0 replies; 3+ messages in thread
From: Sverre Rabbelier @ 2011-02-28 13:14 UTC (permalink / raw)
To: Markus Fischer; +Cc: git
Heya,
On Mon, Feb 28, 2011 at 13:05, Markus Fischer <markus@fischer.name> wrote:
> Do I need to educate every developer to configure their checkouts (also
> unsatisfying for myself when I move somewhere else have to do clone my
> repository again) or it possible to feed it when the repository is being
> cloned?
Perhaps 'git notes' is what you're looking for?
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Git bugtraq for all users who clone my repos?
2011-02-28 12:05 Git bugtraq for all users who clone my repos? Markus Fischer
2011-02-28 13:14 ` Sverre Rabbelier
@ 2011-03-01 12:55 ` Pierre Habouzit
1 sibling, 0 replies; 3+ messages in thread
From: Pierre Habouzit @ 2011-03-01 12:55 UTC (permalink / raw)
To: Markus Fischer; +Cc: git
On Mon, Feb 28, 2011 at 01:05:18PM +0100, Markus Fischer wrote:
> Hi,
>
> I'm used to svn to use svn:propset to set bugtraq URLs,
> pus^H^H^Hcommit them to the server and all users who
> clo^H^H^Hcheckout from it have the settings.
>
> In git I can store them in my local or repository specific
> configuration, but other users who clone from it don't benefit from
> it: they simply don't get my/the bugtraq configuration.
>
> Do I need to educate every developer to configure their checkouts
> (also unsatisfying for myself when I move somewhere else have to do
> clone my repository again) or it possible to feed it when the
> repository is being cloned?
This is horrible practice, but the top level makefile / configure of
some of my projects force the git configuration of the repository to
some sane values that are required for it to work properly.
--
·O· Pierre Habouzit
··O madcoder@debian.org
OOO http://www.madism.org
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-01 13:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 12:05 Git bugtraq for all users who clone my repos? Markus Fischer
2011-02-28 13:14 ` Sverre Rabbelier
2011-03-01 12:55 ` Pierre Habouzit
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).