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

Harmonize line endings amongst source file and search/replace text. #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 17, 2015

  1. Harmonize line endings amongst source file and search/replace text.

    We want to keep the line endings in the source file, regardless of what
    the line endings in the config file is. The algorithm for finding the
    line ending, and the decision to only look at the first line, is
    inspired by ConfigObj
    (https://github.com/DiffSK/configobj/blob/0daebcb55aec2b5a18b287bbb2f4f6f03599f00e/configobj.py#L1294).
    
    This fixes the windows test failure of
    test_search_replace_expanding_changelog.
    thebjorn committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    3f88e79 View commit details
    Browse the repository at this point in the history