aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/BlobBasedConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+3
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-6/+6
* Remove UTF-8 checking duplication in Config lib subclassesMarco Miller2016-05-121-2/+1
* Accept UTF8 BOM with BlobBasedConfigDoug Kelly2015-12-091-1/+9
* Use try-with-resource to close resources in BlobBasedConfigMatthias Sohn2015-04-021-9/+5
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Use limited getCachedBytes code to reduce duplicationShawn O. Pearce2010-08-251-12/+1
* Make Commit class only for writingShawn O. Pearce2010-08-201-24/+82
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-281-9/+4
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+6
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+129