Home
last modified time | relevance | path

Searched refs:author_cmd (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/tools/
H A Dgithub_stats.py198 author_cmd = ['git', 'log', '--use-mailmap', "--format=* %aN", since_tag] variable
199 all_authors.extend(check_output(author_cmd).decode('utf-8', 'replace').splitlines())
205 author_cmd = ['git', 'check-mailmap'] + pr_authors variable
206 with_email = check_output(author_cmd).decode('utf-8', 'replace').splitlines()
/dports/math/py-matplotlib2/matplotlib-2.2.4/tools/
H A Dgithub_stats.py205 author_cmd = ['git', 'log', '--use-mailmap', "--format=* %aN", since_tag] variable
206 all_authors.extend(check_output(author_cmd).decode('utf-8', 'replace').splitlines())
212 author_cmd = ['git', 'check-mailmap'] + pr_authors variable
213 with_email = check_output(author_cmd).decode('utf-8', 'replace').splitlines()
/dports/science/py-dipy/dipy-1.4.1/tools/
H A Dgithub_stats.py191 author_cmd = ['git', 'log', '--format=* %aN', since_tag] variable
192 all_authors = check_output(author_cmd, universal_newlines=True) \
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistPatchWorkflow.php824 $author_cmd = csprintf('-u %s', $author);
826 $author_cmd = '';
832 $author_cmd);
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistPatchWorkflow.php824 $author_cmd = csprintf('-u %s', $author);
826 $author_cmd = '';
832 $author_cmd);