Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH] completion: support 'git config --local'

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:09

Jeff King [off-list ref] writes:
I'm not sure I understand the original poster's point about "git config
-l --local". "-l" does not take a limiter, does it?
"git config -l core.\*" will just die without limiting the output to
everything under core. hierarchy, so you are right---the combination
does not make any sense.  You have to say

    git config -l | grep ^core\\.

or something like that.

Completing "git config -l --lo<TAB>" still may help, though.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help