Skip to content

Commit

Permalink
git-tar-tree: complete deprecation conversion message
Browse files Browse the repository at this point in the history
The syntax for git-archive is different; warn about it in the
deprecation message on the manual page.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Sam Vilain authored and Junio C Hamano committed Apr 19, 2007
1 parent 0ad64fd commit 9f1beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-tar-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SYNOPSIS
DESCRIPTION
-----------
THIS COMMAND IS DEPRECATED. Use `git-archive` with `--format=tar`
option instead.
option instead (and move the <base> argument to `--prefix=base/`).

Creates a tar archive containing the tree structure for the named tree.
When <base> is specified it is added as a leading path to the files in the
Expand Down

0 comments on commit 9f1beb7

Please sign in to comment.