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 382
    • Issues 382
    • 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
  • #1716
Closed
Open
Issue 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