mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-06-09 11:29:49 +00:00
git_config: handle configuration entries with no values
A git-config entry with no value was preventing repo from initializing. This modifies _ReadGit() to handle config entries with empty values. Signed-off-by: David Aguilar <davvid@gmail.com> Reported-by: Josh Guilfoyle <jasta00@gmail.com>
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
[section]
|
||||
empty
|
||||
nonempty = true
|
||||
Reference in New Issue
Block a user