diff options
author | Sam Vilain <sam.vilain@catalyst.net.nz> | 2007-04-19 11:51:21 +1200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-18 17:57:25 -0700 |
commit | 9f1beb7140584b3eb803cc9a69cbced528209f6e (patch) | |
tree | a6c3c966f2a21d024efb0a6cceb91d7ebdb194eb /Documentation/git-tar-tree.txt | |
parent | 0ad64fd0b8d073e0c73836858a54f693c9191918 (diff) | |
download | git-9f1beb7140584b3eb803cc9a69cbced528209f6e.tar.gz git-9f1beb7140584b3eb803cc9a69cbced528209f6e.tar.xz |
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 595940524..7bde73b1b 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 |