Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32743

Creator uses deprecated "git stash save"

    XMLWordPrintable

Details

    • 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".

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            aha_1980 André Hartmann
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes