summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/test.gitconfig
Commit message (Collapse)AuthorAgeFilesLines
* git_config: add GetInt helperMike Frysinger2020-02-191-0/+10
| | | | | | | Change-Id: Ic034ae2fd962299d1b352e597b391b6582ecf44b Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/256052 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: Jonathan Nieder <jrn@google.com>
* git_config: handle configuration entries with no valuesDavid Aguilar2009-06-291-0/+3
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>