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 Git “typechange” in git_status #4840

Closed
adamchainz opened this issue Jan 20, 2023 · 0 comments · Fixed by #4829
Closed

Show Git “typechange” in git_status #4840

adamchainz opened this issue Jan 20, 2023 · 0 comments · Fixed by #4829
Labels
✨ enhancement A new feature implementation.

Comments

@adamchainz
Copy link

Feature Request

Is your feature request related to a problem? Please describe.

I changed a file from a file to a symlink.

git status shows:

On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
        typechange: HISTORY.rst

no changes added to commit

But this is not picked up in the symbols git_status shows in the Starship prompt.

Describe the solution you'd like

A new style to indicate type changes. Suggested default symbol: ¡ (inverted exclamation mark) - it's like modified, but a lil' different.

Describe alternatives you've considered

Could also just count as “modified”.

@adamchainz adamchainz added the ✨ enhancement A new feature implementation. label Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement A new feature implementation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant