Code

user-manual: fix directory name in git-archive example
authorWilliam Pursell <bill.pursell@gmail.com>
Fri, 29 Jun 2007 13:08:29 +0000 (14:08 +0100)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 8 Jul 2007 22:27:51 +0000 (18:27 -0400)
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/user-manual.txt

index 2aed7eb12b4517d8dbc4d86c30b273fa2e92633a..d6caff42486bff0a78f66ce0ab1dbca0c1c944e2 100644 (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