Merge pull request #13287 from akonwi/patch-1

Update documentation for GitRepository::getConfigValue
This commit is contained in:
Machisté N. Quintana
2016-11-21 11:17:54 -08:00
committed by GitHub

View File

@@ -238,6 +238,7 @@ class GitRepository
# Public: Returns the git configuration value specified by the key.
#
# * `key` The {String} key for the configuration to lookup.
# * `path` An optional {String} path in the repository to get this information
# for, only needed if the repository has submodules.
getConfigValue: (key, path) -> @getRepo(path).getConfigValue(key)