ccerrillo

Results 6 comments of ccerrillo

@carloscjdev did you managed to solve this? any workaround?

Why isn't this being merged into the 1.2.x branch as a hotfix instead of postponing it until the release of 2.0.0?

Some Git clients allow these types of branch names and can then display them in a tree-like structure. Personally, I find this very useful. The problem arose because if I...

@vlucas Can you merge and release this?

Hi @Jxlle, No, with dirname there is no need to apply the regex to replace last part. just replace `"\${0%/*}/h"` with `"\$(dirname "\$0")/h"` So the result is: ``` #!/usr/bin/env sh...

Hi @Jxlle I have found a way to completely solve the issue. The problem arises because GitKraken calls the script with the Windows path format, so using cygpath when available...