]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/hash-algo'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Dec 2017 21:28:54 +0000 (13:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Dec 2017 21:28:54 +0000 (13:28 -0800)
An infrastructure to define what hash function is used in Git is
introduced, and an effort to plumb that throughout various
codepaths has been started.

* bc/hash-algo:
  repository: fix a sparse 'using integer as NULL pointer' warning
  Switch empty tree and blob lookups to use hash abstraction
  Integrate hash algorithm support with repo setup
  Add structure representing hash algorithm
  setup: expose enumerated repo info

1  2 
builtin/am.c
builtin/checkout.c
builtin/pull.c
cache.h
diff-lib.c
merge-recursive.c
sequencer.c
sha1_file.c
submodule.c

diff --cc builtin/am.c
Simple merge
Simple merge
diff --cc builtin/pull.c
Simple merge
diff --cc cache.h
Simple merge
diff --cc diff-lib.c
Simple merge
Simple merge
diff --cc sequencer.c
Simple merge
diff --cc sha1_file.c
Simple merge
diff --cc submodule.c
Simple merge