Commit 537437d
committed
versioneer 0.20 regression fixed
Versioneer 0.20 added escape character to the match option of git
describe
```
(base) C:\Users\opavlyk\devel\dpctl>git describe --tags --dirty --always --long --match "\*"
3bd37749
(base) C:\Users\opavlyk\devel\dpctl>git describe --tags --dirty --always --long --match "\\*"
3bd37749
(base) C:\Users\opavlyk\devel\dpctl>git describe --tags --dirty --always --long --match "*"
0.12.0dev3-33-g3bd37749
```1 parent 335fb23 commit 537437d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1165 | 1165 | | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | | - | |
| 1168 | + | |
1169 | 1169 | | |
1170 | 1170 | | |
1171 | 1171 | | |
| |||
0 commit comments