diff --git a/.config/zsh/autoload/glog b/.config/zsh/autoload/glog index 8d1c130..ab87e65 100755 --- a/.config/zsh/autoload/glog +++ b/.config/zsh/autoload/glog @@ -119,6 +119,6 @@ fi # Display an ascii graph of the commits in the above format and pipe that into # fzf. -git log "$formatshort" --graph "$dateshort" --color=always "$@" \ +git log --all "$formatshort" --graph "$dateshort" --color=always "$@" \ | fzf "${fzf_args[@]}" return 0