From e5462ad3b632490526e5dbf82d098e18ad39b66c Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@rak.ac>
Date: Thu, 9 Feb 2023 18:18:18 -0500
Subject: /usr/src is safe on openbsd

---
 dot_gitconfig | 47 -----------------------------------------------
 1 file changed, 47 deletions(-)
 delete mode 100644 dot_gitconfig

(limited to 'dot_gitconfig')

diff --git a/dot_gitconfig b/dot_gitconfig
deleted file mode 100644
index b7c44cc..0000000
--- a/dot_gitconfig
+++ /dev/null
@@ -1,47 +0,0 @@
-[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)'
-
-        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
-[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/
-	insteadOf = 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
-[help]
-	autocorrect = prompt
-[init]
-	defaultBranch = master
-- 
cgit v1.2.3