Skip to content

Commit

Permalink
Simplify git-log zstyle documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RIT80 authored and RIT80 committed Oct 2, 2012
1 parent ca9f0be commit c3ab941
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ Settings

### Log

The format of the [git-log][8] output is configurable via the following styles,
which will be passed to the `--prety=format:` switch.
The format of the [git-log][8] output is configurable via the following style,
where context is *brief*, *oneline*, and *medium*, which will be passed to the
`--prety=format:` switch.

zstyle ':prezto:module:git:log:brief' format ''
zstyle ':prezto:module:git:log:oneline' format ''
zstyle ':prezto:module:git:log:medium' format ''
zstyle ':prezto:module:git:log:context' format ''

### Status

Expand Down

0 comments on commit c3ab941

Please sign in to comment.