How to avoid showing parent commits in gitk when filtering by author?

こ雲淡風輕ζ 提交于 2020-01-01 06:11:36

问题


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?

来源:https://stackoverflow.com/questions/49219779/how-to-avoid-showing-parent-commits-in-gitk-when-filtering-by-author

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!