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

Programs to "sort" and compare IFEX content #122

Merged
merged 1 commit into from
Jun 18, 2024

Commits on May 31, 2024

  1. Programs to "sort" and compare IFEX content

    stable_sort_ifex defines a known order of keys so that IFEX files can be
    reliably compared.  It is a module but can also be run as a standalone
    script.
    
    The diff_ifex.py script will print the diff between two files, after
    normalizing the order of the content using the stable_sort_ifex module.
    It can also be used with an external diff program.
    
    Signed-off-by: Gunnar Andersson <gunnar_dev@[email protected]>
    Gunnar Andersson authored and gunnar-mb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    70ece2a View commit details
    Browse the repository at this point in the history