gitflow-analytics 3.13.8__py3-none-any.whl → 3.13.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gitflow_analytics/_version.py +1 -1
- gitflow_analytics/cli.py +1 -1
- {gitflow_analytics-3.13.8.dist-info → gitflow_analytics-3.13.9.dist-info}/METADATA +1 -1
- {gitflow_analytics-3.13.8.dist-info → gitflow_analytics-3.13.9.dist-info}/RECORD +8 -8
- {gitflow_analytics-3.13.8.dist-info → gitflow_analytics-3.13.9.dist-info}/WHEEL +0 -0
- {gitflow_analytics-3.13.8.dist-info → gitflow_analytics-3.13.9.dist-info}/entry_points.txt +0 -0
- {gitflow_analytics-3.13.8.dist-info → gitflow_analytics-3.13.9.dist-info}/licenses/LICENSE +0 -0
- {gitflow_analytics-3.13.8.dist-info → gitflow_analytics-3.13.9.dist-info}/top_level.txt +0 -0
gitflow_analytics/_version.py
CHANGED
gitflow_analytics/cli.py
CHANGED
|
@@ -5546,7 +5546,7 @@ def aliases_command(
|
|
|
5546
5546
|
|
|
5547
5547
|
# Fetch commits
|
|
5548
5548
|
repo_commits = analyzer.analyze_repository(
|
|
5549
|
-
repo_config.path,
|
|
5549
|
+
repo_config.path, since=start_date, branch=repo_config.branch
|
|
5550
5550
|
)
|
|
5551
5551
|
|
|
5552
5552
|
if repo_commits:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
gitflow_analytics/__init__.py,sha256=W3Jaey5wuT1nBPehVLTIRkVIyBa5jgYOlBKc_UFfh-4,773
|
|
2
|
-
gitflow_analytics/_version.py,sha256=
|
|
3
|
-
gitflow_analytics/cli.py,sha256=
|
|
2
|
+
gitflow_analytics/_version.py,sha256=mAgvSIeK75d6Lt8kHkvprHcUng5mViO0273-MVzrLbI,138
|
|
3
|
+
gitflow_analytics/cli.py,sha256=VROaW-gh_A9P1fjKkvxHodU9Ci2tGr9vCqQFU3MYqG8,310514
|
|
4
4
|
gitflow_analytics/config.py,sha256=XRuxvzLWyn_ML7mDCcuZ9-YFNAEsnt33vIuWxQQ_jxg,1033
|
|
5
5
|
gitflow_analytics/constants.py,sha256=GXEncUJS9ijOI5KWtQCTANwdqxPfXpw-4lNjhaWTKC4,2488
|
|
6
6
|
gitflow_analytics/verify_activity.py,sha256=q82VnU8FhHEPlnupYMvh1XtyaDJfIPPg-AI8cSM0PIk,27054
|
|
@@ -127,9 +127,9 @@ gitflow_analytics/ui/__init__.py,sha256=UBhYhZMvwlSrCuGWjkIdoP2zNbiQxOHOli-I8mqI
|
|
|
127
127
|
gitflow_analytics/ui/progress_display.py,sha256=omCS86mCQR0QeMoM0YnsV3Gf2oALsDLu8u7XseQU6lk,59306
|
|
128
128
|
gitflow_analytics/utils/__init__.py,sha256=YE3E5Mx-LmVRqLIgUUwDmbstm6gkpeavYHrQmVjwR3o,197
|
|
129
129
|
gitflow_analytics/utils/commit_utils.py,sha256=TBgrWW73EODGOegGCF79ch0L0e5R6gpydNWutiQOa14,1356
|
|
130
|
-
gitflow_analytics-3.13.
|
|
131
|
-
gitflow_analytics-3.13.
|
|
132
|
-
gitflow_analytics-3.13.
|
|
133
|
-
gitflow_analytics-3.13.
|
|
134
|
-
gitflow_analytics-3.13.
|
|
135
|
-
gitflow_analytics-3.13.
|
|
130
|
+
gitflow_analytics-3.13.9.dist-info/licenses/LICENSE,sha256=xwvSwY1GYXpRpmbnFvvnbmMwpobnrdN9T821sGvjOY0,1066
|
|
131
|
+
gitflow_analytics-3.13.9.dist-info/METADATA,sha256=8vySWmNYaxJCzup1CpRJfjrQPy3s50ohRbFzeSODK8w,40374
|
|
132
|
+
gitflow_analytics-3.13.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
133
|
+
gitflow_analytics-3.13.9.dist-info/entry_points.txt,sha256=ZOsX0GLsnMysp5FWPOfP_qyoS7WJ8IgcaDFDxWBYl1g,98
|
|
134
|
+
gitflow_analytics-3.13.9.dist-info/top_level.txt,sha256=CQyxZXjKvpSB1kgqqtuE0PCRqfRsXZJL8JrYpJKtkrk,18
|
|
135
|
+
gitflow_analytics-3.13.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|