Mislav Marohnić

Results 921 comments of Mislav Marohnić

Thank you for reporting! I can see the same.

@davishmcclurg Unfortunately, the new workaround in hub 2.5.0 will only work when hub is aliased as `git`, even if the command invoked is `hub`. This is sub-optimal and PRs to...

Gonna reopen this until alias is no longer needed

I get this with hub 2.12.0 and bash 3.2 on macOS: ```console $ alias git=hub $ hub pu pull pull-request push ``` @ushuz @arturoherrero Could you provide more information about...

Ah I see it now when I upgrade to git 2.22: ```console $ hub pu pull push ``` git must have changed something *again* in how they organize their shell...

I'm not sure what happened either! But I also did not know that anyone was using these packages externally in their projects.

@davidnewhall I think your hunch is correct! I'll look into fixing the blackfriday dependency. Would it help you if I had extracted md2roff into a separate repository and maintained it...

Thanks for reporting. 1. Which `hub version` do you have? 2. Is `other-user/corporate-project` a private project?

`hub remote add` right now **doesn't** check the privacy of the project on GitHub and automatically defaults to SSH protocol, but it should, [like `hub clone` already does](https://github.com/github/hub/blob/6ed9277af121c99a81ebbbcd2dc249c786646a05/commands/clone.go#L107). Thanks for...

Thanks, this looks good! 1. I would like that the command is called something more specific, like `whoami`, in case we want to add a `user` command in the future...