Skip to content
  • Junio C Hamano's avatar
    Fix packname hash generation. · 84c8d8ae
    Junio C Hamano authored
    
    
    This changes the generation of hash packfiles have in their names, from
    "hash of object names as fed to us" to "hash of object names in the
    resulting pack, in the order they appear in the index file".  The new
    "git-index-pack" command is taught to output the computed hash value
    to its standard output.
    
    With this, we can store downloaded pack in a temporary file without
    knowing its final name, run git-index-pack to generate idx for it
    while finding out its final name, and then rename the pack and idx to
    their final names.
    
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    84c8d8ae