Compare commits

..

No commits in common. 'ee48d1a87ab61202b963a8dbd33290eba3c75b7e' and '7b13c2aca128983575ce48c2d4c6b4c147b55203' have entirely different histories.

  1. 4
      .gitconfig

4
.config/git/config → .gitconfig

@ -54,6 +54,8 @@ @@ -54,6 +54,8 @@
fixes = Fixes: %h (\"%s\")
[tag]
sort = v:refname
[url "ssh://git@github.com/krakul"]
insteadOf = https://github.com/krakul
[protocol "file"]
allow = always
[column]
@ -64,5 +66,3 @@ @@ -64,5 +66,3 @@
sort = -committerdate
[fetch]
prune = true
[includeIf "gitdir:~/code/messente/"]
path = ~/code/messente/gitconfig
Loading…
Cancel
Save