Deactivate sorting in fzf when using glog

This commit is contained in:
2020-09-21 17:44:45 +02:00
parent 9c16d0f3aa
commit da90d3f744

View File

@@ -378,6 +378,8 @@ glog() {
"
# Reverse the layout so that the newest commit is at the top
"--reverse"
# Do not sort when typing to maintain the sorting by date
"--no-sort"
)
# Display an ascii graph of the commits in the above format and pipe that