Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git_config: add GetInt helper | Mike Frysinger | 2020-02-19 | 1 | -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 values | David Aguilar | 2009-06-29 | 1 | -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> |