19

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?

Vincent Scheib
  • 17,142
  • 9
  • 61
  • 77

1 Answers1

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
  • 1
    Ah, 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