Bug 532462 - Add filtering on author and merge commits to git history view
Summary: Add filtering on author and merge commits to git history view
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 4.6.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-14 13:57 EDT by Daniel Washburn CLA
Modified: 2018-03-14 13:57 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Washburn CLA 2018-03-14 13:57:28 EDT
On the command line, it is possible to run `git log` with options to filter by author and to filter out merge commits. For example `git log -no-merges --author="John Smith"` would show only non-merge commits with an author of John Smith. I would like these capabilities in the git history view, which I assume is based on the functionality of git log.