mirror of
https://github.com/git/git.git
synced 2026-01-20 05:47:21 +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