We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a363944 + 645dcd8 commit 4c77be1Copy full SHA for 4c77be1
src/setuptools_scm/git.py
@@ -12,7 +12,7 @@
12
from .win_py31_compat import samefile
13
14
15
-DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *.* --first-parent"
+DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *.*"
16
17
18
class GitWorkdir(object):
0 commit comments