aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/notes
Commit message (Expand)AuthorAgeFilesLines
* 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