Compare commits
No commits in common. "2dc1e241c7490d5863ef5cd30d83f8dbfabf14e4" and "c46c21b662bcdec9f40360edc24138bfcb7c2de7" have entirely different histories.
2dc1e241c7
...
c46c21b662
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
config/alacritty/current-theme.toml
|
@ -1,11 +1,11 @@
|
||||
[user]
|
||||
email = "redacted@example.org"
|
||||
name = "redacted"
|
||||
signingkey = "redacted"
|
||||
email = redacted@example.org
|
||||
name = redacted
|
||||
signingkey = redacted
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
program = "/usr/bin/gpg"
|
||||
program = /usr/bin/gpg
|
||||
[rebase]
|
||||
autostash = true
|
||||
autosquash = true
|
||||
@ -13,6 +13,6 @@
|
||||
rebase = true
|
||||
autostash = true
|
||||
[format]
|
||||
pretty = "oneline"
|
||||
pretty = oneline
|
||||
[alias]
|
||||
logv = "log --pretty=full --show-signature"
|
||||
logv = log --pretty=full --show-signature
|
||||
|
Loading…
Reference in New Issue
Block a user