diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2018-05-21 02:01:43 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-21 13:55:48 +0900 |
commit | 2a73022e5cd95e01e5923cf3a451f941e48806be (patch) | |
tree | 3493baa5183375ec5953bcc5919d5b9ea5fe8aa2 /hashmap.c | |
parent | t/lib-diff-alternative: abstract away SHA-1-specific constants (diff) | |
download | tgif-2a73022e5cd95e01e5923cf3a451f941e48806be.tar.xz |
t4205: sort log output in a hash-independent way
This test enumerates log entries and then sorts them. For SHA-1, this
produces results that happen to sort in the order specified in the test,
but for other hash algorithms they sort differently. Ensure we sort the
log entries in a hash-independent way by sorting on the ref name instead
of the object ID.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'hashmap.c')
0 files changed, 0 insertions, 0 deletions