* git config --list --local?
@ 2010-08-03 16:07 Joshua Jensen
2010-08-03 16:25 ` Jakub Narebski
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Jensen @ 2010-08-03 16:07 UTC (permalink / raw)
To: git@vger.kernel.org
I would like git config to give me just the settings for the local
repository (.git/config). I am likely misreading the documentation, but
it appears there isn't an option for that.
Would someone mind setting me straight?
Josh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git config --list --local?
2010-08-03 16:07 git config --list --local? Joshua Jensen
@ 2010-08-03 16:25 ` Jakub Narebski
2010-08-04 1:09 ` Joshua Jensen
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Narebski @ 2010-08-03 16:25 UTC (permalink / raw)
To: Joshua Jensen; +Cc: git@vger.kernel.org
Joshua Jensen <jjensen@workspacewhiz.com> writes:
> I would like git config to give me just the settings for the local
> repository (.git/config). I am likely misreading the documentation,
> but it appears there isn't an option for that.
>
> Would someone mind setting me straight?
AFAIK you can only fake it with
$ git config --file .git/config --list
(or something like that).
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git config --list --local?
2010-08-03 16:25 ` Jakub Narebski
@ 2010-08-04 1:09 ` Joshua Jensen
2010-08-04 1:37 ` Sverre Rabbelier
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Jensen @ 2010-08-04 1:09 UTC (permalink / raw)
To: Jakub Narebski; +Cc: git@vger.kernel.org
----- Original Message -----
From: Jakub Narebski
Date: 8/3/2010 10:25 AM
> git config --file .git/config --list
This looks like it will work for me.
I've never looked at the config section of the Git code. I'll have to
see what it would take to add a --local command line option to do the
same thing as above but in a more convenient fashion.
Josh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git config --list --local?
2010-08-04 1:09 ` Joshua Jensen
@ 2010-08-04 1:37 ` Sverre Rabbelier
2010-08-04 1:43 ` Joshua Jensen
0 siblings, 1 reply; 5+ messages in thread
From: Sverre Rabbelier @ 2010-08-04 1:37 UTC (permalink / raw)
To: Joshua Jensen; +Cc: Jakub Narebski, git@vger.kernel.org
Heya,
On Tue, Aug 3, 2010 at 20:09, Joshua Jensen <jjensen@workspacewhiz.com> wrote:
> I've never looked at the config section of the Git code. I'll have to see
> what it would take to add a --local command line option to do the same thing
> as above but in a more convenient fashion.
http://article.gmane.org/gmane.comp.version-control.git/118673
I can resend if there's interest.
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git config --list --local?
2010-08-04 1:37 ` Sverre Rabbelier
@ 2010-08-04 1:43 ` Joshua Jensen
0 siblings, 0 replies; 5+ messages in thread
From: Joshua Jensen @ 2010-08-04 1:43 UTC (permalink / raw)
To: Sverre Rabbelier; +Cc: Jakub Narebski, git@vger.kernel.org
----- Original Message -----
From: Sverre Rabbelier
Date: 8/3/2010 7:37 PM
> On Tue, Aug 3, 2010 at 20:09, Joshua Jensen<jjensen@workspacewhiz.com> wrote:
>> I've never looked at the config section of the Git code. I'll have to see
>> what it would take to add a --local command line option to do the same thing
>> as above but in a more convenient fashion.
> http://article.gmane.org/gmane.comp.version-control.git/118673
>
> I can resend if there's interest.
Whee!
My opinion doesn't count for anything, but I have interest. :)
Josh
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-08-04 1:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 16:07 git config --list --local? Joshua Jensen
2010-08-03 16:25 ` Jakub Narebski
2010-08-04 1:09 ` Joshua Jensen
2010-08-04 1:37 ` Sverre Rabbelier
2010-08-04 1:43 ` Joshua Jensen
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).