aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java
Commit message (Expand)AuthorAgeFilesLines
* PersonIdent: Add ctors that accept Instant in addition to DateDavid Ostrovsky2022-03-021-0/+57
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-8/+8
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-12/+38
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Add missing @since tags for new APIMatthias Sohn2016-11-231-0/+1
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-211-0/+13
* PersonIdent: Make appendSanitized publicDave Borowitz2016-05-031-1/+6
* PersonIdent: Strip some special chars from external stringsDave Borowitz2016-04-291-2/+39
* PersonIdent: Document that name and email aren't trimmedDave Borowitz2016-04-291-1/+6
* Add a separate type for the identity in a push certificateDave Borowitz2015-06-181-32/+50
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-2/+3
* Trim author/committer name and email in commit headerRĂ¼diger Herrmann2015-01-031-2/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+4
* Don't allow null name or e-mail in PersonIdentRobin Stocker2012-10-131-32/+33
* Implement Serializable interface in PersonIdent class.Kevin Sawicki2011-06-301-1/+4
* Remove deprecated PersonIdent constructorChris Aniszczyk2010-08-311-24/+0
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-26/+9
* Correct PersonIdent hashCode() and equals() to ignore millisecondsShawn O. Pearce2010-08-201-2/+5
* Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-231-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+6
* s/StringBuffer/StringBuilder as appropriate where no concurrency is neededKarthik K2010-03-111-4/+4
* Fix PersonIdent to always use SystemReaderShawn O. Pearce2010-01-121-1/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-11/+11
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+339