X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.gitconfig;h=9d70461bf597eb5b4bbc0d73fd048c8095d1b395;hb=f332502b06f38162bef61d432743c203f1719f4a;hp=48716f3a30c5e4415199dcb6a973f63e32063032;hpb=2f28563464146274d5e8db8d53c56309cacf6d5f;p=dotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig index 48716f3..9d70461 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -7,7 +7,7 @@ [user] name = Sergey Matveev email = stargrave@stargrave.org - signingkey = "E49857EF" + signingkey = "12AD32689C660D426967FD75CB8205632107AD8A" [color] diff = auto status = auto @@ -47,5 +47,7 @@ defaultBranch = master [format] useAutoBase = true -[include] - path = /home/stargrave/.git-safe +[safe] + directory = * +[includeIf "gitdir:~/work/stc/"] + path = ~/work/stc/.gitconfig