Michał Skalski

Results 5 issues of Michał Skalski

**System (please complete the following information):** - OS: **FreeBSD 12.1, 12.2, 13.0, 13.1-BETA2** - Kernel version (if applicable): **13.1-BETA2**, the same on 12.1+ - strongSwan version(s): latest from git (FreeBSD...

bug

Implementation of `enumerator_create_glob()` using only other functions from strongswan's core, not using any platform specific functions Supports '*' and '?' wildcards, no character ranges nor escapes (as '\\' character is...

Additional fix when `${GIT_PROMPT_PREFIX}` or `${GIT_PROMPT_SUFFIX}` contain color sequences git_prompt_help's formatting was wrong

Private index was tried to create in non-existent location, no error was ever displayed, and then unconditionally GIT_INDEX_FILE variable was set pointing to non-existent path. Git used this location and...

If any script saved in PROMPT_COMMAND wants to know last command exit status (without using GIT_PROMPT_LAST_COMMAND_STATE, but based on "$?" shell variable) after installing bash-git-prompt it stopped working, because "$?"...