bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

fix typing queries did not displayed. #27

Closed seiyeah78 closed 3 years ago

seiyeah78 commented 3 years ago

Description

using git fuzzy log without option e.g. -G Foo, typing queries did not displayed.

Process

I checked in the following steps.(example)

  1. type git fuzzy log
  2. type foobar
  3. The expected result is git log foobar, but it will be git log ''.

Fix

  1. typed query is displayed
  2. delete single quote

Screen capture

before

before

after

after

bigH commented 3 years ago

thanks for making this PR. this was recently fixed.