summary refs log tree commit diff
path: root/home/.config/git/config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-11 18:17:58 -0500
committerJune McEnroe <june@causal.agency>2021-01-11 18:18:13 -0500
commitc950de7a1549e192037f45af6dc8b02ddebf0e73 (patch)
tree388a4c676587c3256b10ea0c72f903126fe3c51b /home/.config/git/config
parentSet less search case-insensitive (diff)
downloadsrc-c950de7a1549e192037f45af6dc8b02ddebf0e73.tar.gz
src-c950de7a1549e192037f45af6dc8b02ddebf0e73.zip
Enable diff.colorMoved
Diffstat (limited to '')
-rw-r--r--home/.config/git/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config
index 36b96776..119180ab 100644
--- a/home/.config/git/config
+++ b/home/.config/git/config
@@ -5,6 +5,9 @@
 [commit]
 	verbose = true
 
+[diff]
+	colorMoved = default
+
 [merge]
 	conflictStyle = diff3
 
/td>Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe 2024-06-10Add The Girl Who Was Convinced...June McEnroe 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe