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
/
testing
/
test_git.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: test cleanup - drop wd.version
Ronny Pfannschmidt
2023-04-10
1
-17
/
+17
*
refactor: introduce a own CompletedProcess subclass with parse_success method
Ronny Pfannschmidt
2023-04-05
1
-3
/
+2
*
breaking: unify version.distance to int
Ronny Pfannschmidt
2023-04-03
1
-4
/
+5
*
introduce a parse_success helper to parse command output
Ronny Pfannschmidt
2023-03-29
1
-1
/
+3
*
make scmworkdir.path always a Path
Ronny Pfannschmidt
2023-03-29
1
-4
/
+4
*
remove the utils module
Ronny Pfannschmidt
2023-03-29
1
-1
/
+1
*
breaking: purge do/do_ex
Ronny Pfannschmidt
2023-03-29
1
-3
/
+13
*
refactor/breaking: move file finders to private module
Ronny Pfannschmidt
2023-03-13
1
-6
/
+8
*
refactor: command running - migrate more code to it
Ronny Pfannschmidt
2023-03-11
1
-9
/
+9
*
pre-commit updates
Ronny Pfannschmidt
2023-02-12
1
-1
/
+1
*
correct git workdir passover and setuptools double call in
Ronny Pfannschmidt
2023-01-31
1
-12
/
+12
*
git tests: expect main as possible default branch
Ronny Pfannschmidt
2023-01-17
1
-1
/
+1
*
Fix parsing .git_archival.txt for archives made from tagged commits.
Darsey Litzenberger
2022-10-14
1
-0
/
+1
*
tests: Fix test_git_archhival_from_unfiltered assumptions
Stanislav Levin
2022-08-05
1
-6
/
+2
*
ignore unexported git archivals
Ronny Pfannschmidt
2022-07-10
1
-0
/
+12
*
fix #727: correctly handle incomplete archivals from setuptools_scm_git_archival
Ronny Pfannschmidt
2022-06-26
1
-0
/
+8
*
Merge pull request #731 from RonnyPfannschmidt/cli-setup-root-option
Ronny Pfannschmidt
2022-06-26
1
-2
/
+5
|
\
|
*
fix #691 - support root in pyproject.toml even for cli
Ronny Pfannschmidt
2022-06-26
1
-2
/
+5
*
|
fix #728: remove git arguments that triggered wrong branch names
Ronny Pfannschmidt
2022-06-25
1
-0
/
+8
|
/
*
merge with mainline
Ronny Pfannschmidt
2022-06-21
1
-86
/
+136
|
\
|
*
Bump minimal python to 3.7
Ronny Pfannschmidt
2022-05-29
1
-3
/
+4
|
*
complete mypy transformation
Ronny Pfannschmidt
2022-05-29
1
-41
/
+55
|
*
harden test_version_from git and more type fixes
Ronny Pfannschmidt
2022-05-29
1
-42
/
+43
|
*
typing fixed in face of ongoing python 3.6 support
Ronny Pfannschmidt
2022-05-29
1
-4
/
+6
|
*
Prepare git archival style testing
Ronny Pfannschmidt
2022-05-29
1
-3
/
+35
*
|
Review comments
Chris Burr
2022-04-26
1
-0
/
+1
*
|
Add test for git directories owned by different users
Chris Burr
2022-04-25
1
-0
/
+38
|
/
*
Avoid having to quote full path to GPG batch params file
Xiao Di Guan
2022-02-10
1
-6
/
+6
*
Pick and configure an explicit `Key-Type`
Xiao Di Guan
2022-02-09
1
-1
/
+2
*
Make implicit `"help"` program argument overridable in `has_command`
Xiao Di Guan
2022-02-08
1
-1
/
+1
*
Add test case for #548
Xiao Di Guan
2022-02-08
1
-0
/
+32
*
Use timezone aware datetime
Anderson Bravalheri
2022-01-17
1
-1
/
+2
*
temporarily mark test_git_worktree_support as xfail
Ronny Pfannschmidt
2021-09-02
1
-2
/
+4
*
apply reorder-python-imports
Ronny Pfannschmidt
2021-08-07
1
-5
/
+11
*
Adding search_parent_directories to recursively search parent directory for g...
Tom de Geus
2021-08-07
1
-0
/
+13
*
Use os.mkdir rather than subprocess.Popen
Dominic Davis-Foster
2021-07-11
1
-2
/
+2
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-06-18
1
-2
/
+4
*
Minor tests improvement
Sylvain MARIE
2021-06-18
1
-1
/
+3
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-06-18
1
-2
/
+2
*
`version_cls` can now receive a string too. Added a test for setuptools/git i...
Sylvain MARIE
2021-06-18
1
-0
/
+56
*
Exposing `NonNormalizedVersion` at the root level now that it moved to the co...
Sylvain MARIE
2021-06-18
1
-2
/
+2
*
Added a `normalize` boolean flag and a `NonNormalizedVersion` class. Using `n...
Sylvain MARIE
2021-06-18
1
-7
/
+11
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-04-26
1
-1
/
+1
*
drop node_date on old git
Ronny Pfannschmidt
2021-03-17
1
-1
/
+10
*
fix: drop more Python 2 manually
Henry Schreiner
2021-03-16
1
-8
/
+0
*
style: run pre-commit
Henry Schreiner
2021-03-16
1
-1
/
+1
*
introduce internal support for walking multiple version schemes, needs refine...
Ronny Pfannschmidt
2021-03-12
1
-1
/
+1
*
add node_date for git
Ronny Pfannschmidt
2021-03-12
1
-2
/
+19
*
add test and changelog for #356
Ronny Pfannschmidt
2020-12-11
1
-0
/
+2
*
[breaking] fix #339: error when targetted scm parsing fails for missing command
Ronny Pfannschmidt
2020-12-06
1
-5
/
+9
[next]