diff options
author | William Pursell <bill.pursell@gmail.com> | 2007-06-29 14:08:29 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-07-08 18:27:51 -0400 |
commit | ccd71866b0c7253f988c4836eeb888e4abcc2da1 (patch) | |
tree | 377ef55faccf6a4cc3f0beef79b93c1e36150d35 /Documentation | |
parent | user-manual: more explanation of push and pull usage (diff) | |
download | tgif-ccd71866b0c7253f988c4836eeb888e4abcc2da1.tar.xz |
user-manual: fix directory name in git-archive example
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 2aed7eb12b..d6caff4248 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -890,7 +890,7 @@ $ git archive --format=tar --prefix=project/ HEAD | gzip >latest.tar.gz ------------------------------------------------- will use HEAD to produce a tar archive in which each filename is -preceded by "prefix/". +preceded by "project/". If you're releasing a new version of a software project, you may want to simultaneously make a changelog to include in the release |