When "all" mode is enabled, the log contains commits from the stash as well. Most users will probably consider the stash as something special and don't want to see it mixed together with "regular" commits.
Outside of vim/Flog my "git log" aliases include --exclude=refs/stash --all to exclude the stash. I'd like to see a similar option in Flog that can be set in g:flog(_permanent)_default_opts or a special variant of -all.
When "all" mode is enabled, the log contains commits from the stash as well. Most users will probably consider the stash as something special and don't want to see it mixed together with "regular" commits.
Outside of vim/Flog my "git log" aliases include
--exclude=refs/stash --allto exclude the stash. I'd like to see a similar option in Flog that can be set ing:flog(_permanent)_default_optsor a special variant of-all.