mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09: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