summaryrefslogtreecommitdiffstats
path: root/.gitconfig##h.lowe
diff options
context:
space:
mode:
authorYigit Sever2022-04-13 09:45:39 +0300
committerYigit Sever2022-04-13 09:45:39 +0300
commit3bbb8308d6bac2472d2de540be1bdece3d3d480c (patch)
tree79fefc9413dd7249ffffefad3e7bfd99415283de /.gitconfig##h.lowe
parent9a0e0ba1a7f2632a8af595af1fb464bcefdc8220 (diff)
downloaddotfiles-3bbb8308d6bac2472d2de540be1bdece3d3d480c.tar.gz
dotfiles-3bbb8308d6bac2472d2de540be1bdece3d3d480c.tar.bz2
dotfiles-3bbb8308d6bac2472d2de540be1bdece3d3d480c.zip
git: gitconfig parity
Diffstat (limited to '.gitconfig##h.lowe')
-rw-r--r--.gitconfig##h.lowe20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitconfig##h.lowe b/.gitconfig##h.lowe
index 4e44bee..401e691 100644
--- a/.gitconfig##h.lowe
+++ b/.gitconfig##h.lowe
@@ -18,10 +18,23 @@
18 sl = log --oneline --decorate -20 18 sl = log --oneline --decorate -20
19 sla = log --oneline --decorate --graph --all -20 19 sla = log --oneline --decorate --graph --all -20
20 branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes 20 branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
21 dft = difftool
21[credential] 22[credential]
22 helper = cache --timeout=3600 23 helper = cache --timeout=3600
23[color] 24[color]
24 ui = true 25 ui = true
26[color "diff-highlight"]
27 oldNormal = red bold
28 oldHighlight = red bold 52
29 newNormal = green bold
30 newHighlight = green bold 22
31[color "diff"]
32 meta = yellow
33 frag = magenta bold
34 commit = yellow bold
35 old = red bold
36 new = green bold
37 whitespace = red reverse
25[commit] 38[commit]
26 gpgsign = true 39 gpgsign = true
27[sendemail] 40[sendemail]
@@ -32,7 +45,14 @@
32 ff = only 45 ff = only
33[init] 46[init]
34 defaultBranch = main 47 defaultBranch = main
48[diff]
49 tool = difftastic
50[difftool]
51 prompt = false
52[difftool "difftastic"]
53 cmd = difft "$LOCAL" "$REMOTE"
35[pager] 54[pager]
55 difftool = true
36 diff = delta 56 diff = delta
37 log = delta 57 log = delta
38 reflog = delta 58 reflog = delta