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

Allow spaces in filenames in registry files #315

Merged
merged 4 commits into from
Jul 21, 2022

Commits on Jul 18, 2022

  1. Allow spaces in filenames in registry files

    Previously, the tokenization would not use this. The commit introduces
    shlex.split as a tokenizer that is aware of quotes and escapes.
    dokempf committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    91c3122 View commit details
    Browse the repository at this point in the history
  2. Add dokempf to AUTHORS.md

    dokempf committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    04aa795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e686d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Remove unnecessary test file

    dokempf committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    80d893b View commit details
    Browse the repository at this point in the history