aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/LogCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Change the wildcard import to explicit ones.Yunjie Li2019-12-091-1/+4
* CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-051-7/+36
* Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-1/+1
* Join catch sections using multicatchCarsten Hammer2019-04-131-10/+6
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-1/+1
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-4/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-3/+2
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-26/+36
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Added filter for merge and non-merges commits.Alcemir Santos2016-05-201-0/+25
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-3/+3
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+5
* LogCommand: Remove outdated TODO and improve docsRobin Stocker2013-08-251-3/+17
* LogCommand.all(): filter out refs that do not refer to commit objectsArthur Baars2013-03-311-1/+14
* LogCommand.all(), peel references before using themArthur Baars2013-03-311-0/+2
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-6/+7
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Skip a number commits before starting to show the commit outputTomasz Zarna2012-01-021-2/+24
* Limit the number of commits in LogCommand outputTomasz Zarna2011-12-231-0/+18
* Support adding all refs to LogCommandKevin Sawicki2011-11-221-0/+19
* Fix path filtering in LogCommandPiotr Janik2011-05-181-1/+4
* Add path filtering to LogCommandChris Aniszczyk2011-03-171-0/+23
* Replace 'occured' by 'occurred'Philipp Thun2011-03-151-1/+1
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-011-0/+2
* Fix Javadoc warningsRobin Stocker2010-07-271-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-5/+7
* Add builder-style API to jgit and Commit & Log cmdChristian Halstrick2010-05-101-0/+222