]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2025 16:30:56 +0000 (09:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2025 16:30:56 +0000 (09:30 -0700)
commit86c9c14eb9c7bfa20efd8d65f1aaa685282b7221
treefd758d24e1db2726312822e7f8e5d1ffcdd13444
parent90c0775e972847832ac8dfa6a14bc4c3abacd914
parentc79bb70a2e7d9158ec165ea16ad45371cd6e350d
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository

* bc/use-sha256-by-default-in-3.0:
  Enable SHA-256 by default in breaking changes mode
  help: add a build option for default hash
  t5300: choose the built-in hash outside of a repo
  t4042: choose the built-in hash outside of a repo
  t1007: choose the built-in hash outside of a repo
  t: default to compile-time default hash if not set
  setup: use the default algorithm to initialize repo format
  Use legacy hash for legacy formats
  builtin: use default hash when outside a repository
  hash: add a constant for the legacy hash algorithm
  hash: add a constant for the default hash algorithm
14 files changed:
builtin/diff.c
builtin/hash-object.c
builtin/index-pack.c
builtin/receive-pack.c
builtin/shortlog.c
bundle.c
fetch-pack.c
hash.h
help.c
setup.c
t/t1007-hash-object.sh
t/t5300-pack-object.sh
t/test-lib-functions.sh
t/test-lib.sh