bgrainger / GitBlame

"git blame" GUI for Windows
GNU General Public License v2.0
5 stars 3 forks source link

Highlighted regions #15

Closed markusgritsch closed 9 years ago

markusgritsch commented 9 years ago

Some regions in the code appear highlighted. What is highlighted seems to be random. Is this a bug or is there some meaning to it?

highlight

bgrainger commented 9 years ago

The highlight is the change added in the most recent commit that touched that line. (If the whole line was added, there is a green bar in the left margin instead.)

markusgritsch commented 9 years ago

ah, that's nice. Couldn't make sense of it without this explanation, though :)