mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-07 02:07:35 -05:00
The command line completion support (in contrib/) used to be prepared to work with "set -u" but recent changes got a bit more sloppy. This has been corrected. * vs/completion-with-set-u: completion: nounset mode fixes