1
0
mirror of https://github.com/git/git.git synced 2024-10-20 22:48:24 +02:00

Merge branch 'maint'

* maint:
  Documentation/git-tag.txt: minor typo and grammar fix
This commit is contained in:
Junio C Hamano 2009-01-01 05:48:35 -08:00
commit 42e778bfec

@ -70,7 +70,7 @@ OPTIONS
-m <msg>:: -m <msg>::
Use the given tag message (instead of prompting). 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. concatenated as separate paragraphs.
Implies `-a` if none of `-a`, `-s`, or `-u <key-id>` Implies `-a` if none of `-a`, `-s`, or `-u <key-id>`
is given. 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 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 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 have their own set of tags (e.g. "this is the third release
candidate from the networking group to be proposed for general candidate from the networking group to be proposed for general
consumption with 2.6.21 release") to another circle of people consumption with 2.6.21 release") to another circle of people