jbweston / miniver

Like Versioneer, but smaller
Creative Commons Zero v1.0 Universal
53 stars 10 forks source link

Use a single call to git to find if it is dirty #54

Open hmaarrfk opened 2 years ago

hmaarrfk commented 2 years ago

This option seems to be available since at least 2018 https://git-scm.com/docs/git-describe/2.19.2

While this is a nit, calling subprocess is rather slow.

Honestly, I only went through this process when I realized that my CLI applications were very slow because I was still using versioneer for a project.

miniver: 10 ms, versioneer was close to 500....