summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* no-local-version scheme and improved documentationcon-f-use2020-02-071-0/+4
* Close subprocess files descriptorTheTripleV2020-01-251-0/+1
* terminate process to cleanupgesslerpd2020-01-201-3/+3
* Fix #399gesslerpd2020-01-201-2/+2
* Merge pull request #396 from pypa/revert-346-first-parentRonny Pfannschmidt2020-01-191-1/+1
|\
| * Revert "git: DEFAULT_DESCRIBE: add --first-parent"revert-346-first-parentRonny Pfannschmidt2020-01-191-1/+1
* | fix #395: correctly transfer tag regex in the Configuration constructorfix-395-pass-in-tag-regexRonny Pfannschmidt2020-01-191-1/+1
|/
* Merge pull request #377 from pypa/fix-374Ronny Pfannschmidt2020-01-183-46/+49
|\
| * unify configruation initialization and configuration defaultsfix-374Ronny Pfannschmidt2019-11-283-47/+41
| * fix #374 - initialize configuration for toml integrationRonny Pfannschmidt2019-11-281-4/+13
* | fix #381 - clean out env vars from the git hook systemRonny Pfannschmidt2019-12-131-2/+23
|/
* update pre-commit setup to modern practices and ensure flake8 is in line as w...Ronny Pfannschmidt2019-11-254-16/+19
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-244-15/+20
* Avoid file-not-found errors when pyproject.toml isn't presentJason R. Coombs2019-11-241-0/+2
* setuptools_scm is disabled by defaultJason R. Coombs2019-11-241-0/+1
* Fade to blackJason R. Coombs2019-11-241-3/+3
* Move section to `tool:` namespaceJason R. Coombs2019-11-231-1/+1
* Illustrate how reading the config from a file might operate.feature/declarative-configJason R. Coombs2019-10-211-2/+6
* Illustrate how setuptools_scm could adapt to a 'setuptools.finalize_distribut...Jason R. Coombs2019-10-183-5/+28
* git: DEFAULT_DESCRIBE: add --first-parentDaniel Hahler2019-07-181-1/+1
* trigger subprocess cleanup in case git archive interpretation went wrongRonny Pfannschmidt2019-05-261-11/+15
* fix #335 - use signature and add py38 to the matrixRonny Pfannschmidt2019-05-111-1/+2
* Fix styling.Ionel Cristian Mărieș2019-05-101-1/+3
* Don't pass entrypoing name around anymore and allow passing fallback_root to ...Ionel Cristian Mărieș2019-05-102-12/+17
* Use a different root for fallbacks. Remove old hack that merely checked entry...Ionel Cristian Mărieș2019-05-103-16/+16
* Allow setting a fallback version in case everything else fails.Antony Lee2019-03-033-0/+9
* Add option git_describe_commandLuciano Bello2018-10-283-1/+7
* fix pre-commit issuesRonny Pfannschmidt2018-10-271-2/+4
* pass trough config everywhereRonny Pfannschmidt2018-08-084-22/+32
* remove extras from ScmVersion reprRonny Pfannschmidt2018-08-081-2/+1
* add missing config arg to hacks hooksRonny Pfannschmidt2018-08-081-2/+2
* repare changelog and begin warnings crackdownRonny Pfannschmidt2018-08-082-2/+12
* Merge pull request #299 from RonnyPfannschmidt/fix-298Ronny Pfannschmidt2018-08-081-7/+20
|\
| * finalize error handling for git file listingRonny Pfannschmidt2018-08-081-0/+1
| * turn the archive usage error into a logged exceptionRonny Pfannschmidt2018-08-081-7/+19
* | fix #297 - correct the invocation in version_from_scmRonny Pfannschmidt2018-08-081-1/+7
|/
* fix #292 - support for uppercase leading v character in tag version extractio...Ronny Pfannschmidt2018-07-301-1/+1
* introduce travis jobs and configure egg builds them (#288)v3.0.3Ronny Pfannschmidt2018-07-242-1/+4
* fix #286 - return a list from tags_to_versionsRonny Pfannschmidt2018-07-241-13/+24
* fix #284 - allow dashes in default tag prefixes againRonny Pfannschmidt2018-07-232-19/+29
* fix #281 - reorder arguments to allow prior calls to workRonny Pfannschmidt2018-07-231-2/+11
* Merge pull request #276 from punkadiddle/masterRonny Pfannschmidt2018-07-176-63/+221
|\
| * tags_to_version loops reduced to map functionpunkadiddle2018-07-101-6/+1
| * removed string formattingpunkadiddle2018-07-101-1/+1
| * compatibility fixes for apipunkadiddle2018-07-101-1/+1
| * check custom parse function for availability of config argumentpunkadiddle2018-07-101-7/+10
| * working draft using configuration instance classpunkadiddle2018-07-096-105/+169
| * assertion replaced by warningpunkadiddle2018-06-301-4/+9
| * warnings on version extractionpunkadiddle2018-06-301-0/+4
| * debug output extendedpunkadiddle2018-06-301-1/+1