Merge pull request #6064 from dhalbert/7.2.x-tools-describe-long
use --long for describe in setup.py-stubs
This commit is contained in:
commit
b3f06688d3
@ -43,7 +43,7 @@ setup(
|
||||
"root": "..",
|
||||
"relative_to": __file__,
|
||||
"local_scheme": local_scheme,
|
||||
"git_describe_command": "tools/describe",
|
||||
"git_describe_command": "tools/describe --long",
|
||||
},
|
||||
zip_safe=False,
|
||||
)
|
||||
|
@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
git describe --first-parent --dirty --tags --always --match "[1-9].*"
|
||||
# Add any supplied arguments.
|
||||
git describe --first-parent --dirty --tags --always --match "[1-9].*" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user