Problem trying to find a bug number in git commit messages

8 views
Skip to first unread message

Lee Doolan

unread,
May 30, 2016, 9:32:53 AM5/30/16
to Chromium-discuss
I have  noticed that I cannot locate some BUG numbers in the git commit history.



consider this issue:

If you click on that link you will see an issue report which contains this:

    The following revision refers to this bug:

clicking on that link will show you a log message like this:

,----
| Log Message:
| Merge 60984 - 2010-06-10  Tony Chang  <to...@chromium.org>
|         Reviewed by Kent Tamura.
|         crash when focus is changed while trying to focus next element
|         * fast/events/focus-change-crash-expected.txt: Added.
|         * fast/events/focus-change-crash.html: Added.
| 2010-06-10  Tony Chang  <to...@chromium.org>
|         Reviewed by Kent Tamura.
|         crash when focus is changed while trying to focus next element
|         Test: fast/events/focus-change-crash.html
|         * dom/Element.cpp:
|         (WebCore::Element::focus):
| BUG=49317
`----

When I look for the corresponding commit message in the git repository 
I see this:

,----
| commit 7ba74ad86e33c4feb4c26b3267177ac70cb5abae
| Author: to...@chromium.org <to...@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>
| Date:   Fri Jun 11 00:49:10 2010 +0000
|     2010-06-10  Tony Chang  <to...@chromium.org>
|     
|             Reviewed by Kent Tamura.
|     
|             crash when focus is changed while trying to focus next element
|     
|             * fast/events/focus-change-crash-expected.txt: Added.
|             * fast/events/focus-change-crash.html: Added.
|     2010-06-10  Tony Chang  <to...@chromium.org>
|     
|             Reviewed by Kent Tamura.
|     
|             crash when focus is changed while trying to focus next element
|     
|             Test: fast/events/focus-change-crash.html
|     
|             * dom/Element.cpp:
|             (WebCore::Element::focus):
|     
|     git-svn-id: svn://svn.chromium.org/blink/trunk@60984 bbb929c8-8fbe-4397-9dbb-9b2b20218538
`----

Notice that the BUG=49317 line is missing from the git commit message.  
Can anyone provide an insight for me as to why this would happen?
Reply all
Reply to author
Forward
0 new messages