Matt Glaman
Matt Glaman
🤔This is a feature request for `--commit-links`, correct? ```php // If the command was invoked with the --commit-links option if (!empty($commit_path)) { $item .= ' (#)'; } ``` It would...
Thanks for confirming and linking to the relevant issue! This shouldn't be _too_ hard to implement.
Weird, it allows v4. Maybe I didn't tag a release 😬
@Greg-Boggs can you try `0.3.0`?
This makes sense, as you currently can't merge the applied branch. Would it make sense to add options to `issue:apply` or something like `maintainer:commit` (apply the patch, and use the...
I'm all for improvements! I think Symfony provides a helper for bash completions. Or there is some package that lets you generate it
Flagging as a bug since it looses changes
klaussilveira/gitter probably needs to be abandoned as it still has a low symfony/process dependency. Sorry, I'll look into this.
hey, all! Sorry I let this hang. I'm going to get some time to get this back up to speed
We might need something like `diff.renames false`, which helps for file renames.