From e6c35b7b14ba815b82a7377f16b06801d68700ce Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 29 Jul 2022 17:04:24 -0500 Subject: bleh --- git/config | 104 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 51 deletions(-) (limited to 'git/config') diff --git a/git/config b/git/config index dbec691..62455ef 100644 --- a/git/config +++ b/git/config @@ -1,92 +1,94 @@ [user] - email = acdw@acdw.net - name = Case Duckworth + email = acdw@acdw.net + name = Case Duckworth [init] - defaultBranch = main + defaultBranch = main [push] - default = simple + default = simple [pull] - rebase = false + rebase = false [core] - editor = emacsclient - precomposeunicode = true - pager = less - autocrlf = false - eol = lf + editor = emacsclient + precomposeunicode = true + pager = less + autocrlf = false + eol = lf [merge] - conflictstyle = diff3 - tool = vimdiff + conflictstyle = diff3 + tool = vimdiff [alias] - # Easier locations - root = rev-parse --show-toplevel - current-branch = rev-parse --abbrev-ref HEAD - # Easier listing and info - branches = branch -a - tags = tag -l - stashes = stash list - remotes = remote -v - staged = diff --cached - graph = log --graph -10 --branches --remotes --tags --format=format:'%Cgreen%h %Creset: %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order - precommit = diff --cached --diff-algorithm=minimal -w - # Easier actions - discard = checkout -- - uncommit = reset --soft HEAD^ - unstage = reset HEAD -- - amend = commit --amend - pushall = !git remote | xargs -L1 git push --all - # Shortened commonalities - st = status -bs - ac = !git add . && git commit -m + # Easier locations + root = rev-parse --show-toplevel + current-branch = rev-parse --abbrev-ref HEAD + # Easier listing and info + branches = branch -a + tags = tag -l + stashes = stash list + remotes = remote -v + staged = diff --cached + graph = log --graph -10 --branches --remotes --tags --format=format:'%Cgreen%h %Creset: %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order + precommit = diff --cached --diff-algorithm=minimal -w + # Easier actions + discard = checkout -- + uncommit = reset --soft HEAD^ + unstage = reset HEAD -- + amend = commit --amend + pushall = !git remote | xargs -L1 git push --all + # Shortened commonalities + st = status -bs + ac = !git add . && git commit -m # diffing [diff "lisp"] - xfuncname = "^(\\(.*)$" + xfuncname = "^(\\(.*)$" [diff "org"] - xfuncname = "^(\\*+.*)$" + xfuncname = "^(\\*+.*)$" ; [credential] ; helper = /home/case/.local/bin/pass-git-helper ; useHttpPath = true [bash] - showUntrackedFiles = true - showDirtyState = true + showUntrackedFiles = true + showDirtyState = true [sendemail] - smtpserver = smtp.fastmail.com - smtpuser = acdw@fastmail.com - smtpencryption = tls - smtpserverport = 465 + smtpserver = smtp.fastmail.com + smtpuser = acdw@fastmail.com + smtpencryption = tls + smtpserverport = 465 + confirm="auto" + suppresscc = self # Better urls [url "https://github.com/"] - insteadOf = "gh:" + insteadOf = "gh:" [url "git@github.com:"] - pushInsteadOf = "gh:" + pushInsteadOf = "gh:" [github] - user = duckwork + user = duckwork [url "https://gitlab.com/"] - insteadOf = "gl:" + insteadOf = "gl:" [url "git@gitlab.com:"] - pushInsteadOf = "gl:" + pushInsteadOf = "gl:" [gitlab] - user = acdw + user = acdw [url "https://git.sr.ht/"] - insteadOf = "sr:" + insteadOf = "sr:" [url "git@git.sr.ht:"] - pushInsteadOf = "sr:" + pushInsteadOf = "sr:" [url "https://tildegit.org/"] - insteadOf = "tg:" + insteadOf = "tg:" [url "git@tildegit.org:"] - pushInsteadOf = "tg:" + pushInsteadOf = "tg:" [gitea "tildegit.org/api/v1"] - user = acdw + user = acdw -- cgit 1.4.1-21-gabe81