diff options
author | Alexey Nezhdanov <snake@penza-gsm.ru> | 2005-05-19 15:17:16 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-19 10:52:00 -0700 |
commit | 667bb59b2d5b0a2e7fca5970d6f757790a6edd74 (patch) | |
tree | 099b568160ec8ad8cbae5c22b61abe69a82d6546 /read-tree.c | |
parent | [PATCH] Declare stacked variables before the first statement. (diff) | |
download | tgif-667bb59b2d5b0a2e7fca5970d6f757790a6edd74.tar.xz |
[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>
Diffstat (limited to 'read-tree.c')
-rw-r--r-- | read-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/read-tree.c b/read-tree.c index f6298e5c21..c5f26d5f80 100644 --- a/read-tree.c +++ b/read-tree.c @@ -159,7 +159,7 @@ static void merge_stat_info(struct cache_entry **src, int nr) } } -static char *read_tree_usage = "read-tree (<sha> | -m <sha1> [<sha2> <sha3>])"; +static char *read_tree_usage = "git-read-tree (<sha> | -m <sha1> [<sha2> <sha3>])"; int main(int argc, char **argv) { |