Heikki Orsila wrote: > diff --git a/builtin-tar-tree.c b/builtin-tar-tree.c > index cb7007e..edcf72a 100644 > --- a/builtin-tar-tree.c > +++ b/builtin-tar-tree.c > @@ -9,19 +9,19 @@ > > static const char tar_tree_usage[] = > "git tar-tree [--remote=<repo>] <tree-ish> [basedir]\n" > -"*** Note that this command is now deprecated; use git-archive instead."; > +"*** Note that this command is now deprecated; use \"git archive\" instead."; > > int cmd_tar_tree(int argc, const char **argv, const char *prefix) > { > /* > - * git-tar-tree is now a wrapper around git-archive --format=tar > + * "git tar-tree" is now a wrapper around "git archive" --format=tar > * > * $0 --remote=<repo> arg... ==> I think the quotes should go one further to the right: + * "git tar-tree" is now a wrapper around "git archive --format=tar" The rest looks fine. - Thomas
Attachment:
signature.asc
Description: This is a digitally signed message part.