Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [BUG] String equal when compared, processed differently via //



Had to commit a workaround version. I iterate over each entry returned
from git log – manually. There I split using ${=entry}. Switched to
git returning $'\1' after each field, so IFS=$'\1' works fine. So, I
obtain second array gitout2, and go away from the problematic
(unmetafication?) gitout.

https://github.com/psprint/zcommodore/blob/d728ad3460be50c39b24a64698f23d19d5f8eafb/uizcm#L28-L40

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author