Sublime Forum

Bug: Sublime Merge doesn't look at ~/.config/git/config

#1

Sublime Merge is under the mistaken impression that I have no user details set. This means I cannot create any commits (as I’m not willing to have Sublime Merge mangle my git config).

As best I can figure, this is caused by Sublime Merge not even looking at my ~/.config/git/config file. If I create a ~/.gitconfig and put user details in there, Sublime Merge starts working. But I use ~/.config/git/config instead of ~/.gitconfig for a reason, and I’m not willing to change that just for Sublime Merge.

0 Likes

Bug: Sublime Merge doesn't look at ~/.config/git/ignore
#2

Thanks for your report, it was an oversight on our part that ~/.config/git/config isn’t being checked by default. It’ll be fixed in the next build.

1 Like

#3

Just moved the ~/.gitconfig to ~/.config/git/config on my Windows 10 box, but SM 1059 still asks for the account data (name, email) in the commit dialog while git config --get user.email returns the correct value. ~ points to C:\Users\DeathAxe

0 Likes

#4

Fixed in 1060 for Windows, too.

0 Likes