Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's all a perceptual thing. Git is generally rather good at recognising moves, because <strong>GIT</strong> is a <strong>content tracker</strong></p> <p>All that really depends is how your "stat" displays it. The only difference here is the -M flag. </p> <p><strong>git log --stat -M</strong></p> <pre><code>commit 9c034a76d394352134ee2f4ede8a209ebec96288 Author: Kent Fredric Date: Fri Jan 9 22:13:51 2009 +1300 Category Restructure lib/Gentoo/Repository.pm | 10 +++++----- lib/Gentoo/{ =&gt; Repository}/Base.pm | 2 +- lib/Gentoo/{ =&gt; Repository}/Category.pm | 12 ++++++------ lib/Gentoo/{ =&gt; Repository}/Package.pm | 10 +++++----- lib/Gentoo/{ =&gt; Repository}/Types.pm | 10 +++++----- 5 files changed, 22 insertions(+), 22 deletions(-) </code></pre> <p><strong>git log --stat</strong></p> <pre><code>commit 9c034a76d394352134ee2f4ede8a209ebec96288 Author: Kent Fredric Date: Fri Jan 9 22:13:51 2009 +1300 Category Restructure lib/Gentoo/Base.pm | 36 ------------------------ lib/Gentoo/Category.pm | 51 ---------------------------------- lib/Gentoo/Package.pm | 41 --------------------------- lib/Gentoo/Repository.pm | 10 +++--- lib/Gentoo/Repository/Base.pm | 36 ++++++++++++++++++++++++ lib/Gentoo/Repository/Category.pm | 51 ++++++++++++++++++++++++++++++++++ lib/Gentoo/Repository/Package.pm | 41 +++++++++++++++++++++++++++ lib/Gentoo/Repository/Types.pm | 55 +++++++++++++++++++++++++++++++++++++ lib/Gentoo/Types.pm | 55 ------------------------------------- 9 files changed, 188 insertions(+), 188 deletions(-) </code></pre> <p><strong>git help log</strong> </p> <pre><code> -M Detect renames. -C Detect copies as well as renames. See also --find-copies-harder. </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload