git-bug/repository
Simon Walker e062d9aedf Supports git config includes
I like to have "private" settings in a git include file, and store the
main .gitconfig under version control. I do not want any authentication
keys or tokens (even if encrypted) in version control, so I have by main
.gitconfig include another file which is local and not tracked.

The current implementation calls `git config --global --get-regexp
<keyPrefix>` and for some reason, this command does not follow git
include files.

The changes suggested in this PR add the `--includes` flag to the
command, which then reads any included files.
2020-04-11 23:49:01 +01:00
..
config_git.go Supports git config includes 2020-04-11 23:49:01 +01:00
config_mem.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
config.go bridge: various improvement on the global token PR 2019-11-10 14:53:40 +01:00
git_test.go repository: fix ineffectual assignment in git test 2019-11-01 22:51:37 +01:00
git_testing.go repository: add StoreTimestamp/StoreBool to the config interface 2019-11-01 18:39:45 +01:00
git.go git: fix GetRemote to not break when there is no remotes 2020-03-01 13:53:12 +01:00
mock_repo.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
repo.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
tree_entry_test.go a round of cleanup 2019-03-01 22:52:53 +01:00
tree_entry.go reorganize package for a more idomatic go 2018-09-11 22:14:46 +02:00