-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
failed to decode in fish shell #78
Comments
Interesting. Does this only happen in fish in the same repository? It looks like for some reason when this goes to process the change codes (https://github.com/mroth/scmpuff/blob/master/commands/status/process.go#L305), it's seeing an invalid code. Normally these change codes are two bytes. It looks like in this case you are simply adding some new files, so we would expect to see Could you run |
|
Hmm same issue in bash, so I guess it's unrelated to the shell like you say. |
Ah, so it's when a file is added with the |
Fascinating! It's not documented as a possible status in the XY table for https://git-scm.com/docs/git-status (see "short format" section), but there are a few other undocumented things there too. What does a normal |
When adding a file with
|
Seems related to #53. |
Started using scmpuff in fish shell and it keeps failing to decode. Any ideas? Here is an example:
The text was updated successfully, but these errors were encountered: