[Webkit-unassigned] [Bug 168816] Rename 'commit_parent' in 'commits' table to 'commit_previous_commit'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 19:47:26 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168816

--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to comment #2)
> commit_previous_commit ? What does it mean?

In subversion, the previous commit of a revision X is X - 1. In git, the previous commit of a commit X is the parent commit.

Because we're introducing the concept of a repository having a parent/owner repository, we're changing this column to be more semantically clear as to what it means.

We can also call it preceding commit but that doesn't make much sense in Git world.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170224/e35f7f6f/attachment-0001.html>


More information about the webkit-unassigned mailing list