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

Install: Add uncommitted changes check #733

Merged

Commits on May 23, 2024

  1. Install: Add uncommitted changes check

    **Why?**
    
    In case one were to checkout a tagged release, then make changes, ADF will
    receive the tagged release number. Instead of tracking the change that was
    made in the release number as well.
    
    By preventing these uncommitted changes, it makes it easier to detect what
    code is running in a specific version of ADF. So in case someone were to report
    an issue we can assume the number indicates which version of the code failed.
    
    **What?**
    
    * Added check for uncommitted changes, these include files that are tracked
      by the git repository.
    * Added check for newly created files, these would not be tracked by git yet.
    sbkok authored and StewartW committed May 23, 2024
    Configuration menu
    Copy the full SHA
    257a35c View commit details
    Browse the repository at this point in the history