Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric O'Connell committed Oct 5, 2013
1 parent 9ef8c80 commit 7510aa1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ Remove a remote.
### `Repo#status(callback)`
Uses `--porcelain` to parse repository status in a way that is agnostic of system language. The callback receives `(err, status)`. See below for a definition of what `status` is.

### `Repo#config(callback)`
`git config` parsed as a simple, one-level object. The callback receives `(err, config)`.

### `Repo#create_branch(name, callback)`
Create a new branch with `name`, and call the callback when complete
with an error, if one occurred.
Expand Down Expand Up @@ -199,6 +202,10 @@ The callback receives `(err, actor)`.
### `Tag#tag_date(callback)`
The callback receives `(err, date)`.

## Config
### `Status#values`
`Object` - The keys are dotted precisely as the console output from `git config`.

## Status
### `Status#clean`
`Boolean`
Expand Down Expand Up @@ -276,5 +283,3 @@ Get the url the submodule points to.

# License
See LICENSE.


0 comments on commit 7510aa1

Please sign in to comment.