Page MenuHomePhabricator

Diffusion search throws exception on older git
Closed, WontfixPublic

Description

Per https://github.com/git/git/commit/c41dd2fd7d3a16e6f0b1629d688bee3240db496c it looks like git-grep search with -f was added in 1.7.5, meaning older git versions will produce an exception.

  • Install an older git (1.7.1)
  • Try any search
Command failed with error #128!
COMMAND
git grep --extended-regexp --null -n --no-color -f - '0d728b6cb92230d79371a505dff9ce8bfc2d9cd7' -- ''

STDOUT
(empty)

STDERR
fatal: cannot open '-': No such file or directory

Event Timeline

epriestley claimed this task.
epriestley added a subscriber: epriestley.

Presumably obsolete since this hasn't cropped up again.