Skip to content

Commit

Permalink
git.el: Fix typo in "Reverted file" message.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Alexandre Julliard authored and Junio C Hamano committed Oct 28, 2007
1 parent 9ad7c5a commit 3697c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/emacs/git.el
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ Return the list of files that haven't been handled."
(when modified
(apply #'git-call-process-env nil nil "checkout" "HEAD" modified))
(git-update-status-files (append added modified) 'uptodate)
(git-success-message "Reverted" files))))
(git-success-message "Reverted" (git-get-filenames files)))))

(defun git-resolve-file ()
"Resolve conflicts in marked file(s)."
Expand Down

0 comments on commit 3697c5f

Please sign in to comment.