mirror of
https://github.com/git/git.git
synced 2026-02-10 20:29:19 +01: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