Code

git.el: Make sure that file lists are sorted as they are created.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 16 Feb 2009 10:39:11 +0000 (11:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 21 Feb 2009 12:49:36 +0000 (13:49 +0100)
commit21ba0e84356cb73faecc4c5bf30df7b2222961d2
tree22106364bd3e546fb8588d7d0c532982d3002fbf
parent8c5b85ce87d15e4db37a6408f03b0eb71dde080e
git.el: Make sure that file lists are sorted as they are created.

This avoids a possibly redundant sort in git-update-status-files and
git-status-filenames-map, and allows callers to continue using the
list without having to copy it.

It also fixes the confusing success messages reported by Brent
Goodrick.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
contrib/emacs/git.el