mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 14:51:16 -03:00
update __fish_git_stash_not_using_subcommand check for actual subcommands instead of treating any word after 'stash' as a subcommand. stay dry by adding__fish_git_stash_is_push helper that matches both implicit and explicit push. fixes #11307 Closes #12421