git: add option to define store names for generated include files (#3171)

This allows to use gitconfig/gitconfig-some-intent
as store path suffixes for the texts.
This commit is contained in:
Ronny Pfannschmidt 2022-08-26 21:48:50 +02:00 committed by GitHub
parent 3d3bbdfe95
commit 5bb1f67568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 4 deletions

View file

@ -56,3 +56,6 @@
[includeIf "gitdir:~/src/dir"]
path = "@git_include_path@"
[includeIf "gitdir:~/src/otherproject"]
path = "@git_named_include_path@"