[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:
Alexey Nezhdanov
2005-05-19 15:17:16 +04:00
committed by Linus Torvalds
parent 9669e17a2f
commit 667bb59b2d
19 changed files with 50 additions and 50 deletions

View File

@ -7,7 +7,7 @@
#include "diff.h"
static const char *diff_files_usage =
"diff-files [-p] [-q] [-r] [-z] [-M] [paths...]";
"git-diff-files [-p] [-q] [-r] [-z] [-M] [paths...]";
static int generate_patch = 0;
static int line_termination = '\n';