Searched refs:committer_str (Results 1 – 3 of 3) sorted by relevance
139 gchar *committer_str; in main() local155 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()
223 committer_str = (f'{len(contributor_set)} {section_name} added to this ' variable225 print(committer_str)226 print('-' * len(committer_str))
1844 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))