Am 07.01.2019 um 09:31 schrieb Jeff King: > I also cleaned up my sha1/object_id patch and rebased it on top of what > you have here. Though as I worked on it, it expanded in scope a bit. > Possibly it should be a separate series entirely, but that would create > some annoying textual conflicts on merge. > > [01/11]: sha1-file: fix outdated sha1 comment references > [02/11]: update comment references to sha1_object_info() > [03/11]: http: use struct object_id instead of bare sha1 > [04/11]: sha1-file: modernize loose object file functions > [05/11]: sha1-file: modernize loose header/stream functions > [06/11]: sha1-file: convert pass-through functions to object_id > [07/11]: convert has_sha1_file() callers to has_object_file() > [08/11]: sha1-file: drop has_sha1_file() > [09/11]: sha1-file: prefer "loose object file" to "sha1 file" in messages > [10/11]: sha1-file: avoid "sha1 file" for generic use in messages > [11/11]: prefer "hash mismatch" to "sha1 mismatch" I skimmed them; they look good to me. 6 and 8 are particularly satisfying; getting rid of hash copy operations just feels nice. :) Junio only took 1 to 5 into pu; 6, 7 and its sidekick 8, 10 and 11 conflict with sb/more-repo-in-api; 9 could go in unmodified. René