Using git jump with Emacs
Git version 1.7.8, which is shortly to be released at this writing,
contains a handy new program git jump. The idea is that you
can say things like git jump diff to have your $EDITOR go directly to
the lines within your files that contain unstaged changes.
The design of git jump is particularly helpful for Vim users, but what
if you prefer Emacs?