changeset 22602:551d776a0a9a stable

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.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 30 Sep 2014 16:59:07 -0400
parents 4fe5fa49eac8
children f768c888aaa6
files mercurial/help/config.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.