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

Consistently terminate commit messages with LF #333

Merged
merged 2 commits into from
Jul 13, 2024

Commits on Jul 5, 2024

  1. Consistently terminate commit messages with LF

    When the length logic for fast-import 'data' commands was updated in
    4c10270 (Fix data handling, 2023-03-02), one branch was missed, so
    commit messages now do not have a final LF appended in most cases. This
    changed the longtime behavior, which had been consistent since the first
    commit of hg2git, 9832035 (Initial import, 2007-03-06), and is expected
    by some applications which compare against old conversions from
    Mercurial.
    thaliaarchi committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f947189 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Disable core.ignoreCase in tests

    When core.ignoreCase is set in the global config, hg-fast-export.sh
    warns the user and exits. Override this for tests.
    thaliaarchi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    dd1c8f2 View commit details
    Browse the repository at this point in the history