aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/Commit.java
Commit message (Expand)AuthorAgeFilesLines
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-302/+0
* Add documentation explaining how to read Commit and TagShawn O. Pearce2010-08-231-0/+4
* Make Commit class only for writingShawn O. Pearce2010-08-201-233/+146
* Commit: Use Repository.newObjectInserterShawn O. Pearce2010-06-281-1/+1
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-251-1/+8
* Externalize strings from JGitSasa Zivkov2010-05-191-7/+9
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-2/+2
* Make the default encoding when reading commits UTF-8Constantine Plotnikov2009-10-081-11/+7
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+380