Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@amtoine amtoine released this 12 Apr 16:45
· 4 commits to main since this release
0.8.0
b0d7195

With Nushell 0.92 comes a new release of NGM: version 0.8.0 馃コ

fix a prompt bug when outside of a Git repo

PR: #192

previously, going into a non-repo directory would print the following error before every prompt...

fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Full Changelog

  • 9dfcc83 make sure Git does not give an error in the prompt (#192)