[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
@ -60,7 +60,7 @@ int main(int argc, char **argv)
|
||||
if (argc != 3 ||
|
||||
get_sha1(argv[1], rev1key) ||
|
||||
get_sha1(argv[2], rev2key)) {
|
||||
usage("merge-base <commit-id> <commit-id>");
|
||||
usage("git-merge-base <commit-id> <commit-id>");
|
||||
}
|
||||
rev1 = lookup_commit_reference(rev1key);
|
||||
rev2 = lookup_commit_reference(rev2key);
|
||||
|
Reference in New Issue
Block a user