]> asedeno.scripts.mit.edu Git - git.git/commit
git-gui: Sort the list of paths being updated in the index.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 00:29:04 +0000 (19:29 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 05:10:40 +0000 (00:10 -0500)
commitaaf1085a03a53eacff1b26459d0281a133f573d5
tree15b86e9bc20d958cc456dd30fd2fb823fb6f4990
parent358d8de8f3b9d09c9c4d7d43c03d33a4f60ba1da
git-gui: Sort the list of paths being updated in the index.

Its a little surprising to see the UI update the icons for files
in random order, due to the fact that the files are updating in
the order they appear within the array (which is based on a hash
function and not order).  So sort the list of files before we send
any to update-index so the order of operation is means something to
the user.

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