git-commitflow 1.1.2__tar.gz → 1.1.3__tar.gz
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.
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/PKG-INFO +1 -1
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow/git_commitflow.py +1 -1
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow.egg-info/PKG-INFO +1 -1
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/setup.py +1 -1
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/LICENSE +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/README.md +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow/__init__.py +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow/cache_file.py +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow/helpers.py +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow/readline_manager.py +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow.egg-info/SOURCES.txt +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow.egg-info/dependency_links.txt +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow.egg-info/entry_points.txt +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow.egg-info/requires.txt +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/git_commitflow.egg-info/top_level.txt +0 -0
- {git_commitflow-1.1.2 → git_commitflow-1.1.3}/setup.cfg +0 -0
|
@@ -382,7 +382,7 @@ class GitCommitFlow:
|
|
|
382
382
|
previous_message = \
|
|
383
383
|
"\n".join(
|
|
384
384
|
self._run("git --no-pager log -1 --pretty=%B")).rstrip()
|
|
385
|
-
print("Previous git message:
|
|
385
|
+
print("Previous git message:",
|
|
386
386
|
Fore.YELLOW + previous_message + Fore.RESET)
|
|
387
387
|
self.readline_manager.append_to_history(previous_message)
|
|
388
388
|
|
|
@@ -23,7 +23,7 @@ from setuptools import find_packages, setup
|
|
|
23
23
|
|
|
24
24
|
setup(
|
|
25
25
|
name="git-commitflow",
|
|
26
|
-
version="1.1.
|
|
26
|
+
version="1.1.3",
|
|
27
27
|
packages=find_packages(),
|
|
28
28
|
description="A git add/commit/push helper",
|
|
29
29
|
long_description=((Path(__file__).parent.resolve().joinpath("README.md"))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|