Uploaded image for project: 'Sourcetree for Windows'
  1. Sourcetree for Windows
  2. SRCTREEWIN-263

Submodules are updated even if "Check submodules before commit & push" option is off

    XMLWordPrintable

Details

    • Bug
    • Resolution: Answered
    • Low
    • None
    • 0.8.2b
    • Git
    • None

    Description

      Set the option "Check submodules before commit & push" to off.

      Then checkout to an arbitrary local branch
      While checking out, click on "Show full output".
      The output I see is

      git -c diff.mnemonicprefix=false -c core.quotepath=false checkout master
      M src/BunnyTail/BunnyTail.csproj
      M src/BunnyTail/Program.cs
      M src/BunnyTail/packages.config

      Already on 'master'

      git -c diff.mnemonicprefix=false -c core.quotepath=false submodule update --init --recursive
      Completed successfully.

      That is, a git submodule update is performed.
      Is it correct?

      Attachments

        Issue Links

          Activity

            People

              sstreeting Steve Streeting (Inactive)
              dfdbc0000195 arialdomartini
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: