Skip to content

Commit

Permalink
user-manual: fix directory name in git-archive example
Browse files Browse the repository at this point in the history
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
  • Loading branch information
William Pursell authored and J. Bruce Fields committed Jul 8, 2007
1 parent 11d5153 commit ccd7186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccd7186

Please sign in to comment.