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

Add handle of git scissors cleanup and custom comment char #34

Merged
merged 3 commits into from
Jul 14, 2017
Merged

Add handle of git scissors cleanup and custom comment char #34

merged 3 commits into from
Jul 14, 2017

Commits on Jun 29, 2017

  1. Add handle of git cutline

    Git commit command has `cleanup` argument (
    https://git-scm.com/docs/git-commit#git-commit---cleanupltmodegt)
    which can clean up commit messages after some cutline.
    
    This cutline appears when you make commit with
    git commit -v
    (-v, --verbose add diff to commit message)
    
    This commit add cutting of commit message after this cutline
    ron8mcr committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    791e230 View commit details
    Browse the repository at this point in the history
  2. Add handle of custom commentchar

    Git has oppurtunity to set custom comment char.
    Add retriving this char from config and handle on message parsing
    ron8mcr committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    4fcda07 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Add non-commented text after cutline in sample

    Suggested by @jorisroovers to properly test use-case for git scissors
    line since commented lines are being ignored regardless.
    ron8mcr committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    098c2ed View commit details
    Browse the repository at this point in the history