aboutsummaryrefslogtreecommitdiff
path: root/dot.gitconfig
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:51:55 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:51:55 +0200
commit814a35d77d0bcd4cc3d8d577bb11cc1cc5519a37 (patch)
treeae27d6b0ac5eac4ad292e92f631ffdd7c867696b /dot.gitconfig
parent3e76b9d60bff69802608d323b4000910602779bb (diff)
Git: Some aliases and options
Diffstat (limited to 'dot.gitconfig')
-rw-r--r--dot.gitconfig9
1 files changed, 9 insertions, 0 deletions
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