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

mailmap support #366

Merged
merged 32 commits into from
Mar 29, 2022
Merged

mailmap support #366

merged 32 commits into from
Mar 29, 2022

Commits on Mar 26, 2022

  1. empty git-mailmap crate (#366)

    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    a30a5da View commit details
    Browse the repository at this point in the history
  2. Release git-mailmap v0.0.0

    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    c43af35 View commit details
    Browse the repository at this point in the history
  3. the first empty test (#366)

    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    fc47c49 View commit details
    Browse the repository at this point in the history
  4. refactor

    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    3e78ff5 View commit details
    Browse the repository at this point in the history
  5. basic testing of common cases for mailmap (#366)

    error handling is tested only by integration-level test,
    and more error handling tests would have to be added.
    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    903c526 View commit details
    Browse the repository at this point in the history
  6. thanks clippy

    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    9449bc7 View commit details
    Browse the repository at this point in the history
  7. fix serde support (#366)

    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    2fb4310 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f458817 View commit details
    Browse the repository at this point in the history
  9. all tests (so far) green (#366)

    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    67a2050 View commit details
    Browse the repository at this point in the history
  10. quickfix for unintentionally using 'unicode' feature of bytecode (#366)

    It pulls in a regex engine or parts of it, and for now we avoid that.
    Byron committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    fb5593a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ff53af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    471fa62 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    b67b0f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    d71d067 View commit details
    Browse the repository at this point in the history
  2. feat: Time::default() (#366)

    Byron committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    77ef2cb View commit details
    Browse the repository at this point in the history
  3. add fixture_bytes to test tools

    Byron committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    85e3820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1890db7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8116664 View commit details
    Browse the repository at this point in the history
  6. thanks clippy

    Byron committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    1038dab View commit details
    Browse the repository at this point in the history
  7. Add method to return borrowed values for new name/email (#366)

    That way, one _can_ optimize for performance and be zero copy
    after the mail map has been created.
    Maybe this can be useful in the estimate-hours program.
    Byron committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    87fb932 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    deaeb7d View commit details
    Browse the repository at this point in the history
  9. add all docs (#366)

    Byron committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    1c768a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. fix email-only case (#366)

    Byron committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e31754d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f498dac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2df941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3bc1b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    384ed66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f89fe2f View commit details
    Browse the repository at this point in the history
  7. frame for Repository::load_mailmap_into() (#366)

    What's new is that it is made to be very resilient to errors
    and does as much as possible.
    Byron committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c8c87ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98d745e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a01f47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2388d8 View commit details
    Browse the repository at this point in the history