giticket icon indicating copy to clipboard operation
giticket copied to clipboard

Utility to autoadd ticket number specified in your branch name to your commits!

Results 10 giticket issues
Sort by recently updated
recently updated
newest added

Hi, here the suggested fix. For dumb reasons I could not test with python 3.4 / 3.5 / 3.6 locally. Only 2.7 & 3.8. If there is still an issue...

Hi, first of all: Thank you for your work here. Love it. Unfortunately the bail does not work for our use case. We add the ticket not in the first...

Hook does not work with `venv` and `python` 3.10.4. ### version information ``` pre-commit version: 2.19.0 git --version: git version 2.34.1 sys.version: 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0]...

Bumps [pip](https://github.com/pypa/pip) from 19.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

Now new line character will not be escaped in format

I observed this potential unwanted behavior. When I commit and then close the editor without typing a commit message, then the commit is aborted due to an empty commit message....

Bumps [wheel](https://github.com/pypa/wheel) from 0.32.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

First of all, thanks for your work ! When I use the `--fixup` option the issue number keep repeating itself each time. As a reminder "fixup" commit reference the targeted...

When using this hook my commit message content which is provided to this hook is in format ``` commit msg # Please enter the commit message for your changes. Lines...