aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevWalkTextBuiltin.java
Commit message (Expand)AuthorAgeFilesLines
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-10/+10
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-2/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-3/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-4/+3
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-5/+19
* Update args4j to 2.33Matthias Sohn2017-08-301-1/+1
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-301-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Organize importsDavid Pursehouse2016-11-141-2/+2
* Do not rewrite parents in RevWalkTextBuiltinsDave Borowitz2014-05-051-4/+8
* RevWalkTextBuiltin: Add -n to limit number of commits returnedDave Borowitz2014-05-051-1/+5
* Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-301-4/+3
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-2/+7
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-051-6/+8
* Fix NPE when notes are presentRobin Rosenberg2012-09-051-1/+1
* Document the show methods of RevWalkTextBuiltinRobin Rosenberg2011-09-181-0/+22
* Fix a boxing warning in org.eclipse.jgit.pgm.RevWalkTextBuiltinRobin Rosenberg2011-09-181-2/+4
* Fix jgit rev-list --objects masterShawn O. Pearce2011-08-081-3/+5
* Show notes in Log CLI command - Part 2Sasa Zivkov2011-03-011-3/+1
* Add --all option to RevWalkTextBuiltinChristian Halstrick2010-09-161-0/+17
* log: Implement --followShawn O. Pearce2010-07-031-1/+9
* log, diff: Add rename detection supportShawn O. Pearce2010-07-031-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-6/+6
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+208