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?
- 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