This is the second-to-last series of test fixes for SHA-256. As mentioned previously, the patch for t3305 seems to indicate a bug in the notes code and I'm not familiar enough with that code to apply a fix. This is a band-aid to get it working with SHA-256, but any comments on a more robust approach would of course be welcome. Changes from v1: * Drop patch for t3404 in favor of Dscho's fix. * Drop patch for t5616 in favor of Jonathan Tan's fix. * Add missing sign-off. * Move test_oid_init into the correct patch. brian m. carlson (22): t/lib-pack: support SHA-256 t3206: make hash size independent t3305: annotate with SHA1 prerequisite t3308: make test work with SHA-256 t3309: make test work with SHA-256 t3310: make test work with SHA-256 t3311: make test work with SHA-256 t4013: make test hash independent t4060: make test work with SHA-256 t4211: make test hash independent t5302: make hash size independent t5309: make test hash independent t5313: make test hash independent t5321: make test hash independent t5515: make test hash independent t5318: update for SHA-256 t5607: make hash size independent t5703: make test work with SHA-256 t5703: switch tests to use test_oid t6000: abstract away SHA-1-specific constants t6006: make hash size independent t6024: update for SHA-256 t/lib-pack.sh | 35 ++- t/t3206-range-diff.sh | 14 +- t/t3305-notes-fanout.sh | 2 +- t/t3308-notes-merge.sh | 83 ++++--- t/t3309-notes-merge-auto-resolve.sh | 228 ++++++++++++------- t/t3310-notes-merge-manual-resolve.sh | 84 ++++--- t/t3311-notes-merge-fanout.sh | 60 +++-- t/t4013-diff-various.sh | 44 +++- t/t4060-diff-submodule-option-diff-format.sh | 126 +++++----- t/t4211-line-log.sh | 14 +- t/t5302-pack-index.sh | 18 +- t/t5309-pack-delta-cycles.sh | 10 +- t/t5313-pack-bounds-checks.sh | 19 +- t/t5318-commit-graph.sh | 4 +- t/t5321-pack-large-objects.sh | 4 +- t/t5515-fetch-merge-logic.sh | 51 ++++- t/t5607-clone-bundle.sh | 2 +- t/t5703-upload-pack-ref-in-want.sh | 7 +- t/t6000-rev-list-misc.sh | 13 +- t/t6006-rev-list-format.sh | 4 +- t/t6024-recursive-merge.sh | 15 +- 21 files changed, 559 insertions(+), 278 deletions(-)