aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/notes
Commit message (Expand)AuthorAgeFilesLines
* NoteMapMerger: remove unnecessary castMatthias Sohn2024-10-011-1/+1
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-1/+5
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-164-3/+6
* Remove redundant type argumentsThomas Wolf2021-09-302-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0412-456/+60
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-175-45/+41
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* DefaultNoteMerger: Open UnionInputStream in try-with-resourceDavid Pursehouse2018-03-061-5/+2
* Remove unused importsMatthias Sohn2017-12-201-2/+0
* Fix javadoc in org.eclipse.jgit nls and notes packageMatthias Sohn2017-12-196-50/+61
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-194-0/+10
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-22/+4
* FanoutBucket: Create ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2015-10-011-2/+2
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-1/+4
* Replace deprecated release() methods by close() in NoteMapMergerMatthias Sohn2015-04-041-2/+2
* [findBugs] Ensure streams are closed in a finally blockMatthias Sohn2014-03-111-3/+7
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-274-4/+5
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Fix ClassCastException in MergeCommandDenys Digtiar2011-08-211-18/+7
* Add shortening of note ref names to NoteMapKevin Sawicki2011-05-231-0/+13
* Exposed the constructor of Note classSasa Zivkov2011-01-255-9/+25
* Merging Git notesSasa Zivkov2011-01-099-20/+748
* NoteMap implements Iterable<Note>Sasa Zivkov2011-01-052-3/+18
* Simplify NoteParser use of prefix.length()Shawn O. Pearce2010-12-131-9/+9
* Add insert(TreeFormatter) to ObjectInserterShawn O. Pearce2010-12-032-2/+2
* Remove unnecessary note fanout when removing notesShawn O. Pearce2010-11-123-0/+49
* Split note leaf buckets at 256 elementsShawn O. Pearce2010-11-123-7/+58
* Add internal API for note iterationShawn O. Pearce2010-11-123-0/+85
* Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-125-0/+131
* Add in-memory updating support to NoteMapShawn O. Pearce2010-11-124-0/+172
* Remember non-note tree entries when readingShawn O. Pearce2010-11-113-1/+116
* Lazy load note subtrees from fanout levelsShawn O. Pearce2010-11-116-69/+557
* Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-112-0/+353