git patches typically contain text of the form:

--- a/rel/path/to/file
+++ b/rel/path/to/file

vim has a convenient keybinding (gf) to quickly open the path under the cursor, but the relative path to “file” does not begin “a/” or “b/”!

Pro-tip: create symbolic links a and b that both refer to ‘.’, and now gf will work in vim!