aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Enable GpgSigner to also sign tagsThomas Wolf2020-12-071-163/+21
* Fix writing GPG signatures with trailing newlineThomas Wolf2020-07-081-8/+12
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+7
* [error prone] fix ReferenceEquality warning in CommitBuilderMatthias Sohn2019-08-091-2/+3
* CommitBuilder: Deprecate setEncoding(String)David Pursehouse2019-02-181-0/+2
* CommitBuilder: Add missing periods on methods' JavadocDavid Pursehouse2019-02-181-5/+5
* Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-161-0/+95
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-10/+38
* Revert "CommitBuilder should check for duplicate parents"Jonathan Nieder2015-03-181-37/+7
* CommitBuilder should check for duplicate parentsChristian Halstrick2015-03-121-7/+37
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-5/+6
* Use System.arraycopy to copy parent object id arrayKevin Sawicki2011-12-071-2/+1
* Add toByteArray to CommitBuilder, TreeBuilderShawn O. Pearce2010-12-031-0/+13
* Remove result id from CommitBuilder, TagBuilderShawn O. Pearce2010-12-031-54/+1
* Correct CommitBuilder, TagBuilder method to be build()Shawn O. Pearce2010-12-031-3/+3
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-0/+99
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-0/+302