aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/AbstractTreeIteratorHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-1/+7
* Stop using deprecated CmdLineException constructorsDavid Pursehouse2017-09-061-5/+10
* Organize importsDavid Pursehouse2016-11-141-6/+6
* Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-191-6/+6
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-1/+1
* Revert "The constructor CmdLineException(String) is deprecated"Shawn O. Pearce2012-09-261-11/+6
* The constructor CmdLineException(String) is deprecatedTomasz Zarna2012-09-231-6/+11
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-1/+4
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-1/+2
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-1/+1
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+1
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-2/+2
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Externalize strings from JGitSasa Zivkov2010-05-191-7/+8
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+143