summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/git.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: introduce a own CompletedProcess subclass with parse_success methodRonny Pfannschmidt2023-04-051-18/+20
* git cleanup: replace search_parents with walk_potential_rootsRonny Pfannschmidt2023-04-031-30/+8
* breaking: unify version.distance to intRonny Pfannschmidt2023-04-031-12/+9
* introduce a parse_success helper to parse command outputRonny Pfannschmidt2023-03-291-34/+55
* make scmworkdir.path always a PathRonny Pfannschmidt2023-03-291-9/+8
* remove the utils moduleRonny Pfannschmidt2023-03-291-2/+2
* breaking: purge do/do_exRonny Pfannschmidt2023-03-291-69/+80
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-8/+8
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-1/+1
* pre-commit updatesRonny Pfannschmidt2023-02-121-1/+0
* correct git workdir passover and setuptools double call inRonny Pfannschmidt2023-01-311-15/+12
* private configruation moduleRonny Pfannschmidt2023-01-311-2/+4
* introduce config overriesRonny Pfannschmidt2023-01-181-3/+7
* drop unnecessary type-checking guardsRonny Pfannschmidt2023-01-181-6/+2
* remove the legacy version parser apiRonny Pfannschmidt2023-01-181-4/+2
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-10-141-1/+3
* Fix parsing .git_archival.txt for archives made from tagged commits.Darsey Litzenberger2022-10-141-3/+12
* ignore unexported git archivalsRonny Pfannschmidt2022-07-101-3/+6
* fix #727: correctly handle incomplete archivals from setuptools_scm_git_archivalRonny Pfannschmidt2022-06-261-2/+7
* fix #728: remove git arguments that triggered wrong branch namesRonny Pfannschmidt2022-06-251-2/+2
* minimize bootstrap - fixes #722 and #723Ronny Pfannschmidt2022-06-221-3/+5
* merge with mainlineRonny Pfannschmidt2022-06-211-27/+87
|\
| * FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-211-2/+2
| * Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-25/+20
| * complete mypy transformationRonny Pfannschmidt2022-05-291-27/+60
| * Prepare git archival style testingRonny Pfannschmidt2022-05-291-0/+32
* | Review commentsChris Burr2022-04-261-26/+14
* | Use --git-dir to avoid issues with CVE-2022-24765 mitigationChris Burr2022-04-251-10/+31
|/
* 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
* [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
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-4/+9
* split hg_git support to better invoke the helpersRonny Pfannschmidt2021-08-071-10/+6
* Adding search_parent_directories to recursively search parent directory for g...Tom de Geus2021-08-071-4/+50
* Match in hg-git describe + addre TODOspaugier2021-03-181-1/+0
* Refactoring git, hg and hg-gitpaugier2021-03-181-117/+8
* hg-git: fix corner case git commit not exportedpaugier2021-03-181-0/+6
* Fix broken git parserpaugier2021-03-181-2/+2
* More clean up git (buggy)paugier2021-03-171-31/+26
* Simplify git.parsepaugier2021-03-161-44/+26
* Support working on a Git repository with hg-gitpaugier2021-03-161-7/+112
* drop node_date on old gitRonny Pfannschmidt2021-03-171-0/+3
* style: run pre-commitHenry Schreiner2021-03-161-2/+2
* add node_date for gitRonny Pfannschmidt2021-03-121-3/+30
* drop support for old python/setuptoolsRonny Pfannschmidt2021-03-071-4/+1
* Use show prefix instead of show toplevel for finding (#520)Naveen M K2021-02-091-1/+12
* Merge branch 'master' into hbasria/masterRonny Pfannschmidt2020-12-111-5/+4
|\
| * [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-061-3/+2