eliranmal / git-flux

git commands for fluent, collaborative workflow
MIT License
7 stars 0 forks source link

add 'search' sub-command #26

Closed eliranmal closed 7 years ago

eliranmal commented 7 years ago

enable history grep with:

git flux search <term>

implementation will use git log -S<term> under the hood (reference).

document it as well.

eliranmal commented 7 years ago

PR: #29