mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-15 09:46:16 -04:00
The previous implementation had the problem that if IFS was not set before, it was set to an empty string after restoring, which is not the same as being unset. This broke grc / git forgit revert_commit, since "git revert" was being interpreted as the command name instead of command and argument. The correct way is to check whether IFS is unset and, if so, unset it again afterwards. See for reference: https://unix.stackexchange.com/a/264947/317320 |
||
|---|---|---|
| .. | ||
| git-forgit | ||