1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00

Update docs

This commit is contained in:
Eric O'Connell 2013-10-06 09:58:16 -07:00
parent 4909d8375e
commit 671d53da04

View File

@ -204,7 +204,7 @@ The callback receives `(err, date)`.
## Config
### `Config#values`
`Object` - The keys are dotted precisely as the console output from `git config`.
`Object` - The keys are dotted precisely as the console output from `git config`. E.g., `{'user.name': 'John Doe'}`
## Status
### `Status#clean`