Skip to content

Commit 3f7cdf3

Browse files
dmellorgitster
authored andcommitted
Documentation: minor grammatical fixes in git-archive.txt.
Signed-off-by: David J. Mellor <dmellor@whistlingcat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6f55ee4 commit 3f7cdf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-archive.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ prepended to the filenames in the archive.
2222

2323
'git-archive' behaves differently when given a tree ID versus when
2424
given 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
2626
case the commit time as recorded in the referenced commit object is
2727
used instead. Additionally the commit ID is stored in a global
2828
extended 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
105105
git 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

111111
git archive --format=tar --prefix=git-1.4.0/ v1.4.0 | gzip >git-1.4.0.tar.gz::

0 commit comments

Comments
 (0)