Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Filtering of History view similar to git log --author --online "FirstName LastName"

And of course the command line should be:

 git log --oneline --author "Lars Vogel"

On Thu, Jan 28, 2016 at 6:02 PM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
> Hi,
>
> One of the things I do on a regular basis is to search a commit by author.
>
> For example:
>
> git log --author --online "Lars Vogel"
>
> Can I do this from Eclipse? I know the History View allows to "Find"
> but AFAICS I have no filter in the sense that only the matching
> commits are shown.
>
> For example I tried to find a commit from me in JDT UI which I did
> approx. 3-5 years ago but scrolling down the the history view turned
> out to be to slow and the "Next" button seem to ignore my selection by
> "Author".
>
> Best regards, Lars
>
> --
> Eclipse Platform UI and e4 project co-lead
> CEO vogella GmbH
>
> Haindaalwisch 17a, 22395 Hamburg
> Amtsgericht Hamburg: HRB 127058
> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
> USt-IdNr.: DE284122352
> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com



-- 
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top