Skip to content

config: Allow empty values for Git configuration

Patrick Steinhardt requested to merge pks-config-empty-git-config-value into master

The validity checks for our Git configuration is too strict as it does not allow for empty values. This breaks some valid usecases, like for example when an administrator wants to unset specific keys.

Drop the check for empty values and accept such keys. Add tests that Git handles those just fine.

Fixes #4654 (closed).

Merge request reports