summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-141-3/+5
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-161-0/+2
* FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-241-0/+5
* Fix IndexOutOfBoundsException when parsing PersonIdentMarc Strapetz2011-06-141-2/+2
* Hande latin-1 encodingLeonard Broman2011-04-111-1/+27
* Fix RawParseUtils.formatBase10 to work with negative valuesMarc Strapetz2010-08-311-0/+2
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-18/+54
* Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-231-1/+13
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-17/+17
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+1016