On Fri, Nov 2, 2012 at 7:42 PM, Peter Stuge <[email protected]> wrote: > David Hendricks wrote: > > 2012-11-02 16:03:59.026509 Running: git log HEAD^1..HEAD > > Found topic 'test' from parsing changes. > > Is it known how the finding is done? >
>From what I can tell, one of three ways: - By default, it uses the name of your current branch. - If you mention "bug 12345" in your commit message, it will use bug/12345 - You can also specify -t at the command-line Source for git-review is available here<https://github.com/openstack-ci/git-review>, BTW. -- David Hendricks (dhendrix) Systems Software Engineer, Google Inc. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

