projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d5153
)
user-manual: fix directory name in git-archive example
author
William Pursell
<bill.pursell@gmail.com>
Fri, 29 Jun 2007 13:08:29 +0000
(14:08 +0100)
committer
J. 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
patch
|
blob
|
history
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index 2aed7eb12b4517d8dbc4d86c30b273fa2e92633a..d6caff42486bff0a78f66ce0ab1dbca0c1c944e2 100644
(file)
--- 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 "pr
efix
/".
+preceded by "pr
oject
/".
If you're releasing a new version of a software project, you may want
to simultaneously make a changelog to include in the release