diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:31:36 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:02:47 +0200 |
| commit | a568203dfaa1232f19d793357390319bd13d7218 (patch) | |
| tree | 7668035015f494f14fbe61668bae2ec473426cb3 | |
| parent | ad60476575b749beedc915612b7691c754cf17f8 (diff) | |
Git: diff.colorMoved and credential.helper
| -rw-r--r-- | dot.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig index 2e3b861..df036b4 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -21,3 +21,8 @@ defaultBranch = main [merge] conflictStyle = diff3 + +[diff] + colorMoved = default +[credential] + helper = libsecret |
