**Scope** `useLog` currently only takes a `limit`. Add a search box above the tree mapped to `git log --grep`/`--author`/`-- <path>`, debounced. **Acceptance criteria** - Typing a query filters the commit list live. - Clearing the query resets to the full (limited) log.
Scope
useLogcurrently only takes alimit. Add a search box above the tree mapped togit log --grep/--author/-- <path>, debounced.Acceptance criteria