git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* includeIf appears to not be working
@ 2022-12-12 20:19 Joshua J. Kugler
  2022-12-12 20:54 ` Eric Sunshine
  2022-12-12 20:55 ` Jeff King
  0 siblings, 2 replies; 5+ messages in thread
From: Joshua J. Kugler @ 2022-12-12 20:19 UTC (permalink / raw)
  To: git

So, I've set up includeIf before, and have had it working, but it seems to not 
be working in my latest attempt.

This is git 2.38.2 on Ubuntu Linux 20.04.

Contents of ~/.gitconfig (truncated):

[user]
        name = Joshua Kugler
        email = joshua@personal.com
[includIf "gitdir:~/repos/work/"]
        path = ~/repos/work/gitconfig

Contents of ~/repos/work/gitconfig:

[user]
        name = Joshua Kugler
        email = joshua@work.io

Now, if I do this:

cd /home/jkugler/repos/work/some_repo

and run:

$ git config --show-origin --get user.email
file:/home/jkugler/.gitconfig   joshua@personal.com

Like I said, I've set this up before, and had it working. I don't know what 
I'm doing differently/wrong...but would be happy to be told so.

Is there a debug command which can show if the gitdir is/isn't matching like I 
thought it should?  What other command output could help debug this?

Thanks!

j

-- 
Joshua J. Kugler - Fairbanks, Alaska - joshua@azariah.com
Azariah Enterprises - Programming and Website Design
PGP Key: http://pgp.mit.edu/  ID 0x68108cbb73b13b6a



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-12 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12 20:19 includeIf appears to not be working Joshua J. Kugler
2022-12-12 20:54 ` Eric Sunshine
2022-12-12 21:05   ` Joshua J. Kugler
2022-12-12 20:55 ` Jeff King
2022-12-12 20:57   ` Jeff King

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