Skip to content

Commit 3c652d1

Browse files
Michael J Grubergitster
authored andcommitted
Documentation: Fix a few i.e./e.g. mix-ups
A git bundle can be transported by several means (such as e-mail), not only by snekaernet, so use e.g. instead of i.e. The mix-up in git-bundle.txt is obvious. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent db9bc00 commit 3c652d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-bundle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ssh, rsync, http) cannot be used. This command provides support for
2424
'git-fetch' and 'git-pull' to operate by packaging objects and references
2525
in an archive at the originating machine, then importing those into
2626
another repository using 'git-fetch' and 'git-pull'
27-
after moving the archive by some means (i.e., by sneakernet). As no
27+
after moving the archive by some means (e.g., by sneakernet). As no
2828
direct connection between the repositories exists, the user must specify a
2929
basis for the bundle that is held by the destination repository: the
3030
bundle assumes that all objects in the basis are already in the

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ $ git tag -s <tagname>
602602
----------------
603603

604604
which will sign the current `HEAD` (but you can also give it another
605-
argument that specifies the thing to tag, i.e., you could have tagged the
605+
argument that specifies the thing to tag, e.g., you could have tagged the
606606
current `mybranch` point by using `git tag <tagname> mybranch`).
607607

608608
You normally only do signed tags for major releases or things

0 commit comments

Comments
 (0)