Commit Diff


commit - 957edac57c1975fd46196377edddca19fb384adf
commit + da474519cbd8bd36ff09d6799ee105643902dab5
blob - 11fe8c7855466f05c02e3dda4dbeb193bab1ccc9
blob + 9f104f2a4e1502bd21f941ee642e41673271a849
--- .gitconfig
+++ .gitconfig
@@ -16,6 +16,9 @@
 	interactive = auto
 	ui = auto
 
+[commit]
+	verbose = true
+
 [alias]
 	ci = commit
 	di = diff
@@ -29,6 +32,8 @@
 [diff]
 	color = auto
 	rename = copy
+	compaction-heuristic = true
+	noprefix = true
 
 [pager]
 	color = true