git.el: Try to reuse an existing buffer when running git-status.
commit73389f12bf0ef39820685a322527fab549676f33
authorAlexandre Julliard <julliard@winehq.org>
Sat, 22 Jul 2006 13:39:53 +0000 (22 15:39 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 24 Jul 2006 06:36:03 +0000 (23 23:36 -0700)
treee4fb5e58259d04b3ee2dd4cf0777f95078f87111
parent9f56a7fda940caa7d4a1b06947481b5157510557
git.el: Try to reuse an existing buffer when running git-status.

By default, running git-status again will now reuse an existing buffer
that displays the same directory. The old behavior of always creating
a new buffer can be obtained by customizing the git-reuse-status-buffer
option.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/emacs/git.el