add diff.compactionheuristic = true

Tue, 14 Jun 2016 20:36:22 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 14 Jun 2016 20:36:22 -0400
changeset 336
a921d84589cf
parent 335
fe632d892513
child 337
1aed142faa16

add diff.compactionheuristic = true

.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -11,6 +11,9 @@
 [core]
 	pager = LESS='FSRX' less
 
+[diff]
+	compactionheuristic = true
+
 [alias]
 	ci      = commit
 	rec     = commit -p

mercurial