Re: [PATCH v3 9/9] tag.c: implement '--merged' and '--no-merged' options
From: Matthieu Moy <hidden>
Date: 2016-06-15 23:05:51
Karthik Nayak [off-list ref] writes:
+--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).
You may want to spell it `HEAD` (with backticks). -- Matthieu Moy http://www-verimag.imag.fr/~moy/