[PATCH] cleanup of in-code names
Fixes all in-code names that leaved during "big name change". Signed-off-by: Alexey Nezhdanov <snake@penza-gsm.ru> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
9669e17a2f
commit
667bb59b2d
@ -304,7 +304,7 @@ int main(int argc, char **argv)
|
||||
struct entry *entry;
|
||||
|
||||
if (argc != 2 || get_sha1(argv[1], sha1))
|
||||
usage("convert-cache <sha1>");
|
||||
usage("git-convert-cache <sha1>");
|
||||
|
||||
entry = convert_entry(sha1);
|
||||
printf("new sha1: %s\n", sha1_to_hex(entry->new_sha1));
|
||||
|
Reference in New Issue
Block a user