[libvirt] [PATCH 01/16] docs: hacking: remove note about rename detection

Ján Tomko jtomko at redhat.com
Fri Oct 18 22:36:35 UTC 2019


It has been enabled by default for over three years now:

commit 5d2a30d7d8777319c745804f040fa405d02169ce
Author:     Junio C Hamano <gitster at pobox.com>
CommitDate: 2016-04-03 10:29:22 -0700

    Merge branch 'mm/diff-renames-default'

https://github.com/git/git/commit/5d2a30d7d8777319c745804f040fa405d02169ce

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 docs/hacking.html.in | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index 981b782d31..1da2cbbd9f 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -29,11 +29,7 @@
         file from zanata.</p>
       </li>
 
-      <li><p>Post patches using <code>git send-email</code>, with git
-        rename detection enabled.  You need a one-time setup of:</p>
-<pre>
-  git config diff.renames true
-</pre>
+      <li><p>Post patches using <code>git send-email</code>.</p>
         <p>Also, for code motion patches, you may find that <code>git
         diff --patience</code> provides an easier-to-read patch.
         However, the usual workflow of libvirt developer is:</p>
-- 
2.21.0




More information about the libvir-list mailing list