i18n BoF at Akademy 2024 (9th/Monday, 10:00, Room 1)
Karl Ove Hufthammer
karl at huftis.org
Sat Sep 7 13:58:00 BST 2024
Luigi Toscano skreiv 06.09.2024 21:07:
> 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).
I don’t know if this is useful, but Git can detect renames (of course
just *within* a repo). Example:
$ git log --name-status --oneline -- '*.po'
R100 olddir/oldname.po newdir/newname.po
R098 olddir/oldname2.po newdir/newname2.po
The first file is 100% identical, while the second one is only 98%
identical.
--
Karl Ove Hufthammer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-i18n-doc/attachments/20240907/eb56c833/attachment.htm>
More information about the kde-i18n-doc
mailing list