Thomas Rast [off-list ref] writes:
Jeremy Nickurak wrote:
quoted
quoted
user@host:~/something$ git log -- 'hel*'
user@host:~/something$
IE, git doesn't seem to interpret globs itself in patterns.
It does for me:
thomas@thomas:~/g(next u+59)$ g log --oneline --name-status -- "REA*"
f73b3af README: git lives at http://git-scm.com these days
M README
etc.
The "git log" family learned globbing pathspecs in 1.7.5 if I believe the
Release Notes.