diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-02-20 13:15:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-02-20 13:15:05 +0900 |
| commit | e85905d3b675f3243b1c2f5e069dc4743d73974d (patch) | |
| tree | 14cda39329620390ee8393efca5fefc7722d7c58 | |
| parent | 88a62c3ec896b589e4a3de9a821b324ee31962c9 (diff) | |
| download | dotfiles-e85905d3b675f3243b1c2f5e069dc4743d73974d.tar.gz dotfiles-e85905d3b675f3243b1c2f5e069dc4743d73974d.tar.zst dotfiles-e85905d3b675f3243b1c2f5e069dc4743d73974d.zip | |
Update .gitconfig: add blame.coloring option
| -rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ [init] defaultbranch = main +[blame] + coloring = repeatedLines + [mergetool] keepbackup = false |
