Home
last modified time | relevance | path

Searched refs:since_tag (Results 1 – 10 of 10) sorted by relevance

/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dhistory.c254 static char *since_tag; variable
426 since_tag = xstrdup (""); in history()
479 *since_rev = *since_tag = '\0'; in history()
503 *since_tag = *backto = '\0'; in history()
520 free (since_tag); in history()
521 since_tag = xstrdup (optarg); in history()
629 if (*since_tag) in history()
630 option_with_arg ("-t", since_tag); in history()
750 free (since_tag); in history()
1345 else if (*since_tag) in select_hrec()
[all …]
H A DChangeLog-972721 * history.c: Likewise (since_rev, since_tag, backto, rec_types).
/dports/math/py-matplotlib/matplotlib-3.4.3/tools/
H A Dgithub_stats.py131 tag = opts.since_tag
194 since_tag = tag+'..' variable
195 cmd = ['git', 'log', '--oneline', since_tag]
198 author_cmd = ['git', 'log', '--use-mailmap', "--format=* %aN", since_tag]
/dports/math/py-matplotlib2/matplotlib-2.2.4/tools/
H A Dgithub_stats.py138 tag = opts.since_tag
201 since_tag = tag+'..' variable
202 cmd = ['git', 'log', '--oneline', since_tag]
205 author_cmd = ['git', 'log', '--use-mailmap', "--format=* %aN", since_tag]
/dports/science/py-dipy/dipy-1.4.1/tools/
H A Dgithub_stats.py187 since_tag = tag + '..' variable
188 cmd = ['git', 'log', '--oneline', since_tag]
191 author_cmd = ['git', 'log', '--format=* %aN', since_tag]
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/
H A Dchange.t180 is $change->since_tag, undef, 'Since tag should be undef';
229 since_tag => $tag,
257 is $change2->since_tag, $tag, 'It should have a since tag';
H A Dplan.t127 ( $prev_tag ? ( since_tag => $prev_tag ) : () ),
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dmaintransformer.py739 since_tag = block.tags.get(TAG_SINCE)
740 if since_tag is not None:
741 if since_tag.value:
742 node.version = since_tag.value
743 if since_tag.description:
744 node.version_doc = since_tag.description
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Plan/
H A DChange.pm39 has since_tag => ( attribute in App::Sqitch::Plan::Change
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DPlan.pm438 ( $prev_tag ? ( since_tag => $prev_tag ) : () ),