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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user