zsh:glog: Add --all flag

Pretend as if all the refs in refs/, along with HEAD, are listed on the
command line.
This commit is contained in:
2021-07-15 15:58:43 +02:00
parent 938489dd4b
commit 93ff4e7da2

View File

@@ -119,6 +119,6 @@ fi
# Display an ascii graph of the commits in the above format and pipe that into # Display an ascii graph of the commits in the above format and pipe that into
# fzf. # fzf.
git log "$formatshort" --graph "$dateshort" --color=always "$@" \ git log --all "$formatshort" --graph "$dateshort" --color=always "$@" \
| fzf "${fzf_args[@]}" | fzf "${fzf_args[@]}"
return 0 return 0