git config --list --local?

5 messages, 3 authors, 2016-06-15 · open the first message on its own page

git config --list --local?

From: Joshua Jensen <hidden>
Date: 2016-06-15 22:49:14

  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

Re: git config --list --local?

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:49:14

Joshua Jensen [off-list ref] 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

Re: git config --list --local?

From: Joshua Jensen <hidden>
Date: 2016-06-15 22:49:14

  ----- 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

Re: git config --list --local?

From: Sverre Rabbelier <hidden>
Date: 2016-06-15 22:49:14

Heya,

On Tue, Aug 3, 2010 at 20:09, Joshua Jensen [off-list ref] 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

Re: git config --list --local?

From: Joshua Jensen <hidden>
Date: 2016-06-15 22:49:14

  ----- Original Message -----
From: Sverre Rabbelier
Date: 8/3/2010 7:37 PM
On Tue, Aug 3, 2010 at 20:09, Joshua Jensen[off-list ref]  wrote:
quoted
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help