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

Store file names in POSIX format #40

Merged
merged 3 commits into from
Jan 28, 2019
Merged

Commits on Jan 15, 2019

  1. Make ToSafePath work the same in Unix and Windows

    Signed-off-by: Javi Fontan <[email protected]>
    jfontan committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    83321a8 View commit details
    Browse the repository at this point in the history
  2. Store index names in posix format

    Now the index header names are written in posix format and sanitized
    with ToSafePath. Also Find an Glob convert input paths with it.
    
    This change makes interoperation between Windows and Linux possible.
    
    Signed-off-by: Javi Fontan <[email protected]>
    jfontan committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    adc5826 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Change spec to specify index entry name format

    Signed-off-by: Javi Fontan <[email protected]>
    jfontan committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    4670656 View commit details
    Browse the repository at this point in the history