summaryrefslogtreecommitdiff
path: root/Documentation/gitcore-tutorial.txt
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2009-12-01 09:19:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-12-01 20:09:46 (GMT)
commit3c652d16713c27d0abb2003d83a237f7d47ef569 (patch)
tree86f567154d361532aa127a63da6cee20fc97426b /Documentation/gitcore-tutorial.txt
parentdb9bc00e2be37c68589a345112e22dc37743fc5e (diff)
downloadgit-3c652d16713c27d0abb2003d83a237f7d47ef569.zip
git-3c652d16713c27d0abb2003d83a237f7d47ef569.tar.gz
git-3c652d16713c27d0abb2003d83a237f7d47ef569.tar.bz2
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 <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r--Documentation/gitcore-tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt
index b3640c4..0382d2c 100644
--- a/Documentation/gitcore-tutorial.txt
+++ b/Documentation/gitcore-tutorial.txt
@@ -602,7 +602,7 @@ $ git tag -s <tagname>
----------------
which will sign the current `HEAD` (but you can also give it another
-argument that specifies the thing to tag, i.e., you could have tagged the
+argument that specifies the thing to tag, e.g., you could have tagged the
current `mybranch` point by using `git tag <tagname> mybranch`).
You normally only do signed tags for major releases or things