author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 13 Nov 2006 00:29:04 +0000 (19:29 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 13 Nov 2006 05:10:40 +0000 (00:10 -0500) | ||
commit | aaf1085a03a53eacff1b26459d0281a133f573d5 | |
tree | 15b86e9bc20d958cc456dd30fd2fb823fb6f4990 | tree | snapshot |
parent | 358d8de8f3b9d09c9c4d7d43c03d33a4f60ba1da | commit | diff |
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>
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 | diff | blob | history |