[Webkit-unassigned] [Bug 13884] patch for prepare-ChangeLog to populate ChangeLog files from a git commit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 11:51:09 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13884





------- Comment #16 from hausmann at kde.org  2007-06-22 11:51 PDT -------
AFAIK svn uses R for replaced, which git doesn't use. The reason why I've added
"D" is to handle the case when a commit consists only of file deletions. That
is of course strictly speaking not a modified or added state, but if it's not
handled here then prepare-ChangeLog thinks nothing changed at all, which isn't
correct either. I've just tried with a svn checkout and the same happens there,
too (svn rm WebCore/Makefile; WebKitTools/Scripts/prepare-ChangeLog -> No
changes found).

If you prefer I could merge the two arrays again (ignoring that git doesn't use
'R') and add 'D' as state. Is that ok?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list