[Libreoffice-qa] Is there any way to map bugs to commits.
David Tardon
dtardon at redhat.com
Tue Jun 3 01:09:55 PDT 2014
Hi,
On Tue, Jun 03, 2014 at 01:42:52PM +0800, ANiKET JAiN wrote:
> Hi,
>
> Various bugs identified in LibreOffice are listed at "https://bugs.freedesktop.org" with specific id's. I want to map those bugs to specific commits, so that i can know which files were changed because of that bug. Usually, developers specify those bug id's during the comment of a commit, which is not specified in case of LibreOffice.
Why do you think we do not do that? Have you even looked? We even have a
git hook that adds a link to the commit as a comment to the bug...
> So, can you suggest me any other way by which i can map bugs to commits.
Yes. You can use git bisect to find the commit that fixed the problem
described in a bug report.
D.
More information about the Libreoffice-qa
mailing list