<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Luigi Toscano skreiv 06.09.2024 21:07:<br>
    </div>
    <blockquote type="cite"
      cite="mid:280b2ab2-f5ef-60a8-5a0e-75b16c34b403@tiscali.it">
      <pre>We also need tool to automatically detect renamed files and basically anything
which reduces the renames and the human intervention to almost 0.
Otherwise it is going to be much more complicated without svn (let's say I
can't guarantee I would be able to do it).</pre>
    </blockquote>
    <p>I don’t know if this is useful, but Git can detect renames (of
      course just *within* a repo). Example:</p>
    <p>$ git log --name-status --oneline -- '*.po'<br>
    </p>
    <p>R100   olddir/oldname.po  newdir/newname.po<br>
      R098   olddir/oldname2.po  newdir/newname2.po</p>
    <p>The first file is 100% identical, while the second one is only
      98% identical.</p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Karl Ove Hufthammer</pre>
  </body>
</html>