user-manual: fix directory name in git-archive example

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
maint
William Pursell 2007-06-29 14:08:29 +01:00 committed by J. Bruce Fields
parent 11d5153344
commit ccd71866b0
1 changed files with 1 additions and 1 deletions

View File

@ -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