Currently, setting commit.template to a relative path loads a file relative to the current git repository root. I would find it useful if there were a way to specify this and other config paths relative to the location of the git config file (.gitconfig or ~/.config/git/config or another specified config location). My use case is distributing dotfiles to a group of users who do not all keep their git config in the same location. I would like them to be able to put the config and the commit template in the same place, wherever that is, and the template be used without needing to change the config contents.