Re: [PATCH v3] gitk: Fix missing commits when using -S or -G

2016-12-11 Thread Paul Mackerras
On Sat, Jun 04, 2016 at 10:47:16AM +0200, Stefan Dotterweich wrote: > When -S or -G is used as a filter option, the resulting commit list > rarely contains all matching commits. Only a certain number of commits > are displayed and the rest are missing. > > "git log --boundary -S" does not return a

[PATCH v3] gitk: Fix missing commits when using -S or -G

2016-06-04 Thread Stefan Dotterweich
When -S or -G is used as a filter option, the resulting commit list rarely contains all matching commits. Only a certain number of commits are displayed and the rest are missing. "git log --boundary -S" does not return as many boundary commits as you might expect. gitk makes up for this in closeva