git/builtin
Junio C Hamano a916cb5fb4 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
2015-05-05 21:00:23 -07:00
..
2015-01-14 09:32:04 -08:00
2014-07-16 11:10:11 -07:00
2015-05-05 21:00:23 -07:00
2015-02-11 13:44:20 -08:00
2015-03-06 15:02:30 -08:00
2015-03-25 12:54:24 -07:00
2015-01-14 09:32:04 -08:00
2015-03-23 11:12:58 -07:00
2015-01-14 09:32:04 -08:00
2015-03-05 12:45:39 -08:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-03-20 13:11:53 -07:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-03-20 12:40:56 -07:00
2015-02-11 13:44:20 -08:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-02-11 13:44:20 -08:00
2015-03-22 12:26:31 -07:00