summaryrefslogtreecommitdiff
path: root/setuptools_scm/git.py
Commit message (Expand)AuthorAgeFilesLines
* Use backport of samefile from jaraco.windows to support samefile on Windows o...simple-samefileJason R. Coombs2017-12-291-1/+7
* Simply use samefile to compare if two paths refer to the same path. Ref #174.Jason R. Coombs2017-12-251-3/+3
* move _normalized function to utilsCosimo Lupo2017-06-201-10/+2
* git: on windows, resolve short paths using GetLongPathNameWCosimo Lupo2017-06-191-0/+4
* Fix the node for Git to be prefixed with 'g' also in the fallbackSebastian Schuberth2017-02-241-1/+1
* Prefer to only use 'git describe' for all required infoSebastian Schuberth2017-02-241-6/+16
* fix issue #128: return None from missmatched parse callsRonny Pfannschmidt2016-11-201-1/+4
* address #93 - experimental tools for interacting with git shallow clonesRonny Pfannschmidt2016-10-201-4/+36
* fix #81 - fail more nice if git/hg is not availiableRonny Pfannschmidt2016-10-201-1/+3
* fix oversight - when git node is None, distance should be 0Ronny Pfannschmidt2016-10-131-1/+1
* ignore untracked files in worktree, fixes #109Ronny Pfannschmidt2016-10-131-1/+1
* flake8 cleanupRonny Pfannschmidt2016-10-111-1/+1
* clean up and restructure git workdir handling and statusRonny Pfannschmidt2016-10-111-27/+50
* fix issue #86 - detect dirty git workdir without tagsRonny Pfannschmidt2016-10-101-1/+7
* fix #89: windows path comparison bugTe-jé Rodgers2016-06-121-2/+3
* coding and documentation style cleanupsRonny Pfannschmidt2015-12-071-4/+5
* minor flake8 cleanupRonny Pfannschmidt2015-11-291-1/+1
* address #63 - change the tag matching patternRonny Pfannschmidt2015-11-291-1/+1
* fix issue #63 by passing a match parameter to git describeRonny Pfannschmidt2015-11-291-2/+4
* restructure root finding, fixes #43 and #45Ronny Pfannschmidt2015-09-171-1/+7
* fix various minor issues with versin numberingRonny Pfannschmidt2015-02-211-5/+4
* pluggable versioning schemesRonny Pfannschmidt2015-02-211-4/+5
* create a package, return to self-use, split moduleRonny Pfannschmidt2015-02-171-0/+30