Merge branch 'bc/object-id'
commita916cb5fb4824322d7e99b1b0efad4e6d7850e78
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:00:23 +0000 (5 21:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:00:23 +0000 (5 21:00 -0700)
treed9ccc322b7b02d3af296ef313df8dc046ca3fc7d
parent3d4a3ffe64162b45ae7c991fc60623ecb4678cfd
parentd07d4ab401173a10173f2747cf5e0f074b6d2b39
Merge branch 'bc/object-id'

Identify parts of the code that knows that we use SHA-1 hash to
name our objects too much, and use (1) symbolic constants instead
of hardcoded 20 as byte count and/or (2) use struct object_id
instead of unsigned char [20] for object names.

* bc/object-id:
  apply: convert threeway_stage to object_id
  patch-id: convert to use struct object_id
  commit: convert parts to struct object_id
  diff: convert struct combine_diff_path to object_id
  bulk-checkin.c: convert to use struct object_id
  zip: use GIT_SHA1_HEXSZ for trailers
  archive.c: convert to use struct object_id
  bisect.c: convert leaf functions to use struct object_id
  define utility functions for object IDs
  define a structure for object IDs
archive-zip.c
archive.c
builtin/apply.c
bulk-checkin.c
cache.h
commit.h
diff-lib.c
log-tree.c
send-pack.c
shallow.c
upload-pack.c