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

Commit only tracked files in tracked filter view #4386

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

parthokunda
Copy link

@parthokunda parthokunda commented Mar 10, 2025

  • Cheatsheets are up-to-date (run go generate ./...)
  • Code has been formatted (see here)
  • Tests have been added/updated (see here for the integration test guide)
  • Text is internationalised (see here)
  • If a new UserConfig entry was added, make sure it can be hot-reloaded (see here)
  • Docs have been updated if necessary
  • You've read through your own file changes for silly mistakes etc

@parthokunda parthokunda force-pushed the dev/partho/tracked-filter-add branch from 1b7a474 to 5792e69 Compare March 11, 2025 18:25
@parthokunda parthokunda force-pushed the dev/partho/tracked-filter-add branch from 5792e69 to 47e9310 Compare March 11, 2025 18:25
@parthokunda
Copy link
Author

All staged (even untracked) files are shown in tracked filter view. I have not written any test for this part. Do you think I should write one?

@parthokunda parthokunda marked this pull request as ready for review March 11, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When hiding untracked files, adding a folder adds also untracked files (git add instead of git add -u)
1 participant