summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ignore unexported git archivalsRonny Pfannschmidt2022-07-101-3/+6
* fix #738: protect relative_to of Configuration.from_fileRonny Pfannschmidt2022-07-011-2/+9
* bugfix wrong condition in relative_to override and fix testsRonny Pfannschmidt2022-06-281-1/+2
* cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-286-67/+121
* fix #727: correctly handle incomplete archivals from setuptools_scm_git_archivalRonny Pfannschmidt2022-06-261-2/+7
* Merge pull request #731 from RonnyPfannschmidt/cli-setup-root-optionRonny Pfannschmidt2022-06-262-15/+41
|\
| * fix #691 - support root in pyproject.toml even for cliRonny Pfannschmidt2022-06-262-15/+41
* | fix #728: remove git arguments that triggered wrong branch namesRonny Pfannschmidt2022-06-251-2/+2
|/
* Improve debug logging (indent and commands can be copy/pasted)paugier2022-06-242-11/+17
* Clean environnent variables to avoid an incompatibility between pip isolated ...paugier2022-06-241-1/+22
* Improve debug logpaugier2022-06-241-7/+12
* changelogRonny Pfannschmidt2022-06-221-2/+0
* opt out of pyproject.toml for self-bootstrapRonny Pfannschmidt2022-06-223-2/+12
* fixup: add missed typing import guardRonny Pfannschmidt2022-06-221-1/+4
* minimize bootstrap - fixes #722 and #723Ronny Pfannschmidt2022-06-2212-28/+58
* merge with mainlineRonny Pfannschmidt2022-06-2121-530/+789
|\
| * FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-213-25/+25
| * use typing.Type for python3.7Ronny Pfannschmidt2022-05-291-1/+2
| * restore python3.7 supportRonny Pfannschmidt2022-05-292-8/+4
| * add importlib_metadata for mypy pre-commit hookRonny Pfannschmidt2022-05-291-1/+1
| * reviews part 2Ronny Pfannschmidt2022-05-293-61/+60
| * Bump minimal python to 3.7Ronny Pfannschmidt2022-05-2920-159/+158
| * complete mypy transformationRonny Pfannschmidt2022-05-2919-445/+670
| * typing fixed in face of ongoing python 3.6 supportRonny Pfannschmidt2022-05-293-13/+16
| * Prepare git archival style testingRonny Pfannschmidt2022-05-292-0/+36
* | 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
|/