summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Review commentsChris Burr2022-04-261-26/+14
* | Use --git-dir to avoid issues with CVE-2022-24765 mitigationChris Burr2022-04-251-10/+31
|/
* Merge pull request #681 from puxlit/bugfix/#548-suppress-gpg-signature-when-g...Ronny Pfannschmidt2022-02-162-3/+8
|\
| * Merge branch 'bugfix/#548-add-test-case' into bugfix/#548-suppress-gpg-signat...Xiao Di Guan2022-02-101-2/+5
| |\
| | * Make implicit `"help"` program argument overridable in `has_command`Xiao Di Guan2022-02-081-2/+5
| * | Reformat with BlackXiao Di Guan2022-02-071-1/+3
| * | Suppress GPG signature when getting HEAD committer date (#548)Xiao Di Guan2022-02-071-1/+1
| |/
* | Merge pull request #675 from couling/patch-1Ronny Pfannschmidt2022-02-161-0/+1
|\ \
| * | Update integration.pyPhilip Couling2022-01-281-0/+1
| |/
* | fix: empty environment variable breaks versioningHenry Schreiner2022-02-141-1/+1
|/
* fix #671: hide NoReturn from very old python 3.6Ronny Pfannschmidt2022-01-191-2/+6
* fix #669: restore old get_version signatureRonny Pfannschmidt2022-01-181-3/+19
* Use timezone aware datetimeAnderson Bravalheri2022-01-171-4/+5
* Use UTC everywhere when date is neededAnderson Bravalheri2022-01-171-5/+7
* numerous type fixes and initial guess no dev handlingRonny Pfannschmidt2022-01-1310-84/+182
* bugfix: handle errors in pyproject for cli command findingRonny Pfannschmidt2022-01-111-4/+6
* add --strip-dev flag to commandRonny Pfannschmidt2022-01-112-7/+20
* Merge pull request #644 from tapetersen/mainRonny Pfannschmidt2022-01-111-1/+12
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-01-031-1/+9
| * Warn for shell expansion of DEFAULT_DESCRIBE.Tobias Petersen2022-01-031-1/+4
| * Escape glob pattern in git describe to avoid shell expansion.Tobias Petersen2021-10-211-1/+1
* | Merge pull request #646 from abravalheri/improve-mainRonny Pfannschmidt2021-12-291-5/+58
|\ \
| * | Add options to better control CLI commandAnderson Bravalheri2021-10-301-9/+54
| * | Consider configuration when running `__main__`Anderson Bravalheri2021-10-301-2/+10
| |/
* | Fix typosKian-Meng, Ang2021-12-092-2/+2
|/
* move private entrypoint helpers to singular moduleRonny Pfannschmidt2021-09-263-45/+61
* extract pretend-version and move itRonny Pfannschmidt2021-09-263-20/+46
* move version tuple creation into helper module + enure it works for legacy ve...Ronny Pfannschmidt2021-09-262-19/+32
* ensure write_to will not error out on invalid PRETEND_VERSIONRonny Pfannschmidt2021-09-261-6/+13
* Fix TypeError with setuptools_scm_git_archiveWilliam Taylor2021-09-051-1/+1
* restore support of old setuptools/pip while warningRonny Pfannschmidt2021-09-026-74/+110
* Update src/setuptools_scm/integration.pyRonny Pfannschmidt2021-08-291-1/+0
* Apply suggestions from code reviewRonny Pfannschmidt2021-08-291-2/+2
* combined preparation for the 7.0.0 release and a regression resolutionRonny Pfannschmidt2021-08-294-18/+37
* ensure python 3.10 supportRonny Pfannschmidt2021-08-271-1/+5
* fixup: use ConfigParser as indicated by the deprecationRonny Pfannschmidt2021-08-271-1/+1
* fix #597: harden and expand support for figuring the distribution nameRonny Pfannschmidt2021-08-271-3/+17
* fix #606: re-integrate and hardne toml parsingRonny Pfannschmidt2021-08-272-19/+35
* fix #593: allow calver-by-date on top of legacy versionRonny Pfannschmidt2021-08-261-6/+12
* fix #587 - stop file finding on missing commitsRonny Pfannschmidt2021-08-262-13/+22
* begin mypy usage - addresses part of #501Ronny Pfannschmidt2021-08-073-8/+9
* apply reorder-python-importsRonny Pfannschmidt2021-08-0713-24/+51
* split hg_git support to better invoke the helpersRonny Pfannschmidt2021-08-074-17/+15
* Adding search_parent_directories to recursively search parent directory for g...Tom de Geus2021-08-074-13/+107
* Merge pull request #532 from paugier/hg-gitRonny Pfannschmidt2021-07-134-154/+328
|\
| * Merge main branch into hg-git branchpaugier2021-07-067-35/+129
| |\
| * | hg-git: test like git + fixespaugier2021-03-231-2/+7
| * | hg-git: fix 2 corner casespaugier2021-03-232-9/+28
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-03-182-3/+3
| * | Match in hg-git describe + addre TODOspaugier2021-03-183-3/+18