index
:
delta/python-packages/setuptools-scm.git
RonnyPfannschmidt-doc-file-finder
RonnyPfannschmidt-patch-1
RonnyPfannschmidt-patch-hg-flake8
RonnyPfannschmidt-patch-pin-pytest
bugfix/303-tag_regex
bugfix/427-utc-mismatch
bugfix/436-realpath-everywhere
bugfix/448-pyproject-remove-jaraco.windows
bugfix/449-disallow-the-nondot
bugfix/workflow
docs/tidelift
drop-samefile
drop-travis
examples-for-setuptools
feature/build-require-self
feature/declarative-config
fix-312-document-enterprise-distros
fix-374
fix-395-pass-in-tag-regex
fix-pip-wheel
fix-py38
hotfix/issue-179
infra/release-prep
main
master
other
pre-commit-ci-update-config
prepare-breakages
release-prep
revert-346-first-parent
ronny/try-oidc
simple-samefile
workflows
github.com: pypa/setuptools_scm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setuptools_scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use backport of samefile from jaraco.windows to support samefile on Windows o...
simple-samefile
Jason R. Coombs
2017-12-29
2
-1
/
+221
*
Simply use samefile to compare if two paths refer to the same path. Ref #174.
Jason R. Coombs
2017-12-25
2
-60
/
+3
*
fix flake8 issues
RonnyPfannschmidt-patch-hg-flake8
Ronny Pfannschmidt
2017-11-14
1
-4
/
+4
*
Refactor to detect for callability instead of string types, letting the duck ...
hotfix/issue-179
Jason R. Coombs
2017-09-03
1
-5
/
+6
*
move _normalized function to utils
Cosimo Lupo
2017-06-20
2
-10
/
+9
*
git: on windows, resolve short paths using GetLongPathNameW
Cosimo Lupo
2017-06-19
2
-3
/
+57
*
actually pass along preformatted
Ronny Pfannschmidt
2017-04-08
1
-1
/
+1
*
switch an assert for a trace
Ronny Pfannschmidt
2017-04-08
1
-1
/
+2
*
fix spelling of preformatted
Ronny Pfannschmidt
2017-04-08
1
-7
/
+8
*
add forgotten attribute that i missed thanks to local state
Ronny Pfannschmidt
2017-04-08
1
-0
/
+1
*
try to fix #167 by introducing a preformated flag
Ronny Pfannschmidt
2017-04-08
2
-3
/
+12
*
rectify flake8 issues
Ronny Pfannschmidt
2017-04-08
1
-1
/
+3
*
iterate multiple entrypoints when looking for versions
Ronny Pfannschmidt
2017-04-08
3
-10
/
+11
*
Merge pull request #163 from RonnyPfannschmidt/fix-150
v1.15.3
Ronny Pfannschmidt
2017-04-07
1
-0
/
+5
|
\
|
*
strip local components off tags, fixes #150
Ronny Pfannschmidt
2017-04-07
1
-0
/
+5
*
|
Use per-SCM node prefix letters instead of the general "n"
Sebastian Schuberth
2017-03-04
2
-4
/
+7
*
|
Fix the node for Git to be prefixed with 'g' also in the fallback
Sebastian Schuberth
2017-02-24
1
-1
/
+1
*
|
Prefer to only use 'git describe' for all required info
Sebastian Schuberth
2017-02-24
1
-6
/
+16
|
/
*
fix #138 - add support for the pip-egg-info folder
Ronny Pfannschmidt
2017-02-07
4
-2
/
+17
*
fix issue #128: return None from missmatched parse calls
Ronny Pfannschmidt
2016-11-20
2
-1
/
+6
*
Strip any local part of the tag from the version when guessing the next versi...
Jason R. Coombs
2016-10-26
1
-1
/
+6
*
Extract functions for each bump technique.
Jason R. Coombs
2016-10-26
1
-7
/
+16
*
Calculate the suffix in one place.
Jason R. Coombs
2016-10-26
1
-2
/
+3
*
address #93 - experimental tools for interacting with git shallow clones
Ronny Pfannschmidt
2016-10-20
1
-4
/
+36
*
fix #81 - fail more nice if git/hg is not availiable
Ronny Pfannschmidt
2016-10-20
3
-7
/
+30
*
use tag's repr() in string format
Petre Mierlutiu
2016-10-16
1
-2
/
+2
*
use --template instead of -T, the latter was added in mercurial 3.0
Petre Mierlutiu
2016-10-16
1
-1
/
+1
*
fix mercurial for several tags on changeset and distance only consisting of t...
Petre Mierlutiu
2016-10-14
1
-6
/
+13
*
fix oversight - when git node is None, distance should be 0
Ronny Pfannschmidt
2016-10-13
1
-1
/
+1
*
ignore untracked files in worktree, fixes #109
Ronny Pfannschmidt
2016-10-13
1
-1
/
+1
*
fix #107 - dont use node if it is none
Ronny Pfannschmidt
2016-10-12
1
-1
/
+1
*
flake8 cleanup
Ronny Pfannschmidt
2016-10-11
1
-1
/
+1
*
clean up and restructure git workdir handling and status
Ronny Pfannschmidt
2016-10-11
2
-29
/
+54
*
fix issue #86 - detect dirty git workdir without tags
Ronny Pfannschmidt
2016-10-10
1
-1
/
+7
*
add code comments for comprehending backward compatibility code
Ronny Pfannschmidt
2016-10-05
1
-0
/
+4
*
troughly pass all versions trough parsed versions
Ronny Pfannschmidt
2016-10-05
2
-11
/
+17
*
fix issue #103 - reorder version dumping
Ronny Pfannschmidt
2016-10-05
1
-10
/
+13
*
properly write version file even if in pretend mode
Antoine Beaupré
2016-10-05
1
-5
/
+5
*
allow HGRCPATH env var - potentially fixes #97
Ronny Pfannschmidt
2016-08-29
1
-2
/
+0
*
fix #89: windows path comparison bug
Te-jé Rodgers
2016-06-12
1
-2
/
+3
*
fix bug when using callable version_scheme
Esben Haabendal
2016-04-06
1
-2
/
+2
*
Improve error message, third take
Markus Unterwaditzer
2016-03-14
1
-3
/
+5
*
Update comment for previous change
Brian May
2016-01-17
1
-0
/
+1
*
Ensure we call tag_to_version
Brian May
2016-01-14
1
-1
/
+1
*
fix issue #72 - handle hg pre commit merge states
v1.10.1
Ronny Pfannschmidt
2015-12-10
1
-2
/
+4
*
whitespace fixes
Ronny Pfannschmidt
2015-12-07
1
-3
/
+2
*
introduce parse_scm_fallback concept and fix parse hooks
Ronny Pfannschmidt
2015-12-07
1
-12
/
+31
*
coding and documentation style cleanups
Ronny Pfannschmidt
2015-12-07
1
-4
/
+5
*
introduce scm parser overriding fixes #70 and #71
Ronny Pfannschmidt
2015-12-06
1
-1
/
+2
*
support enforcing version numbers via the env
Ronny Pfannschmidt
2015-12-01
1
-0
/
+6
[next]