From: Shawn O. Pearce Date: Mon, 13 Nov 2006 00:29:04 +0000 (-0500) Subject: git-gui: Sort the list of paths being updated in the index. X-Git-Tag: gitgui-0.6.0~224 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aaf1085a03a53eacff1b26459d0281a133f573d5?hp=aaf1085a03a53eacff1b26459d0281a133f573d5 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 ---