]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-file.c
Merge branch 'jk/loose-object-cache-oid'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:27 +0000 (22:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:27 +0000 (22:05 -0800)
commitcba595ab1a7764aecfde2e8e59994f89b2cd2f2e
tree832b23d5963d8931796fc3b9951e3708d1a40207
parent96e6547c2e4c137222c01582b52c0c974a02fd63
parent01f8d5948a7f370c42d9fe2deb724139a1bfcb7b
Merge branch 'jk/loose-object-cache-oid'

Code clean-up.

* jk/loose-object-cache-oid:
  prefer "hash mismatch" to "sha1 mismatch"
  sha1-file: avoid "sha1 file" for generic use in messages
  sha1-file: prefer "loose object file" to "sha1 file" in messages
  sha1-file: drop has_sha1_file()
  convert has_sha1_file() callers to has_object_file()
  sha1-file: convert pass-through functions to object_id
  sha1-file: modernize loose header/stream functions
  sha1-file: modernize loose object file functions
  http: use struct object_id instead of bare sha1
  update comment references to sha1_object_info()
  sha1-file: fix outdated sha1 comment references
15 files changed:
apply.c
builtin/cat-file.c
builtin/fetch.c
builtin/pack-objects.c
builtin/reflog.c
cache-tree.c
cache.h
http-push.c
http.c
http.h
object-store.h
object.c
send-pack.c
sha1-file.c
streaming.c