Commit 91c0bcd5 authored by David Caldwell's avatar David Caldwell
Browse files

commit-patch-buffer.el: Fix buffers not getting reverted after committing to git

Two issues caused detection of buffers from patch filenames to fail:
  1. git uses a/some/file where cvs used some/file.
  2. (find-buffer-visiting) doesn't seem to work with relative paths.

Closes #14
parent 0c82932f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment