8 Commits

Author SHA1 Message Date
Sébastien d'Herbais de Thun
561ff979d5
Add instrumentation (Part 1) (#761) 2023-04-23 14:33:56 +02:00
figsoda
1c324765e9
Add shell completions and man pages (#582) 2023-04-06 20:14:01 +02:00
Laurenz
b3faef4b80 Bump version 2023-04-05 01:41:15 +02:00
figsoda
e70ec5f3c0
Don't let the build script overwrite TYPST_VERSION (#154) 2023-03-25 15:38:34 +01:00
figsoda
ec3f7004ca
Fix index out of bounds error in build script (#173) 2023-03-24 09:22:48 +01:00
Felix Obenhuber
26f4321a5e
Fix build if not on a git checkout (#119)
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.
2023-03-22 09:02:16 +01:00
Laurenz
a6b63b96f9 Fail gracefully if git does not exist 2023-03-21 23:39:40 +01:00
Laurenz
b48b0d650c Release action 2023-03-21 01:48:40 +01:00