sidusio / sediment

A Sericea-based OS image with quality of life improvements
Apache License 2.0
2 stars 0 forks source link

gitconfig `includeIf` directives does not work properly inside distrobox #43

Open HerrNaN opened 8 months ago

HerrNaN commented 8 months ago
[includeIf "gitdir:~/work/"]
    path = work.gitconfig

This config should load the config work.gitignore when in a repo which is a subdirectory to ~/work, and it works well on the host. However, it does not work when using git inside a distrobox for some reason.

HerrNaN commented 7 months ago

Current workaround is to map the distrobox's git to the host's