]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: Misc. nit type of bug fixes.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 03:03:05 +0000 (22:03 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 08:05:17 +0000 (03:05 -0500)
commitbd1e2b4028e183f7b4d564aad69c3eae8bdb661a
treea6543cd5ee819d5ca7d11848a4f3cdb4b194d521
parente57ca85e113437649ec908ce48fc43a659d650f8
git-gui: Misc. nit type of bug fixes.

 * Make sure we are in the top level working directory.  This
   way we can access files using their repository path.

 * Reload the diff viewer if the current file's status has changed;
   as the diff may now be different.

 * Correctly handle the 'AD' file state: added but now gone from
   the working directory.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui