| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #300
|
|
|
|
|
|
Fixes #386.
|
|
|
|
|
|
Fixes #334.
|
|
|
|
|
|
|
|
of TERM / NO_COLOR (#230)
|
|
Check the exit status of the `git` invocation before parsing the output.
If there's no `.git` the output may look like:
```
fatal: not a git repository (or any of the parent directories): .git
```
and the version shall be set to unknown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
|
|
|