Community
Participate
Working Groups
Build Identifier: setCommitter(String name, String email) doc: "Sets the committer for this commit. If no committer is explicitly specified because this method is never called or called with null value then the committer will be deduced from config info in repository, with current time." setAuthor(String name, String email) doc: "Sets the author for this commit. If no author is explicitly specified because this method is never called or called with null value then the author will be set to the committer." However, passing null values results in committer/author name and email set to "null". Reproducible: Always
The other setAuthor/setCommitter methods behave as documented, but the ones with separate name and e-mail arguments don't. Pushed a change to fix the documentation and explicitly disallow null arguments to PersonIdent: https://git.eclipse.org/r/8191
Committed 6dadc801bdd8e2715e7351f1279ef3b3d59763cc