aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefWriter.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-13/+20
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-6/+20
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-0/+1
* Expose RefWriter constructor taking RefListShawn O. Pearce2010-06-231-2/+7
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-7/+26
* Fix RefWriter creation of info/refs to omit HEADShawn O. Pearce2010-01-121-2/+2
* Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2Shawn O. Pearce2009-12-281-2/+2
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-5/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+171