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

Monkey Patch git ruby gem #111

Merged

Commits on Feb 22, 2017

  1. Monkey Patch git ruby gem

    Previously modulesync would throw an error when a file had a line ending warning
    emitted during a diff.  This is common on cross platform modules.  This commit
    monkey patches the git ruby gem to handle extra text before the actual diff
    contents.  A monkey patch was used as the git ruby gem does not seem to be
    actively maintained, and it will some time before this issue is resolved and a
    new gem available.
    
    As the monkey_patch can contain code from other parties, which does not conform
    to module_sync's rubocopy styles, this file should is ignored explicitly in
    rubocops configuration.
    glennsarti committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    55bd5ae View commit details
    Browse the repository at this point in the history