index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
stable-7.2
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
api
/
LogCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-2
/
+0
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Change the wildcard import to explicit ones.
Yunjie Li
2019-12-09
1
-1
/
+4
*
CLI: Add support for excluding paths from Git log command
John Tipper
2019-12-05
1
-7
/
+36
*
Consistently use "!isEmpty()" to detect non-empty list
David Pursehouse
2019-06-07
1
-1
/
+1
*
Join catch sections using multicatch
Carsten Hammer
2019-04-13
1
-10
/
+6
*
Repository: Deprecate #peel method
David Pursehouse
2018-05-22
1
-1
/
+1
*
Rename RefDatabase#getAllRefs to getRefs
Jonathan Nieder
2018-04-29
1
-1
/
+1
*
RefDatabase: Introduce getAllRefs method
David Pursehouse
2018-04-27
1
-4
/
+1
*
Remove trivial cases of using deprecated RefDatabase.getRefs()
Matthias Sohn
2018-04-25
1
-3
/
+2
*
Fix javadoc in org.eclipse.jgit annotations and api packages
Matthias Sohn
2017-12-18
1
-26
/
+36
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Added filter for merge and non-merges commits.
Alcemir Santos
2016-05-20
1
-0
/
+25
*
Document that path parameters should use '/' as separator
Robin Stocker
2013-11-15
1
-3
/
+3
*
Propagate IOException where possible when getting refs.
Colby Ranger
2013-10-07
1
-1
/
+5
*
LogCommand: Remove outdated TODO and improve docs
Robin Stocker
2013-08-25
1
-3
/
+17
*
LogCommand.all(): filter out refs that do not refer to commit objects
Arthur Baars
2013-03-31
1
-1
/
+14
*
LogCommand.all(), peel references before using them
Arthur Baars
2013-03-31
1
-0
/
+2
*
Git API does not declare GitAPIException call() and related cleanups
Robin Rosenberg
2012-05-30
1
-6
/
+7
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Skip a number commits before starting to show the commit output
Tomasz Zarna
2012-01-02
1
-2
/
+24
*
Limit the number of commits in LogCommand output
Tomasz Zarna
2011-12-23
1
-0
/
+18
*
Support adding all refs to LogCommand
Kevin Sawicki
2011-11-22
1
-0
/
+19
*
Fix path filtering in LogCommand
Piotr Janik
2011-05-18
1
-1
/
+4
*
Add path filtering to LogCommand
Chris Aniszczyk
2011-03-17
1
-0
/
+23
*
Replace 'occured' by 'occurred'
Philipp Thun
2011-03-15
1
-1
/
+1
*
Refactor Git API exceptions to a new package
Chris Aniszczyk
2010-09-01
1
-0
/
+2
*
Fix Javadoc warnings
Robin Stocker
2010-07-27
1
-1
/
+1
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
1
-5
/
+7
*
Add builder-style API to jgit and Commit & Log cmd
Christian Halstrick
2010-05-10
1
-0
/
+222