From c109b11966e23218f5b7d3ab48711c731eac2202 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 23 Mar 2015 12:01:36 +0900 Subject: [PATCH] --decorate=short is better --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index c737d12..5f52307 100644 --- a/Examples.md +++ b/Examples.md @@ -137,7 +137,7 @@ fco() { fshow() { local out sha q while out=$( - git log --decorate=full --graph --oneline --color=always | + git log --decorate=short --graph --oneline --color=always | fzf --ansi --multi --no-sort --reverse --query="$q" --print-query); do q=$(head -1 <<< "$out") while read sha; do