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
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
/
lib
/
Repository.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use deprecated Repository#getAllRefs in Repository
Matthias Sohn
2021-11-25
1
-3
/
+5
*
Don't use deprecated Repository#getAllRefs in FileRepository
Matthias Sohn
2021-11-25
1
-3
/
+4
*
init: allow specifying the initial branch name for the new repository
Matthias Sohn
2021-02-22
1
-0
/
+13
*
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-5
/
+15
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-14
/
+14
*
Fix formatting and add missing braces in Repository#stripWorkDir
Matthias Sohn
2019-08-08
1
-5
/
+7
*
Repository: fix reference comparison of Files
Matthias Sohn
2019-08-08
1
-1
/
+2
*
Repository: Add getIdentifier() method to avoid instanceof operator
David Ostrovsky
2019-06-05
1
-0
/
+9
*
Convert to lambda or member reference
Carsten Hammer
2019-05-16
1
-5
/
+2
*
Use isEmpty() instead of size()==0 where possible
Carsten Hammer
2019-04-13
1
-1
/
+1
*
Use String.isEmpty() instead of comparing to ""
Carsten Hammer
2019-04-11
1
-4
/
+4
*
Do not retain commit body in RevWalk for reachability checks
Minh Thai
2019-03-06
1
-0
/
+2
*
Don't swallow IOException
Jonathan Nieder
2019-01-07
1
-9
/
+7
*
Deprecate Repository#hasObject
Jonathan Nieder
2019-01-04
1
-0
/
+2
*
RefDatabase: Introduce findRef synonym for getRef
Jonathan Nieder
2018-12-26
1
-2
/
+2
*
Avoid double words
Mincong HUANG
2018-12-21
1
-2
/
+2
*
Avoid using @Nullable to annotate arrays
Jonathan Nieder
2018-10-09
1
-1
/
+0
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-30
1
-1
/
+2
*
Merge branch 'stable-5.0'
Jonathan Nieder
2018-06-08
1
-2
/
+6
|
\
|
*
Use constant for ".lock"
Matthias Sohn
2018-06-08
1
-2
/
+6
*
|
Repository: Deprecate the #getAllRefs method
David Pursehouse
2018-05-23
1
-0
/
+2
|
/
*
Repository: Deprecate #peel method
David Pursehouse
2018-05-22
1
-0
/
+2
*
Repository: Make #exactRef and #findRef final
David Pursehouse
2018-05-22
1
-2
/
+2
*
Repository: Deprecate getTags method
David Pursehouse
2018-05-22
1
-0
/
+2
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-12
/
+12
*
Store in IndexChangedEvent if it was caused by JGit itself
Matthias Sohn
2018-05-13
1
-4
/
+10
*
Allow '@' as last character of ref
Christian Halstrick
2018-04-12
1
-0
/
+2
*
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
1
-4
/
+1
*
Remove deprecated Repository#getRef
Matthias Sohn
2018-03-10
1
-22
/
+4
*
Skip unborn branches in UploadPack
Zhen Chen
2018-01-03
1
-1
/
+2
*
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-3
/
+3
*
Fix javadoc in org.eclipse.jgit lib package
Matthias Sohn
2017-12-19
1
-93
/
+159
*
Update thread-safety warning about Repository
Shawn Pearce
2017-08-08
1
-1
/
+7
*
Add parseCommit(AnyObjectId) method to Repository.
Martin Fick
2017-04-19
1
-0
/
+27
*
Remove unnecessary @SuppressWarnings("nls")
David Pursehouse
2017-03-04
1
-1
/
+0
*
Make Repository.normalizeBranchName less strict
Thomas Wolf
2017-03-04
1
-47
/
+110
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-5
/
+5
*
Branch normalizer should not normalize already valid branch names
Matthias Sohn
2017-02-07
1
-5
/
+11
*
Repository: Include repository name when logging corrupt use count
David Pursehouse
2017-01-27
1
-3
/
+4
*
Normalizer creating a valid branch name from a string
Wim Jongman
2017-01-18
1
-0
/
+37
*
Specify RevisionSyntaxException message in Repository#resolve
Grace Wang
2016-11-24
1
-3
/
+11
*
Add missing @Override found by ErrorProne
Shawn Pearce
2016-11-14
1
-4
/
+5
*
Deprecate SafeBufferedOutputStream
Shawn Pearce
2016-11-14
1
-6
/
+3
*
Add {get,set}GitwebDescription to Repository
Shawn Pearce
2016-11-14
1
-1
/
+27
*
Implement auto gc
Matthias Sohn
2016-10-23
1
-0
/
+19
*
Remove unused code from class Repository
RĂ¼diger Herrmann
2016-09-30
1
-9
/
+0
*
Repository: Log negative useCnt message together with stack trace
David Pursehouse
2016-07-26
1
-2
/
+3
*
Log if Repository.useCnt becomes negative
Matthias Sohn
2016-07-12
1
-1
/
+17
*
Time based eviction strategy for repository cache
Christian Halstrick
2016-07-12
1
-2
/
+8
[next]