1

I'm working with Gerrit and TortoiseGit. When I show the log, it shows many commits with the comment

Update notes for submitted changes

They are not connected to my working commits. It looks like they come from the refs "notes/review". How can I hide them?

Yue Lin Ho
  • 2,945
  • 26
  • 36
wutzebaer
  • 14,365
  • 19
  • 99
  • 170

3 Answers3

2

Right click on the link(see the following figure), and click All basic refs item in context menu. enter image description here

Then, the note refs do not show any more:

enter image description here

Yue Lin Ho
  • 2,945
  • 26
  • 36
0

This is a ref for notes. It is normal to be there.

linquize
  • 19,828
  • 10
  • 59
  • 83
  • may be but it's verry annoying always to scroll 100 of the same notice commit, is there no possibility to hide them? – wutzebaer Nov 26 '12 at 08:29
-3

i was not really able to delete them but this helped me:

i deleted the file

.git\refs\notes\review
wutzebaer
  • 14,365
  • 19
  • 99
  • 170