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 364
    • Issues 364
    • 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
  • #1716
Closed
Open
Created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

TortoiseGitProc blame line parameter does not work

By nik.gora... on March 25, 2013 15:21 (imported from Google Code)


I have a custom Visual Studio command that calls:
<path-to>/TortoiseGitProc.exe /command:blame /path:"$(ItemPath)" /line:$(CurLine) /startrev:1 /endrev:-1
It worked fine when we were using TSVN, but we are now using git. It seems TortoiseGitProc/Blame either doesn't implement this or the syntax is different. I couldn't find syntax help and there is no console output.

What steps will reproduce the problem?

  1. Try the above with VS or on the command line with literal values instead of ItemPath and CurLine

What is the expected output? What do you see instead?
I expect blame to scroll to the specified line. Instead, I have to use ctrl+G every time, because it shows line 1.

What version of TortoiseGit and msysgit are you using? On
what operating system?
- TortoiseGit 1.8.1.0
- git version 1.8.1.msysgit.1
- Windows 7 x64

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