From: William Pursell Date: Fri, 29 Jun 2007 13:08:29 +0000 (+0100) Subject: user-manual: fix directory name in git-archive example X-Git-Tag: v1.5.2.4~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ccd71866b0c7253f988c4836eeb888e4abcc2da1;p=git.git user-manual: fix directory name in git-archive example Signed-off-by: "J. Bruce Fields" --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 2aed7eb12..d6caff424 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