bhelgs

Results 16 comments of bhelgs

@hongkongkiwi sorry that it took some time to get back to making this PR.

If you'd like to see a PR just let me know if/what you'd like. I've already made a few cz alterations for my teams anyway.

Here is basically what the changes would look like to remove the `TODO`: https://github.com/bhelgs/commitizen/commit/1910b96b64a0b92b30efbe4abb7cdcfd67d2a08e#diff-9a66aca02ea7d31a58e52fc33fc6914dc724c8eb36ccb69f365f86ec3490497bL106 Would you like a PR?

@yajo sorry to bother you over something probably really straightforward. Any guess what the purpose of the ` \\` was?

Thank you. Avoiding the italic markdown makes a lot of sense.

**Cause:** `/tmp` directory, used by pytest, was mounted with `noexec` option. ([CIS 1.1.2](https://paper.bobylive.com/Security/CIS/CIS_Debian_Linux_8_Benchmark_v2_0_1.pdf)) No execution was allowed within `/tmp` but the test had generated `.git/hooks/pre-commit` within that mount and so...

sort of. #540 improves the logging so that the tests raise this warning before failing: ``` hint: The \'.git/hooks/pre-commit\' hook was ignored because it\'s not set as executable. hint: You...

the test generates it's own temporary hook via `cmd.run("pre-commit install")` normally that's not a problem but my sys-admin seem to have removed execute permissions from `tmp/`. `git` returns an exit...

I have create a PR to log git commit during the bump, but no worries if you aren't interested.