mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00: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:
committed by
Bjørn Erik Pedersen
parent
1477d0ba90
commit
d4482e8bf4
@ -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
|
||||
|
Reference in New Issue
Block a user