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
/
notes
Commit message (
Expand
)
Author
Age
Files
Lines
*
NoteMapMerger: remove unnecessary cast
Matthias Sohn
2024-10-01
1
-1
/
+1
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
1
-1
/
+5
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
4
-3
/
+6
*
Remove redundant type arguments
Thomas Wolf
2021-09-30
2
-2
/
+2
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
12
-456
/
+60
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
5
-45
/
+41
*
[error prone] suppress AmbiguousMethodReference in AnyObjectId
Matthias Sohn
2019-08-08
1
-2
/
+2
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-1
/
+1
*
DefaultNoteMerger: Open UnionInputStream in try-with-resource
David Pursehouse
2018-03-06
1
-5
/
+2
*
Remove unused imports
Matthias Sohn
2017-12-20
1
-2
/
+0
*
Fix javadoc in org.eclipse.jgit nls and notes package
Matthias Sohn
2017-12-19
6
-50
/
+61
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
4
-0
/
+10
*
Paths.pathCompare: Utility to sort paths from byte[]
Shawn Pearce
2016-01-09
1
-22
/
+4
*
FanoutBucket: Create ObjectInserter.Formatter in try-with-resource
David Pursehouse
2015-10-01
1
-2
/
+2
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-1
/
+4
*
Replace deprecated release() methods by close() in NoteMapMerger
Matthias Sohn
2015-04-04
1
-2
/
+2
*
[findBugs] Ensure streams are closed in a finally block
Matthias Sohn
2014-03-11
1
-3
/
+7
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
4
-4
/
+5
*
Add Javadoc description for packages
Robin Stocker
2012-10-31
1
-0
/
+4
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Fix ClassCastException in MergeCommand
Denys Digtiar
2011-08-21
1
-18
/
+7
*
Add shortening of note ref names to NoteMap
Kevin Sawicki
2011-05-23
1
-0
/
+13
*
Exposed the constructor of Note class
Sasa Zivkov
2011-01-25
5
-9
/
+25
*
Merging Git notes
Sasa Zivkov
2011-01-09
9
-20
/
+748
*
NoteMap implements Iterable<Note>
Sasa Zivkov
2011-01-05
2
-3
/
+18
*
Simplify NoteParser use of prefix.length()
Shawn O. Pearce
2010-12-13
1
-9
/
+9
*
Add insert(TreeFormatter) to ObjectInserter
Shawn O. Pearce
2010-12-03
2
-2
/
+2
*
Remove unnecessary note fanout when removing notes
Shawn O. Pearce
2010-11-12
3
-0
/
+49
*
Split note leaf buckets at 256 elements
Shawn O. Pearce
2010-11-12
3
-7
/
+58
*
Add internal API for note iteration
Shawn O. Pearce
2010-11-12
3
-0
/
+85
*
Allow writing a NoteMap back to the repository
Shawn O. Pearce
2010-11-12
5
-0
/
+131
*
Add in-memory updating support to NoteMap
Shawn O. Pearce
2010-11-12
4
-0
/
+172
*
Remember non-note tree entries when reading
Shawn O. Pearce
2010-11-11
3
-1
/
+116
*
Lazy load note subtrees from fanout levels
Shawn O. Pearce
2010-11-11
6
-69
/
+557
*
Define NoteMap, a simple note tree reader
Shawn O. Pearce
2010-11-11
2
-0
/
+353