When using gitk, a commit can be selected in the log pane, and a right click context menu offers "Mark this commit". What does that do?
Asked
Active
Viewed 2,891 times
1 Answers
15
Look at the following options :
- Return to mark
- Find descendent of this and mark
- Compare with marked commit

Colin Hebert
- 91,525
- 15
- 160
- 151
-
1Ah, I see, and the comment of the commit is outlined when it is marked, while the background changes when it is selected. – Vincent Scheib Jul 25 '11 at 20:43