Re: "gitk --author=foo" shows also parent

2016-04-26 Thread Jeff King
On Tue, Apr 26, 2016 at 06:12:48PM +0200, Nikolai Kosjar wrote: > >I believe that this is intentional. Notice that the parent commit's > >circle is just outlined > >compared to the selected authored commits are filled. I consider this > >the context > >of the commits you are looking at. > > Hmm

Re: "gitk --author=foo" shows also parent

2016-04-26 Thread Nikolai Kosjar
On 04/26/2016 04:06 PM, Mike Rappazzo wrote: On Tue, Apr 26, 2016 at 9:08 AM, Nikolai Kosjar wrote: Hi! $ gitk --author=foo ...seems to show also the parent of each author-matched commit, whereas $ git log --author=foo does not. Is this intended or a bug? I've stumbled ove

Re: "gitk --author=foo" shows also parent

2016-04-26 Thread Mike Rappazzo
On Tue, Apr 26, 2016 at 9:08 AM, Nikolai Kosjar wrote: > Hi! > > $ gitk --author=foo > > ...seems to show also the parent of each author-matched commit, whereas > > $ git log --author=foo > > does not. Is this intended or a bug? I've stumbled over this while > configuring a gitk vi

"gitk --author=foo" shows also parent

2016-04-26 Thread Nikolai Kosjar
Hi! $ gitk --author=foo ...seems to show also the parent of each author-matched commit, whereas $ git log --author=foo does not. Is this intended or a bug? I've stumbled over this while configuring a gitk view with the author field. Nikolai # Setup ~/work/gitkBug % git