You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pretty hacky solution and I would rather directly interface with libgit2.
I don't have the time to work on this right now so I am marking as "help wanted" and in the next release I will include a warning if the locale is not English. As stated in the README Gex is primarily a personal project, but that being said I do very much want to support non-English locales.
Hey really enjoy using gex, but I noticed that since I started using an
external diff tool, gex would just show the whole file in the status
view, instead of the lines that changed.
Since I am okay with using the standard diff in gex but want to use a
different diff view on the cli I thought it would be a good idea to
disable external diffing tools in gex with the `--no-ext-diff` flag from
git.
This is obviously pretty hacky but judging from #13 it seems like you
want to transition to [libgit2](https://github.com/rust-lang/git2-rs)
eventually anyway, so I thought this would be appropriate for now.
Uh oh!
There was an error while loading. Please reload this page.
In general Gex may run into issues when the locale is not English as it often directly parses the output from git.
In particular changes to the working tree are not shown as we are looking for the lines "Untracked files:" and "Changes not staged for commit:"
gex/src/status.rs
Line 317 in 71d455f
gex/src/status.rs
Line 349 in 71d455f
This is a pretty hacky solution and I would rather directly interface with libgit2.
I don't have the time to work on this right now so I am marking as "help wanted" and in the next release I will include a warning if the locale is not English. As stated in the README Gex is primarily a personal project, but that being said I do very much want to support non-English locales.
TODO:
Originally discovered in #7
The text was updated successfully, but these errors were encountered: