Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-sh-setup: fix parseopt
eval
string underquoting
The 'automagic parseopt' support corrupted non option parameters that had IFS characters in them. The worst case is when it had a non option parameter like this: $1=" * some string" Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information