Bug 457412 - Add ability to search git log (pickaxe)
Summary: Add ability to search git log (pickaxe)
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.5.3   Edit
Hardware: PC Windows 7
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 518505
  Show dependency tree
 
Reported: 2015-01-14 03:03 EST by Michael Keppler CLA
Modified: 2017-06-21 03:52 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Keppler CLA 2015-01-14 03:03:37 EST
Egit provides the ability to search for committers, commit messages and similar things. However, searching the log is missing (and I need that more often than the existing search capabilities), e.g.
git log -Sremovedline path/to/some/file

Any plans to add this?
Comment 1 Matthias Sohn CLA 2015-01-14 03:28:58 EST
This requires pickaxe [1] support in JGit which isn't yet available.
I am not aware of anyone working on this.

[1] https://www.kernel.org/pub/software/scm/git/docs/gitglossary.html#def_pickaxe
https://www.kernel.org/pub/software/scm/git/docs/gitdiffcore.html
Comment 2 Daniel Sokolowski CLA 2015-07-14 23:33:10 EDT
Would love to have this functionality, any way to replace EGit/JGit with the native command line??