summaryrefslogtreecommitdiff
path: root/setuptools_scm
Commit message (Expand)AuthorAgeFilesLines
* Use backport of samefile from jaraco.windows to support samefile on Windows o...simple-samefileJason R. Coombs2017-12-292-1/+221
* Simply use samefile to compare if two paths refer to the same path. Ref #174.Jason R. Coombs2017-12-252-60/+3
* fix flake8 issuesRonnyPfannschmidt-patch-hg-flake8Ronny Pfannschmidt2017-11-141-4/+4
* Refactor to detect for callability instead of string types, letting the duck ...hotfix/issue-179Jason R. Coombs2017-09-031-5/+6
* move _normalized function to utilsCosimo Lupo2017-06-202-10/+9
* git: on windows, resolve short paths using GetLongPathNameWCosimo Lupo2017-06-192-3/+57
* actually pass along preformattedRonny Pfannschmidt2017-04-081-1/+1
* switch an assert for a traceRonny Pfannschmidt2017-04-081-1/+2
* fix spelling of preformattedRonny Pfannschmidt2017-04-081-7/+8
* add forgotten attribute that i missed thanks to local stateRonny Pfannschmidt2017-04-081-0/+1
* try to fix #167 by introducing a preformated flagRonny Pfannschmidt2017-04-082-3/+12
* rectify flake8 issuesRonny Pfannschmidt2017-04-081-1/+3
* iterate multiple entrypoints when looking for versionsRonny Pfannschmidt2017-04-083-10/+11
* Merge pull request #163 from RonnyPfannschmidt/fix-150v1.15.3Ronny Pfannschmidt2017-04-071-0/+5
|\
| * strip local components off tags, fixes #150Ronny Pfannschmidt2017-04-071-0/+5
* | Use per-SCM node prefix letters instead of the general "n"Sebastian Schuberth2017-03-042-4/+7
* | 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 #138 - add support for the pip-egg-info folderRonny Pfannschmidt2017-02-074-2/+17
* fix issue #128: return None from missmatched parse callsRonny Pfannschmidt2016-11-202-1/+6
* Strip any local part of the tag from the version when guessing the next versi...Jason R. Coombs2016-10-261-1/+6
* Extract functions for each bump technique.Jason R. Coombs2016-10-261-7/+16
* Calculate the suffix in one place.Jason R. Coombs2016-10-261-2/+3
* 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-203-7/+30
* use tag's repr() in string formatPetre Mierlutiu2016-10-161-2/+2
* use --template instead of -T, the latter was added in mercurial 3.0Petre Mierlutiu2016-10-161-1/+1
* fix mercurial for several tags on changeset and distance only consisting of t...Petre Mierlutiu2016-10-141-6/+13
* 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
* fix #107 - dont use node if it is noneRonny Pfannschmidt2016-10-121-1/+1
* flake8 cleanupRonny Pfannschmidt2016-10-111-1/+1
* clean up and restructure git workdir handling and statusRonny Pfannschmidt2016-10-112-29/+54
* fix issue #86 - detect dirty git workdir without tagsRonny Pfannschmidt2016-10-101-1/+7
* add code comments for comprehending backward compatibility codeRonny Pfannschmidt2016-10-051-0/+4
* troughly pass all versions trough parsed versionsRonny Pfannschmidt2016-10-052-11/+17
* fix issue #103 - reorder version dumpingRonny Pfannschmidt2016-10-051-10/+13
* properly write version file even if in pretend modeAntoine Beaupré2016-10-051-5/+5
* allow HGRCPATH env var - potentially fixes #97Ronny Pfannschmidt2016-08-291-2/+0
* fix #89: windows path comparison bugTe-jé Rodgers2016-06-121-2/+3
* fix bug when using callable version_schemeEsben Haabendal2016-04-061-2/+2
* Improve error message, third takeMarkus Unterwaditzer2016-03-141-3/+5
* Update comment for previous changeBrian May2016-01-171-0/+1
* Ensure we call tag_to_versionBrian May2016-01-141-1/+1
* fix issue #72 - handle hg pre commit merge statesv1.10.1Ronny Pfannschmidt2015-12-101-2/+4
* whitespace fixesRonny Pfannschmidt2015-12-071-3/+2
* introduce parse_scm_fallback concept and fix parse hooksRonny Pfannschmidt2015-12-071-12/+31
* coding and documentation style cleanupsRonny Pfannschmidt2015-12-071-4/+5
* introduce scm parser overriding fixes #70 and #71Ronny Pfannschmidt2015-12-061-1/+2
* support enforcing version numbers via the envRonny Pfannschmidt2015-12-011-0/+6