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

Mark untracked as dirty; fix dirty marker when no HEAD ref #286

Merged
merged 5 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    befd081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833a395 View commit details
    Browse the repository at this point in the history
  3. Fix dirty marker when HEAD is not present.

    This now passes the git dirty prompt tests.
    spthm authored and edouard-lopez committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9c67d05 View commit details
    Browse the repository at this point in the history
  4. Fix git dirty tests

    These tests run in sequence in the same directory, they are not
    isolated. Tests need to take account of changes to the directory state
    made by previous tests.
    spthm authored and edouard-lopez committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    33741ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddc3a44 View commit details
    Browse the repository at this point in the history