Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 366
    • Issues 366
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #3662
Closed
Open
Issue created Nov 10, 2020 by Igor Kudrin@igor.kudrinContributor

The "Compare change sets" command is not shown when two commits are adjacent on the list.

What steps will reproduce the problem?

  1. Execute the following commands:
git init repo
cd repo
git commit --allow-empty -m "first"
git checkout -b "br2"
git commit --allow-empty -m "second"
git checkout -b "br3" HEAD~1
git commit --allow-empty -m "third"
git checkout -b "br4" HEAD~1
git commit --allow-empty -m "fourth"
start "" TortoiseGitProc.exe /command:log
  1. Select "<All Branches>" in the left top corner if necessary.
  2. Select two commits from different branches that are next to each other on the list.
  3. Click RMB to open the context menu.

What is the expected output?

There should be the "Compare change sets" command in the menu, like if you select two distant commits:

Distant

What do you see instead?

The command is absent:

Adjacent

What version of TortoiseGit and Git are you using? On what operating system?

  • TortoiseGit 2.11.0.0
  • git version 2.29.1.windows.1
  • Windows 10 Home Edition
Edited Nov 10, 2020 by Igor Kudrin
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking