diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:06:15 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:06:15 +0200 |
| commit | a02e49a3ecac5b1c65a09f8d92cc555782af260a (patch) | |
| tree | 5e455a0d306b09557fd509c7d07884c421e8df68 /dot.gitconfig | |
| parent | 585ffe488e69f9a705fa4f7edfa0a93a01f31dcd (diff) | |
| parent | 3e1c65e72ed1391200aa6ad4471a0b8d3634ff78 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'dot.gitconfig')
| -rw-r--r-- | dot.gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig index df036b4..303ba93 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -11,6 +11,8 @@ lol = log --oneline --graph --decorate --all colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order push-all = !git remote | xargs -L1 git push + praise = blame + rofl = log --all --graph --format='%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ad%Creset %C(red bold)%d%Creset%s' --date=relative --abbrev-commit --decorate [push] default = current [pull] @@ -26,3 +28,10 @@ colorMoved = default [credential] helper = libsecret +[core] + quotePath = false + commitGraph = true +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true |
