Split up the --[no-]merged documentation into documentation that
documents each option independently. This is in line with how "branch"
and "for-each-ref" are documented, and makes subsequent changes to
discuss the limits & caveats of each option easier to read.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Only list tags which contain the specified commit (HEAD if not
specified).
---[no-]merged [<commit>]::
- Only list tags whose tips are reachable, or not reachable
- if `--no-merged` is used, from the specified commit (`HEAD`
- if not specified).
+--merged [<commit>]::
+ Only list tags whose tips are reachable from the specified commit
+ (`HEAD` if not specified).
+
+--no-merged [<commit>]::
+ Only list tags whose tips are not reachable from the specified
+ commit (`HEAD` if not specified).
--points-at <object>::
Only list tags of the given object.