aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/patch/FileHeader.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+7
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-8/+10
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-15/+15
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Fix javadoc in org.eclipse.jgit patch and revplot packageMatthias Sohn2017-12-191-12/+56
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Switch FileHeader.extractFileLines to TemporaryBuffer.HeapShawn Pearce2014-11-251-6/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-15/+15
* Remove 86 boxing warningsKevin Sawicki2012-05-081-1/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Remove two "Dead store to local variable" warningsRobin Stocker2010-10-291-1/+1
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-14/+14
* Create FileHeader from DiffEntryJeff Schumacher2010-07-081-0/+19
* Implement similarity based rename detectionShawn O. Pearce2010-07-031-3/+0
* Refactored code out of FileHeader to facilitate rename detectionJeff Schumacher2010-06-301-123/+2
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+5
* Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce2010-01-121-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+714