aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/TreeFormatter.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-7/+11
* TreeFormatter: disallow empty filenames in treesDavid Turner2016-10-191-0/+29
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-3/+3
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-0/+1
* Merging Git notesSasa Zivkov2011-01-091-0/+19
* Add debugging toString to TreeFormatterShawn O. Pearce2010-12-031-0/+36
* Add insert(TreeFormatter) to ObjectInserterShawn O. Pearce2010-12-031-2/+2
* Remove unused getTreeId from TreeFormatterShawn O. Pearce2010-12-031-19/+0
* Refactor tree entry formatting into a common classShawn O. Pearce2010-11-041-0/+333