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

Add merging of names in last-name-first style #422

Merged
merged 23 commits into from
Jan 18, 2024
Merged

Commits on Nov 22, 2023

  1. add merge_last_name_first

    mlutze committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3c6560c View commit details
    Browse the repository at this point in the history
  2. fix test

    mlutze committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9d4c098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3f1ed View commit details
    Browse the repository at this point in the history
  4. create inverse test

    mlutze committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4bff96c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    6741fbe View commit details
    Browse the repository at this point in the history
  2. try to fix slash issue

    mlutze committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    32b2374 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. skip cases with backslash

    mlutze committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cbd0d45 View commit details
    Browse the repository at this point in the history
  2. run black

    mlutze committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    17d52aa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. rename style field

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a3cdfc2 View commit details
    Browse the repository at this point in the history
  2. improve tests

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    16e736c View commit details
    Browse the repository at this point in the history
  3. run black

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dfdc21e View commit details
    Browse the repository at this point in the history
  4. fix comment

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6904f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f9ef92 View commit details
    Browse the repository at this point in the history
  6. redo literal import

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ce0fb2f View commit details
    Browse the repository at this point in the history
  7. fix Literal import

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eef5dd4 View commit details
    Browse the repository at this point in the history
  8. run black

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4a1c9cc View commit details
    Browse the repository at this point in the history
  9. fix other typing bug

    mlutze committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    be9aaf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    da315a6 View commit details
    Browse the repository at this point in the history
  2. Revert "fix Literal import"

    This reverts commit eef5dd4.
    mlutze committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0a08c5a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    70b4074 View commit details
    Browse the repository at this point in the history
  2. black

    mlutze committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c577842 View commit details
    Browse the repository at this point in the history
  3. try different literal type

    mlutze committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    66b4c36 View commit details
    Browse the repository at this point in the history
  4. list -> List

    mlutze committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2cdbc99 View commit details
    Browse the repository at this point in the history