fatal: this commit has no parent

This commit is contained in:
Grigory Shipunov 2020-06-01 14:14:26 +02:00
commit f7be401dda
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C
12 changed files with 1843 additions and 0 deletions

2
config/git/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# gitk settings do not matter
gitk

15
config/git/config Normal file
View file

@ -0,0 +1,15 @@
[user]
name = Grigory Shipunov
email = blame@oxapentane.com
signingkey = 4C3CD96ED78251532AB5500AC688AC5B60F7A3A5
[color]
ui = auto
[merege]
conflictstyle = diff3
[commit]
gpgsign = true
[credential]
helper = cache --timeout 28800
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
diffw = diff --word-diff=color