Skip to content

Weird git log parsing issue #35

@rvagg

Description

@rvagg

Run on master in Node core:

$ changelog-maker --start-ref=66cb4bcf0 --end-ref=66cb4bcf0
* [[`66cb4bcf0c`](https://github.com/nodejs/node/commit/66cb4bcf0c)] - Event emitters support symbols as event names. The process object (cjihrig) [#4798](https://github.com/nodejs/node/pull/4798)

$ git log 66cb4bcf0c | head
commit 66cb4bcf0c032adc0f6abf7452150875c8a82243
Author: cjihrig <cjihrig@gmail.com>
Date:   Thu Jan 21 13:07:25 2016 -0500

    process: support symbol events

    Event emitters support symbols as event names. The process object
    assumes that the event name is a string, and examines the first
    three characters to check for signals. This causes an exception
    if the event name is a symbol. This commit ensures that the

i.e. it's not picking up process: support symbol events as the summary of this commit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions