scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

infinite loop in zsh #208

Open fzerorubigd opened 7 years ago

fzerorubigd commented 7 years ago

after this commit 0d80de33e675dcaec0f60b994f1d74c9dcd9603c , $2 passed to the _gs_relative_path is always empty. I can not find the reason, but reverting this, and every thing is fine :/

Using zsh 5.2 (x86_64-unknown-linux-gnu) on Archlinux

robertsami commented 7 years ago

+1, using bash on ubuntu 14.04 x64 if that matters

greysonp commented 7 years ago

I'm assuming this is the same issue I'm having. When I run gs for the enhanced git status output, the command never finishes. It prints out a portion of the output, then gets stuck.

Reverting to b6531e8 (the parent commit of 0d80de3 mentioned in the original comment) fixes this.

Using zsh 5.3.1 (x86_64-unknown-linux-gnu) on Antergos (Arch Linux).

dump247 commented 5 years ago

This is resolved in #289