diff options
author | Sam Vilain <sam.vilain@catalyst.net.nz> | 2007-04-19 01:51:21 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-19 02:57:25 +0200 |
commit | 9f1beb7140584b3eb803cc9a69cbced528209f6e (patch) | |
tree | a6c3c966f2a21d024efb0a6cceb91d7ebdb194eb /Documentation/git-tar-tree.txt | |
parent | git-shortlog: Fix two formatting errors in asciidoc documentation (diff) | |
download | git-9f1beb7140584b3eb803cc9a69cbced528209f6e.tar.xz git-9f1beb7140584b3eb803cc9a69cbced528209f6e.zip |
git-tar-tree: complete deprecation conversion message
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>
Diffstat (limited to 'Documentation/git-tar-tree.txt')
-rw-r--r-- | Documentation/git-tar-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tar-tree.txt b/Documentation/git-tar-tree.txt index 595940524e..7bde73b1b8 100644 --- a/Documentation/git-tar-tree.txt +++ b/Documentation/git-tar-tree.txt @@ -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 |