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 /fsck-cache.c | |
parent | 9669e17a2f79e8ef0bd5981f8178cada5e53d46b (diff) | |
download | git-667bb59b2d5b0a2e7fca5970d6f757790a6edd74.tar.gz |
[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 'fsck-cache.c')
-rw-r--r-- | fsck-cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fsck-cache.c b/fsck-cache.c index c4b1c1ae60..32fa5d53e5 100644 --- a/fsck-cache.c +++ b/fsck-cache.c @@ -152,7 +152,7 @@ static int fsck_tree(struct tree *item) } if (has_full_path) { - fprintf(stderr, "warning: fsck-cache: tree %s " + fprintf(stderr, "warning: git-fsck-cache: tree %s " "has full pathnames in it\n", sha1_to_hex(item->object.sha1)); } @@ -385,7 +385,7 @@ int main(int argc, char **argv) continue; } if (*arg == '-') - usage("fsck-cache [--tags] [[--unreachable] [--cache] <head-sha1>*]"); + usage("git-fsck-cache [--tags] [[--unreachable] [--cache] <head-sha1>*]"); } sha1_dir = get_object_directory(); |