aboutsummaryrefslogtreecommitdiff
path: root/dot_gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_gitconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_gitconfig b/dot_gitconfig
index bead2ea..b7c44cc 100644
--- a/dot_gitconfig
+++ b/dot_gitconfig
@@ -18,6 +18,8 @@
lg2-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
lg3-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
+ rl = reflog --format='%C(auto)%h %<|(20)%gd %C(blue)%cr%C(reset) %gs (%s)'
+
subrepo = !~/.local/lib/git-core/git-subrepo
[push]
default = simple
@@ -29,6 +31,7 @@
enabled = true
[url "git@salsa.debian.org:"]
pushInsteadOf = https://salsa.debian.org/
+ insteadOf = https://salsa.debian.org/
[core]
quotePath = false
[includeIf "gitdir:/media/t/work/packaging/"]
@@ -38,3 +41,7 @@
algorithm = histogram
[diff "gpg"]
textconv = gpg --no-tty --decrypt
+[help]
+ autocorrect = prompt
+[init]
+ defaultBranch = master