[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
@ -98,7 +98,7 @@ static void check_valid(unsigned char *sha1, const char *expect)
|
||||
*/
|
||||
#define MAXPARENT (16)
|
||||
|
||||
static char *commit_tree_usage = "commit-tree <sha1> [-p <sha1>]* < changelog";
|
||||
static char *commit_tree_usage = "git-commit-tree <sha1> [-p <sha1>]* < changelog";
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user