[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
@ -181,7 +181,7 @@ int main(int argc, char **argv)
|
||||
argv++;
|
||||
argc--;
|
||||
if (!strcmp(arg, "-r")) {
|
||||
/* We accept the -r flag just to look like diff-tree */
|
||||
/* We accept the -r flag just to look like git-diff-tree */
|
||||
continue;
|
||||
}
|
||||
if (!strcmp(arg, "-p")) {
|
||||
|
Reference in New Issue
Block a user