Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
Qt Creator 16.0.0
-
Ubuntu 24.04 LTS
-
5c32fe507 (master)
Description
"Tools" -> "Git" -> "Local Repository" -> "Stash" -> "Stash" executes git stash save.
git help stash reads:
save [-p|--patch] [-S|--staged] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>] This option is deprecated in favour of git stash push. It differs from "stash push" in that it cannot take pathspec. Instead, all non-option arguments are concatenated to form the stash message.
Maybe we could update to "push".