m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

--decorate=short is better

Junegunn Choi
2015-03-23 12:01:36 +09:00
parent 0425f644c6
commit c109b11966

@@ -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