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

Add nerd icons to gitstatus patch #1220

Merged
merged 1 commit into from
Nov 6, 2021
Merged

Add nerd icons to gitstatus patch #1220

merged 1 commit into from
Nov 6, 2021

Conversation

luukvbaal
Copy link
Collaborator

Changes:

  • gitstatus nerd icons when built with O_NERD=1
  • use git status flag --norenames as this detection is not working when providing pathspec (which we do to improve performance when not showing hidden files) and does not work at all anyways when renaming with nnn (on my system). Git only detects the rename when I use git mv so not worth checking for renames imo.
  • logic for the non NERD case is probably less efficient now but should be insignificant and I don't see the need to differentiate/maintain both cases.

@jarun jarun merged commit f854b3c into jarun:master Nov 6, 2021
@jarun
Copy link
Owner

jarun commented Nov 6, 2021

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants