git.el: Use git-add-file for unmerged files, remove git-resolve-file
authorMartin Nordholts <enselic@gmail.com>
Thu, 3 Sep 2009 20:27:24 +0000 (22:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Sep 2009 19:11:44 +0000 (12:11 -0700)
Use `git-add-file' to mark unmerged files as resolved in the
*git-status* buffer to be consistent with git's CLI instructions. Also
remove `git-resolve-file' to make it clear that that "R" is a now a
free keybinding.

Signed-off-by: Martin Nordholts <martinn@src.gnome.org>
Acked-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found