From 814a35d77d0bcd4cc3d8d577bb11cc1cc5519a37 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 11 Sep 2024 21:51:55 +0200 Subject: Git: Some aliases and options --- dot.gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dot.gitconfig b/dot.gitconfig index 91c162d..82b0e9e 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -10,6 +10,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 = simple [instaweb] @@ -23,3 +25,10 @@ bcc = fcc-sent@qsuscs.de [init] defaultBranch = main +[core] + quotePath = false + commitGraph = true +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true -- cgit v1.2.3