Sort commits by repository name first instead of object id.
commitd40f227a09e60cf6a69c8c149e53c2bdaf81359d
authorKevin Sawicki <kevin@github.com>
Fri, 15 Jul 2011 17:44:41 +0000 (15 10:44 -0700)
committerKevin Sawicki <kevin@github.com>
Fri, 15 Jul 2011 17:44:47 +0000 (15 10:44 -0700)
treec378f69ceb3a921e24181a3d3d8abfd4c33b3bf3
parent735a9bdab9baf9f8415b638ffc923acc89f673ff
Sort commits by repository name first instead of object id.

Sorting by SHA-1 offers little value to the user when
a search string such as 'HEAD' is entered.  Instead sort
by repository name so that repositories like 'egit' and
'jgit' will be consistently relative to each other in
the list of matching commits.

Change-Id: Ib420cbf3f236aa94ebfb4160764f766baeac308e
Signed-off-by: Kevin Sawicki <kevin@github.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commit/CommitSelectionDialog.java