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

Make the the GitAttributesLineEndingsPolicy relocatable across machines #621

Merged
merged 14 commits into from
Jun 28, 2020

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    2c68977 View commit details
    Browse the repository at this point in the history
  2. Add a new GitAttributesLineEndings.Policy which relativizes all pat…

    …hs against the projectDir, and does not rely on FileSignature at all.
    nedtwigg committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    082f867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aab35d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2953560 View commit details
    Browse the repository at this point in the history
  5. Improve the javadoc.

    nedtwigg committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    758414b View commit details
    Browse the repository at this point in the history
  6. Fix spotbugs warnings.

    nedtwigg committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    fdf2445 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    275c2a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Add changelog entry.

    nedtwigg committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    244ead7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    dea124b View commit details
    Browse the repository at this point in the history
  2. SpotlessTaskBase was setting a bogus lineEndingsPolicy. It would alwa…

    …ys be overwritten, but it still shouldn't be there.
    nedtwigg committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    68d8b3b View commit details
    Browse the repository at this point in the history
  3. The line endings policy would previously have had to compute against …

    …more files than necessary, now fixed.
    nedtwigg committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5e743b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    083c724 View commit details
    Browse the repository at this point in the history
  5. Fix FormatTaskTest.

    nedtwigg committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d3d17c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Fix copyright header.

    nedtwigg committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    59b07c7 View commit details
    Browse the repository at this point in the history