git.el: find the git-status buffer whatever its name is
commita1eebfb3a90b6c240afd1a32cfebe6ee5dbd72c5
authorRémi Vanicat <vanicat@debian.org>
Fri, 29 Feb 2008 18:28:19 +0000 (29 19:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2008 05:22:18 +0000 (29 21:22 -0800)
treef631c1fe0d3e91d0525d7eb97b4adaf4d9708f1e
parentf1a8cc635455a65567d040349327b9ea4adb479b
git.el: find the git-status buffer whatever its name is

git-status used the buffer name to find git-status buffers, and that
can fail if the buffer has another name, for example when multiple
working directories is tracked.

Signed-off-by: Rémi Vanicat <vanicat@debian.org>
Acked-by: Alexandre Julliard <julliard@winehq.org>
Tested-by: Xavier Maillard <xma@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/emacs/git.el