diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-18 19:33:38 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-18 19:33:38 -0700 |
commit | 2de00bf9e8815970c61cefaef35efeacd8a7d6de (patch) | |
tree | 3a9f5d3948d4716c12efaadfeef4c5de10a9dec6 /Documentation | |
parent | Merge branch 'maint' (diff) | |
parent | fix up strtoul_ui error handling (diff) | |
download | tgif-2de00bf9e8815970c61cefaef35efeacd8a7d6de.tar.xz |
Merge branch 'maint'
* maint:
fix up strtoul_ui error handling
git-tar-tree: complete deprecation conversion message
Diffstat (limited to 'Documentation')
-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 |