Home
last modified time | relevance | path

Searched refs:committer_str (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/examples/
H A Dwalk.c139 gchar *committer_str; in main() local
155 committer_str = signature_to_string (committer); in main()
165 oid_str, author_str, committer_str, subject, message); in main()
198 g_free (committer_str); in main()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/tools/
H A Dgenerate_release_notes.py223 committer_str = (f'{len(contributor_set)} {section_name} added to this ' variable
225 print(committer_str)
226 print('-' * len(committer_str))
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dlog.py1844 committer_str = self.authors(revision.rev, 'first', sep=', ')
1845 committer_str = committer_str.replace(' <', ' <')
1846 to_file.write('%s %s\n\n' % (date_str, committer_str))