mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
--decorate=short is better
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user