author | Junio C Hamano <junkio@cox.net> | |
Wed, 4 Apr 2007 21:12:03 +0000 (14:12 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 4 Apr 2007 21:12:03 +0000 (14:12 -0700) | ||
commit | 2b93edbf32700d91c500806e4502077829d66d21 | |
tree | a2e9a4709978fe8af2bf0ed9da371ec8c90db109 | tree | snapshot |
parent | 364b8523529163ffeeb71521239a18ac1f550512 | commit | diff |
rerere: make sorting really stable.
The earlier code does not swap hunks when the beginning of the
first side is identical to the whole of the second side. In
such a case, the first one should sort later.
Signed-off-by: Junio C Hamano <junkio@cox.net>
The earlier code does not swap hunks when the beginning of the
first side is identical to the whole of the second side. In
such a case, the first one should sort later.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-rerere.c | diff | blob | history | |
t/t4200-rerere.sh | diff | blob | history |