object-file.c: rename from sha1-file.c
Drop the last remnant of "sha1" in this file and rename it to reflect that we're not just able to handle SHA-1 these days. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Reviewed-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
1e6771e504
commit
e5afd4449d
@ -1641,7 +1641,7 @@ static void read_idx_option(struct pack_idx_option *opts, const char *pack_name)
|
||||
/*
|
||||
* Get rid of the idx file as we do not need it anymore.
|
||||
* NEEDSWORK: extract this bit from free_pack_by_name() in
|
||||
* sha1-file.c, perhaps? It shouldn't matter very much as we
|
||||
* object-file.c, perhaps? It shouldn't matter very much as we
|
||||
* know we haven't installed this pack (hence we never have
|
||||
* read anything from it).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user