[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 12:13:46 PDT 2007


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





------- Comment #18 from aroben at apple.com  2007-06-22 12:13 PDT -------
(In reply to comment #17)
>    Actually, git confusingly uses R to mean "renamed" rather than "replaced".
> This is probably a bug that should be fixed in git, since --name-status is
> striving to be svn-compatible.

Seems my assumption may have been wrong and this may be intended behavior. Here
are the codes git uses (from Documentation/diff-format.txt):

M: in-place edit
C: copy-edit
R: rename-edit
A: create
D: delete
U: unmerged

   So, isAddedOrModifiedStatus should return true for M, C, R, A, which should
be the same as for svn (though it looks like currently the svn case is missing
"C")


-- 
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