Özüm Eldoğan

Results 89 comments of Özüm Eldoğan

Same here. Until today, `commitizen` was working well. OSX: 11.2 Node: 15.8.0 NPM: 7.5.2 commitizen: 4.2.3 husky: 5.0.8 **prepare-commit-msg** ``` #!/bin/sh . "$(dirname $0)/_/husky.sh" exec < /dev/tty && npx --no-install...

Same issue, and I installed adapter. `git cz --hook` opens editor whereas `git-cz` does not: ### git cz --hook This opens editor: .czrc (local) ``` { "path": "cz-conventional-changelog" } ```...

@semoal unfortunately no.

Using 3.1.2, my issue still persists... Is it possible to reopen this case?

@mrchief, yes it is commitizen friendly, you can see my repo here to see configuration: https://github.com/ozum/scrap/tree/v0.0.37 I'm experimenting a few things for the workflow in that repo. With `"prepare-commit-msg": "exec...

Lots of time passed, I returned to adjust my workflow. Using `"prepare-commit-msg": "exec < /dev/tty && git cz --hook"; Is there a solution not to open local editor?

Actually, I don't think any undesirable situation technically, but you can leave this case open a few days for other opinions. Also if you wish, I can change the title...

> You could very easily create a helper to try this out right now if you're eager! Yes, I will use that function, because it makes code cleaner. Hope to...

> A method name should convey intent, and I think that call implies an action... Completely agree. It could be better to use `set()` instead of `call()`, but @davestewart explained...

I realized, that my request is out of the scope of this type, and I searched for a solution. In case anyone looking for the same, combining `Get` with the...