mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
snap: Add read access for ~/.gitconfig.local and ~/.config/git/* too
in hugo:gitconfig plug (personal-files interface) in case end users need the flexibility of using additional custom git config files. Fixes #10337
This commit is contained in:
parent
1477d0ba90
commit
d4482e8bf4
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ plugs:
|
|||
interface: personal-files
|
||||
read:
|
||||
- $HOME/.gitconfig
|
||||
- $HOME/.config/git/config
|
||||
- $HOME/.config/git # Allows $HOME/.config/git/config and more
|
||||
- $HOME/.gitconfig.local # See #10337
|
||||
|
||||
environment:
|
||||
HOME: $SNAP_REAL_HOME
|
||||
|
|
Loading…
Reference in a new issue