diff --git a/config/git/shared b/config/git/shared index d242e4f..b924257 100644 --- a/config/git/shared +++ b/config/git/shared @@ -11,9 +11,6 @@ [pull] rebase = true -[gpg] - format = ssh - [alias] branchbydate = for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)' branchcolor = "!for ref in $(git for-each-ref --sort=-committerdate --format=\"%(refname)\" refs/heads/ refs/remotes ); do git log -n1 $ref --pretty=format:\"%Cgreen%cr%Creset %C(yellow)%d%Creset %C(bold blue)<%an>%Creset%n\" | cat ; done | awk '! a[$0]++'" diff --git a/hosts/v/config/git/config b/hosts/v/config/git/config index 78617d6..d67f197 100644 --- a/hosts/v/config/git/config +++ b/hosts/v/config/git/config @@ -1,6 +1,9 @@ [include] path = ~/.dotfiles/config/git/shared +[gpg] + format = ssh + [user] name = Ismo Vuorinen email = ismo.vuorinen@vincit.fi