diff: document the nobinary option stable
authorJordi Gutiérrez Hermoso <jordigh@octave.org>
Tue, 30 Sep 2014 16:59:07 -0400
branchstable
changeset 22602 551d776a0a9a
parent 22582 4fe5fa49eac8
child 22603 f768c888aaa6
diff: document the nobinary option Since 3fbef7ac26f0, we have a diff.nobinary option. This is handy, but the only way I found out about it was by looking at the release notes for 3.1, which is not something I normally do.
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Tue Sep 30 23:15:56 2014 +0900
+++ b/mercurial/help/config.txt	Tue Sep 30 16:59:07 2014 -0400
@@ -467,6 +467,9 @@
 ``git``
     Use git extended diff format.
 
+``nobinary``
+    Omit git binary patches.
+
 ``nodates``
     Don't include dates in diff headers.