• Vincent Driessen's avatar
    Fix: "eval set" called in the wrong context. · 68e53aae
    Vincent Driessen authored
    This is the real fix for the incorrect fix that I reverted in the
    previous commit.  parse_cmdline was used to DRY up the source, but this
    introduced a bug because the "eval set" line changes the positional
    parameters semantics, but does it in the wrong context, so the calling
    function never receives the changes.
    
    This closes at least the GitHub issues #54 and #86.
    68e53aae
git-flow-feature 13.5 KB