Date: Thu, 25 Jun 2020 16:11:29 -0400 From: Ed Maste <emaste@freebsd.org> To: =?UTF-8?Q?Bart=C5=82omiej_Rutkowski?= <robak@freebsd.org> Cc: Mitchell Horne <mhorne@freebsd.org>, freebsd-git@freebsd.org Subject: Re: svn primer translation to git Message-ID: <CAPyFy2D_MmCMu93s2Z%2Bh7bZpB2GFFXjdQKHZkCdfaH1aTjWBig@mail.gmail.com> In-Reply-To: <61D3797D-88AD-4005-9DB7-E08B207D666D@FreeBSD.org> References: <CAPyFy2Dy4cLQpgUsk_ushXsQFvRPk2S8SEfgWF=0xibGRGJvKw@mail.gmail.com> <5b1b2132-d3ed-96b6-1e48-18c3ea515970@FreeBSD.org> <CAPyFy2D3hUX=iBEBemJ0aNM5dyGoYZ1--xJonDqjO%2BX6SuM93Q@mail.gmail.com> <CADeAsy1P=7RyQoTFutP96=mPtKfoUPUK5GswNZB6L-F=y%2B=_Cw@mail.gmail.com> <CAPyFy2DEtfauXXDqc%2BXuuOJVGeJtMaWi5hsd9NChdt1=ot%2BjrA@mail.gmail.com> <61D3797D-88AD-4005-9DB7-E08B207D666D@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Jun 2020 at 16:05, Bart=C5=82omiej Rutkowski <robak@freebsd.org>= wrote: > > Why can't we ship the gitconfig file inside of the repository containing = the defaults > we'd like to be used? The standard per-repo config is .git/config, which is not part of the repo itself. We could use includes or such (e.g. including ../.gitconfig from .git/config) but setting that up would still be a separate step after the clone.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2D_MmCMu93s2Z%2Bh7bZpB2GFFXjdQKHZkCdfaH1aTjWBig>