aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-01-01 05:48:35 -0800
committerJunio C Hamano <gitster@pobox.com>2009-01-01 05:48:35 -0800
commit42e778bfec68d251b777c6b8444cda4bc51332be (patch)
tree961ba933c54ffaa3a95915418ad6b958ccaded38
parentc32f76f4d220e5d4d6a599d7a12a50b1e3ceceaf (diff)
parentd99bf51add655b749c5c7f94cecb337c7ef8aadb (diff)
downloadgit-42e778bfec68d251b777c6b8444cda4bc51332be.tar.gz
git-42e778bfec68d251b777c6b8444cda4bc51332be.tar.xz
Merge branch 'maint'
* maint: Documentation/git-tag.txt: minor typo and grammar fix
-rw-r--r--Documentation/git-tag.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 046ab3542..e44f54302 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -70,7 +70,7 @@ OPTIONS
-m <msg>::
Use the given tag message (instead of prompting).
- If multiple `-m` options are given, there values are
+ If multiple `-m` options are given, their values are
concatenated as separate paragraphs.
Implies `-a` if none of `-a`, `-s`, or `-u <key-id>`
is given.
@@ -207,7 +207,7 @@ determines who are interested in whose tags.
A one-shot pull is a sign that a commit history is now crossing
the boundary between one circle of people (e.g. "people who are
-primarily interested in networking part of the kernel") who may
+primarily interested in the networking part of the kernel") who may
have their own set of tags (e.g. "this is the third release
candidate from the networking group to be proposed for general
consumption with 2.6.21 release") to another circle of people