Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • 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