@@ -22,7 +22,7 @@ prepended to the filenames in the archive.
2222
2323'git-archive' behaves differently when given a tree ID versus when
2424given a commit ID or tag ID. In the first case the current time is
25- used as modification time of each file in the archive. In the latter
25+ used as the modification time of each file in the archive. In the latter
2626case the commit time as recorded in the referenced commit object is
2727used instead. Additionally the commit ID is stored in a global
2828extended pax header if the tar format is used; it can be extracted
@@ -48,11 +48,11 @@ OPTIONS
4848 Prepend <prefix>/ to each filename in the archive.
4949
5050<extra>::
51- This can be any options that the archiver backend understand .
51+ This can be any options that the archiver backend understands .
5252 See next section.
5353
5454--remote=<repo>::
55- Instead of making a tar archive from local repository,
55+ Instead of making a tar archive from the local repository,
5656 retrieve a tar archive from a remote repository.
5757
5858--exec=<git-upload-archive>::
@@ -105,7 +105,7 @@ EXAMPLES
105105git archive --format=tar --prefix=junk/ HEAD | (cd /var/tmp/ && tar xf -)::
106106
107107 Create a tar archive that contains the contents of the
108- latest commit on the current branch, and extracts it in
108+ latest commit on the current branch, and extract it in the
109109 `/var/tmp/junk` directory.
110110
111111git archive --format=tar --prefix=git-1.4.0/ v1.4.0 | gzip >git-1.4.0.tar.gz::
0 commit comments