diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:34:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:34:55 -0500 |
commit | 41fa4263c042bcef66918092efcdbb6a991bc84f (patch) | |
tree | f484ccafe0ad0d5c8731fc4f5bb6b405f9798b2f /dot_gitconfig | |
parent | more renames (diff) |
more renames
Diffstat (limited to 'dot_gitconfig')
-rw-r--r-- | dot_gitconfig | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/dot_gitconfig b/dot_gitconfig new file mode 100644 index 0000000..bead2ea --- /dev/null +++ b/dot_gitconfig @@ -0,0 +1,40 @@ +[user] + name = Ryan Kavanagh + email = rak@rak.ac +[color] + ui = auto +[sendemail] + smtpserver = /usr/sbin/sendmail +[alias] + wdiff = diff --color-words + pusha = push origin : + lg = !"git lg1" + lg1 = !"git lg1-specific --all" + lg2 = !"git lg2-specific --all" + lg3 = !"git lg3-specific --all" + lsd = !"git lg3-specific --all --simplify-by-decoration" + + lg1-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' + 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)' + + subrepo = !~/.local/lib/git-core/git-subrepo +[push] + default = simple +[url "git://anonscm.debian.org"] + insteadOf = "git://git.debian.org" +[url "ssh://git.debian.org"] + pushInsteadOf = "git://git.debian.org" +[rerere] + enabled = true +[url "git@salsa.debian.org:"] + pushInsteadOf = https://salsa.debian.org/ +[core] + quotePath = false +[includeIf "gitdir:/media/t/work/packaging/"] + path = ~/.gitconfig-debian +[diff] + mnemonicPrefix = true + algorithm = histogram +[diff "gpg"] + textconv = gpg --no-tty --decrypt |