How to avoid showing parent commits in gitk when f

2020-06-19 06:26发布

问题:

I want to show only my commits in gitk. I try to use the command

gitk --author="Eugeniy Maksimov" <path>

gitk shows not only my commits, but also theirs parents. Why? How to avoid this?

标签: git git-log gitk