Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi line event split #30

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 6, 2016

  1. new: Multi-line commits can now be split (using new split_regex) prior

    to being processed allowing for multiple "events" to occur in a single
    commit.  When this feature is used the commit subject and body are
    combined prior to splitting.
    HackingM committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    fad1489 View commit details
    Browse the repository at this point in the history
  2. new: dev: added .gitignore

    HackingM committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    832c00b View commit details
    Browse the repository at this point in the history
  3. chg: dev: Refactored code as per suggestions from Vaab. split_regex is

    now named split_event_regex and defaults to None leaving default
    behaviour as upstream.
    HackingM committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    4ab18d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f8b2ee View commit details
    Browse the repository at this point in the history