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
  • #2544
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

LogDlg giving inconsistent results with rename and merge files with follow renames

By berthier.lemi... on July 25, 2015 19:05 (imported from Google Code)


What steps will reproduce the problem?

  1. Clone the following repo: https://github.com/blelem/TortoiseGitBugRepro.git
  2. In explorer, Use Tortoise's "Show log" on the file /WebProject/app/Alignment2D.py

At this point, the log displayed only shows the top commit which is a "Rename".

  1. Change the "Walk Behavior", add "Follow renames".
    Now the log shows 2 lines: "Rename" and the "Merge" that was done just before the rename. This is not what I expected as there are many more commits to show.

Toggle the "First Parent" in "Walk behavior". Briefly switch it on and then back to it's default value off. It looks like this action disables the cache or something similar since now the displayed log is different than the one shown in 3.

Now the log shows all the commits (10 of them in this case) of the file. This is the output that I would expect to get at step 3. This is also what I get from the command :
git log --follow ./WebProject/app/Alignment2D.py

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

TortoiseGit 1.8.14.0 (C:\Program Files\TortoiseGit\bin)
git version 1.9.5.msysgit.1 (C:\Program Files (x86)\Git\bin)
Windows 10 Build 10240.

Please provide any additional information below.
Many files of that repo are behaving in the same way.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking