5

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?

Eugene Maksimov
  • 1,504
  • 17
  • 36
  • 3
    The short answer to "why" is because `gitk` adds `--boundary` to the arguments it passes to `git log` / `git rev-list`. But why it does *that*, and how you might modify `gitk` to avoid that without breaking it (if a simple "remove `--parents`" breaks it in the first place, which I don't know is true), I don't know. – torek Mar 11 '18 at 16:19

0 Answers0