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

Show all untracked files instead of just the directory #722

Merged
merged 11 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    e7341fa View commit details
    Browse the repository at this point in the history
  2. Commit messages should be nil, as that is handled when rendering.

    When updating unpulled entries, we can be certain the items table
    exists, since that is created in the status update function, or it was
    just never cleared. Ensure the table is cleared by default.
    CKolkey committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    83556d0 View commit details
    Browse the repository at this point in the history
  3. Bugfix: Ensure head and upstream are cleared completely when updating.

    Fixes issue where upstream would persist in state when creating a new
    branch.
    CKolkey committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    05a4499 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7811cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e0a9b9 View commit details
    Browse the repository at this point in the history
  6. Based on the man page for git-status, there is no mode "F". so... the

    conditional makes no sense, Hopefully this doesn't bit me in the butt.
    CKolkey committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    76829ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bf37b9 View commit details
    Browse the repository at this point in the history
  8. lint

    CKolkey committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b8f5459 View commit details
    Browse the repository at this point in the history
  9. Fix unpushed section

    CKolkey committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e74f522 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    602c22a View commit details
    Browse the repository at this point in the history
  2. Formatting

    CKolkey committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    62f4f91 View commit details
    Browse the repository at this point in the history