1
vote
5answers
85 views
Using git to find first introduction of token on a specific line of a file…
Let's say I have a file A.cpp, and I notice an error on line 15 of the file. Let's say the error is a "const" on a function that returns a pointer to a member variable, meaning using const on the …
0
votes
2answers
33 views
What happens when I click “Blame Differences” in TortoiseSVN log?
Hi,
when I was checking the latest difference in code in SVN Log, accidently I clicked blame differences insted of show differences. Now, when I check the log again I do not see anything visible …
3
votes
6answers
738 views
Which Subversion web interfaces have a blame feature?
I'm looking for a subversion web client ala SVN::Web but with a very specific feature I've always thought would be quite useful.
What I want is the ability to find which revision was responsible for …
