Santiago Fraire Willemoes

Results 299 comments of Santiago Fraire Willemoes

I think we've decided a long time ago not to use `-a`. I suggest 2 alternatives: 1. If you really wanna use cz commit, then create an alias: `alias czc="git...

somehow cz commit and cz check should match, I agree. there's not much information about the scope. I'm not a big fan of spaces but there shouldn't be anything wrong...

Hey thanks for the finding, I think we should fix the docs, but it also looks like a bug. Customizing cz should work with the default questions if not found,...

It seems similar to this discussion: https://github.com/commitizen-tools/commitizen/issues/248 Which of all the proposed methods would be best? Alternatively we can manually add one by one as they are required (which might...

What if we have an exclude list? On Thu, 7 Apr 2022, 15:24 Bogay, ***@***.***> wrote: > @Woile I read the discussion of #248 > and I think -- >...

I was trying to find why we depend on the package `cryptography`, maybe we could find out if that dependency can be bumped and that helps solve the problem. Or...

How would this work? What do you envision and what's the use case?

I think for this the best would be to be able to propagate any extra arg to `git commit`. Example `cz c --extra-args -S` or `cz c --commit-args -S` What's...

Yes, I agree, it should just work as a replacement for `git commit`, you should be able to do everything you do with it using `cz c`. My questions was...

I'd like to see an implementation, I don't understand how would you parse the other args in your example :thinking: