]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/unify-object-info'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jul 2017 20:32:57 +0000 (13:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jul 2017 20:32:57 +0000 (13:32 -0700)
commit00b7cf2379901394c971db5ab59ce70e12e434b7
tree8faa0060f04463c5ee526b5db5e0240a272bf679
parent8e90578ffbce029a09c2a56e95ba3009f27e4937
parente83e71c5e15f2c6aaf9bdb8ee9593a46c3bb9a5b
Merge branch 'jt/unify-object-info'

Code clean-ups.

* jt/unify-object-info:
  sha1_file: refactor has_sha1_file_with_flags
  sha1_file: do not access pack if unneeded
  sha1_file: teach sha1_object_info_extended more flags
  sha1_file: refactor read_object
  sha1_file: move delta base cache code up
  sha1_file: rename LOOKUP_REPLACE_OBJECT
  sha1_file: rename LOOKUP_UNKNOWN_OBJECT
  sha1_file: teach packed_object_info about typename
builtin/cat-file.c
builtin/fetch.c
builtin/index-pack.c
cache.h
sha1_file.c