From 4f607bb470ebe1c04a7eaeb489116d1750b4c3ad Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 2 Oct 2012 14:16:58 -0400 Subject: [PATCH] Simplify git-log zstyle documentation --- modules/git/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/git/README.md b/modules/git/README.md index 869aeb9b..262295ea 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -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