diff options
Diffstat (limited to '.gitconfig##h.lowe')
| -rw-r--r-- | .gitconfig##h.lowe | 20 |
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 |
