From: Ján Tomko Date: Fri, 18 Oct 2019 19:29:24 +0000 (+0200) Subject: docs: hacking: remove note about rename detection X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fd082e16c98cb66e0e07561d35dc13d0951bf9b9;p=libvirt.git docs: hacking: remove note about rename detection It has been enabled by default for over three years now: commit 5d2a30d7d8777319c745804f040fa405d02169ce Author: Junio C Hamano 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 Reviewed-by: Daniel P. Berrangé Reviewed-by: Andrea Bolognani --- 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.

-
  • Post patches using git send-email, with git - rename detection enabled. You need a one-time setup of:

    -
    -  git config diff.renames true
    -
    +
  • Post patches using git send-email.

    Also, for code motion patches, you may find that git diff --patience provides an easier-to-read patch. However, the usual workflow of libvirt developer is: